#include <hiker/bundlemgr.h>
#include <hiker/prv/bundlemgr_prv.h>
#include <hiker/notifymgr.h>
#include <hiker/volumesvcs.h>
#include <hiker/volumesvcs_types.h>
#include <hiker/appmgr.h>
#include <hiker/pdk/appmgr_pdk.h>
#include <hiker/ipc.h>
#include <string.h>
#include <stdlib.h>
#include <sqlite3.h>
#include <dlfcn.h>
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/sendfile.h>
#include <sys/wait.h>
#include <expat.h>
#include <alp/pdk/gras.h>
#include <alp/pdk/gras_notif.h>
#include "pm_traces.h"
#include "pm_globals.h"
#include "pm_ipc.h"
#include "pm_sql.h"
#include "pm_msg.h"
#include "pm_perms.h"
#include "ghost_support.h"
Data Structures | |
struct | cardUserData_t |
struct | packet_t |
Defines | |
#define | SIZE 65536 |
Functions | |
void | launch (const char *appid, const char *argument) |
void | load_card_xml (const char *store, int fd) |
alp_status_t | register_volsvc_hooks () |
alp_status_t | alp_prv_bundle_rescan_volumes () |
Sync volumes and stores. | |
Variables | |
GTree * | sRemoveBundleIndex |
GTree * | sRemoveBundleLaunch |
GTree * | sRemoveBundleName |
|
|
|
|
|
|
|
|
|
|
|
|
|
|