|
LunaSysMgr
|
#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>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 |
| #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 |
| void appManagerCallback_listRunningApps | ( | const std::string & | runnigAppsJsonArray | ) |
| bool LSMessageGetSubscribe | ( | LSMessage * | message | ) |
| QList<LSMessage*> listRunningApps_messages |