Home
last modified time | relevance | path

Searched refs:RegChildLooper (Results 1 - 8 of 8) sorted by relevance

/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp163 RegChildLooper(&content->content, RunChildProcessor); in PreLoadNwebSpawn()
/base/startup/appspawn/modules/native_adapter/
H A Dnative_adapter.cpp112 RegChildLooper(&content->content, RunChildProcessor); in PreLoadNativeSpawn()
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_hook.h161 void RegChildLooper(AppSpawnContent *content, ChildLoop loop);
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_module_interface_test.cpp217 * @brief RegChildLooper
229 RegChildLooper(reinterpret_cast<AppSpawnContent *>(mgr), TestChildLoop); in HWTEST_F()
230 RegChildLooper(reinterpret_cast<AppSpawnContent *>(mgr), nullptr); in HWTEST_F()
232 RegChildLooper(nullptr, TestChildLoop); in HWTEST_F()
H A Dapp_spawn_child_test.cpp796 RegChildLooper(content, TestRunChildProcessor); in HWTEST_F()
838 RegChildLooper(content, TestRunChildProcessor); in HWTEST_F()
887 RegChildLooper(content, TestRunChildProcessor); in HWTEST_F()
938 RegChildLooper(content, TestRunChildProcessor); in HWTEST_F()
/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c292 void RegChildLooper(struct AppSpawnContent *content, ChildLoop loop) in RegChildLooper() function
294 APPSPAWN_CHECK(content != NULL && loop != NULL, return, "Invalid content for RegChildLooper"); in RegChildLooper()
/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp261 RegChildLooper(&content->content, RunChildProcessor); in PreLoadAppSpawn()
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp125 RegChildLooper(&content->content, TestChildLoopRun); in ServiceThread()

Completed in 7 milliseconds