Home
last modified time | relevance | path

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

/base/startup/appspawn/common/
H A Dappspawn_server.c135 if (content->runChildProcessor != NULL) { in AppSpawnChild()
136 ret = content->runChildProcessor(content, client); in AppSpawnChild()
H A Dappspawn_server.h77 int (*runChildProcessor)(struct AppSpawnContent *content, AppSpawnClient *client); member
/base/startup/appspawn/lite/
H A Dappspawn_process.c183 content->runChildProcessor = RunChildProcessor; in SetContentFunction()
/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c295 content->runChildProcessor = loop; in RegChildLooper()
/base/startup/appspawn/test/unittest/app_spawn_lite_test/
H A Dapp_spawn_lite_test.cpp399 content->runChildProcessor(content, &liteClient->client); in HWTEST_F()
/base/startup/appspawn/standard/
H A Dappspawn_service.c1220 if (content->runChildProcessor != NULL) { in AppSpawnColdRun()
1221 ret = content->runChildProcessor(content, &property->client); in AppSpawnColdRun()
1337 APPSPAWN_CHECK(content->runChildProcessor != NULL, AppSpawnDestroyContent(content); in StartSpawnService()

Completed in 6 milliseconds