Lines Matching defs:property
45 static int TestPluginPreFork(AppSpawnMgr *content, AppSpawningCtx *property)
47 APPSPAWN_LOGI("TestPlugin pre fork for %{public}s ", GetProcessName(property));
51 static int TestPluginPreReply(AppSpawnMgr *content, AppSpawningCtx *property)
53 APPSPAWN_LOGI("TestPlugin pre reply to client for %{public}s ", GetProcessName(property));
57 static int TestPluginPostReply(AppSpawnMgr *content, AppSpawningCtx *property)
59 APPSPAWN_LOGI("TestPlugin post reply to client for %{public}s ", GetProcessName(property));
63 static int ChildPreColdBoot(AppSpawnMgr *content, AppSpawningCtx *property)
65 APPSPAWN_LOGI("TestPlugin pre cold boot for %{public}s ", GetProcessName(property));
68 static int ChildExecute(AppSpawnMgr *content, AppSpawningCtx *property)
70 APPSPAWN_LOGI("TestPlugin set app property for %{public}s ", GetProcessName(property));
73 static int ChildPreRely(AppSpawnMgr *content, AppSpawningCtx *property)
75 APPSPAWN_LOGI("TestPlugin pre reply to parent for %{public}s ", GetProcessName(property));
78 static int ChildPostRely(AppSpawnMgr *content, AppSpawningCtx *property)
80 APPSPAWN_LOGI("TestPlugin post reply to parent for %{public}s ", GetProcessName(property));
83 static int ChildPreRun(AppSpawnMgr *content, AppSpawningCtx *property)
85 APPSPAWN_LOGI("TestPlugin pre child run for %{public}s ", GetProcessName(property));