Home
last modified time | relevance | path

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

/base/startup/appspawn/common/
Dappspawn_server.h67 typedef struct AppSpawnContent { struct
84 void (*runAppSpawn)(struct AppSpawnContent *content, int argc, char *const argv[]); argument
85 void (*notifyResToParent)(struct AppSpawnContent *content, AppSpawnClient *client, int result); argument
86 int (*runChildProcessor)(struct AppSpawnContent *content, AppSpawnClient *client); argument
88 int (*coldStartApp)(struct AppSpawnContent *content, AppSpawnClient *client); argument
89 } AppSpawnContent; typedef
/base/startup/appspawn/test/mock/
Dapp_spawn_stub.h47 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