Home
last modified time | relevance | path

Searched refs:runChildProcessor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/startup/appspawn/common/
H A Dappspawn_server.c137 if (content->runChildProcessor != NULL) { in AppSpawnChild()
138 ret = content->runChildProcessor(content, client); in AppSpawnChild()
H A Dappspawn_server.h74 int (*runChildProcessor)(struct AppSpawnContent *content, AppSpawnClient *client); member
/ohos5.0/base/startup/appspawn/lite/
H A Dappspawn_process.c183 content->runChildProcessor = RunChildProcessor; in SetContentFunction()
/ohos5.0/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c295 content->runChildProcessor = loop; in RegChildLooper()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_lite_test/
H A Dapp_spawn_lite_test.cpp399 content->runChildProcessor(content, &liteClient->client);
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c1206 if (content->runChildProcessor != NULL) { in AppSpawnColdRun()
1207 ret = content->runChildProcessor(content, &property->client); in AppSpawnColdRun()
1326 APPSPAWN_CHECK(content->runChildProcessor != NULL, AppSpawnDestroyContent(content); in StartSpawnService()