LunaSysMgr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ApplicationInstaller.h File Reference
#include "Common.h"
#include <list>
#include <string>
#include <map>
#include <vector>
#include <glib.h>
#include <cjson/json.h>
#include <cjson/json_util.h>
#include <lunaservice.h>
#include "MutexLocker.h"
#include <QObject>
#include <sys/statfs.h>
#include <sys/statvfs.h>
Include dependency graph for ApplicationInstaller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommandParams
 
class  InstallParams
 
class  RemoveParams
 
class  ApplicationInstaller
 

Macros

#define IPKG_PROCESS_PRIORITY   1
 
#define APPREMOVED_CAUSE_UNKNOWN   -1
 
#define APPREMOVED_CAUSE_USERDELETED   0
 
#define APPREMOVED_CAUSE_APPREVOKED   1
 

Typedefs

typedef int(* statfsfn )(const char *, struct statfs *)
 
typedef int(* statvfsfn )(const char *, struct statvfs *)
 

Macro Definition Documentation

#define APPREMOVED_CAUSE_APPREVOKED   1
#define APPREMOVED_CAUSE_UNKNOWN   -1
#define APPREMOVED_CAUSE_USERDELETED   0
#define IPKG_PROCESS_PRIORITY   1

Typedef Documentation

typedef int(* statfsfn)(const char *, struct statfs *)
typedef int(* statvfsfn)(const char *, struct statvfs *)