Home
last modified time | relevance | path

Searched defs:AppSpawnContent (Results 1 – 4 of 4) sorted by relevance

/base/startup/appspawn/common/
Dappspawn_server.h65 typedef struct AppSpawnContent { struct
82 void (*runAppSpawn)(struct AppSpawnContent *content, int argc, char *const argv[]); argument
83 void (*notifyResToParent)(struct AppSpawnContent *content, AppSpawnClient *client, int result); argument
84 int (*runChildProcessor)(struct AppSpawnContent *content, AppSpawnClient *client); argument
86 int (*coldStartApp)(struct AppSpawnContent *content, AppSpawnClient *client); argument
87 } AppSpawnContent; typedef
/base/startup/appspawn/test/mock/
Dapp_spawn_stub.h34 typedef struct AppSpawnContent AppSpawnContent; typedef
/base/startup/appspawn/modules/module_engine/include/
Dappspawn_hook.h36 typedef struct AppSpawnContent AppSpawnContent; typedef
/base/startup/appspawn/standard/
Dappspawn_manager.h61 typedef struct AppSpawnContent AppSpawnContent; typedef