LunaSysMgr
|
#include "Common.h"
#include <glib.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <dlfcn.h>
#include <pbnjson.hpp>
#include <map>
#include <set>
#include "ApplicationDescription.h"
#include "ApplicationManager.h"
#include "AnimationSettings.h"
#include "DisplayManager.h"
#include "HostBase.h"
#include "Logging.h"
#include "Settings.h"
#include "SystemService.h"
#include "SystemUiController.h"
#include "Utils.h"
#include "WindowServer.h"
#include "WebAppMgrProxy.h"
#include "MemoryMonitor.h"
#include "Security.h"
#include "EASPolicyManager.h"
#include "StatusBarServicesConnector.h"
#include "IMEController.h"
#include "VirtualKeyboardPreferences.h"
#include "SingleClickGestureRecognizer.h"
#include "CardWindow.h"
#include "cjson/json.h"
#include "JSONUtils.h"
Functions | |
bool | cbEnableTouchPlot (LSHandle *lsHandle, LSMessage *message, void *user_data) |
void | constructSystemStatusPayload (pbnjson::JValue &obj) |
void | __attribute__ ((weak)) qt_dumpAllRasters(const char *path) |
void __attribute__ | ( | (weak) | ) | const |
bool cbEnableTouchPlot | ( | LSHandle * | lsHandle, |
LSMessage * | message, | ||
void * | user_data | ||
) |
void constructSystemStatusPayload | ( | pbnjson::JValue & | obj | ) |