LunaSysMgr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ApplicationManagerService.cpp File Reference
#include "ApplicationDescription.h"
#include "ApplicationInstaller.h"
#include "ApplicationManager.h"
#include "Common.h"
#include "HostBase.h"
#include "JSONUtils.h"
#include "MimeSystem.h"
#include "PackageDescription.h"
#include "ServiceDescription.h"
#include "Settings.h"
#include "Utils.h"
#include "WebAppMgrProxy.h"
#include "WindowServerLuna.h"
#include <cjson/json_object.h>
#include "lunaservice.h"
#include <PIpcMessageMacros.h>
#include <QBitArray>
#include <QList>
#include <QUrl>
#include <cjson/json.h>
#include <glib.h>
#include <map>
#include <stdlib.h>
#include <sys/time.h>
#include <time.h>
#include <vector>
Include dependency graph for ApplicationManagerService.cpp:

Macros

#define MESSAGES_INTERNAL_FILE   "SysMgrMessagesInternal.h"
 
#define APPINFO_SIZEOF_APPDB   (1024*1024)
 
#define TEST_INSTALLER_UPDATE_MANUALLY   1
 
#define AMS_LOGEXTRA(c,...)   do { if (c) { g_warning("ApplicationManagerService::" ); g_warning(__VA_ARGS__); }} while (0)
 

Functions

bool LSMessageGetSubscribe (LSMessage *message)
 
void appManagerCallback_listRunningApps (const std::string &runnigAppsJsonArray)
 

Variables

QList< LSMessage * > listRunningApps_messages
 

Macro Definition Documentation

#define AMS_LOGEXTRA (   c,
  ... 
)    do { if (c) { g_warning("ApplicationManagerService::" ); g_warning(__VA_ARGS__); }} while (0)
#define APPINFO_SIZEOF_APPDB   (1024*1024)
#define MESSAGES_INTERNAL_FILE   "SysMgrMessagesInternal.h"
#define TEST_INSTALLER_UPDATE_MANUALLY   1

Function Documentation

void appManagerCallback_listRunningApps ( const std::string &  runnigAppsJsonArray)
bool LSMessageGetSubscribe ( LSMessage *  message)

Variable Documentation

QList<LSMessage*> listRunningApps_messages