Searched refs:RegChildLooper (Results 1 - 8 of 8) sorted by relevance
/base/startup/appspawn/modules/nweb_adapter/ |
H A D | nwebspawn_adapter.cpp | 163 RegChildLooper(&content->content, RunChildProcessor); in PreLoadNwebSpawn()
|
/base/startup/appspawn/modules/native_adapter/ |
H A D | native_adapter.cpp | 112 RegChildLooper(&content->content, RunChildProcessor); in PreLoadNativeSpawn()
|
/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_hook.h | 161 void RegChildLooper(AppSpawnContent *content, ChildLoop loop);
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_module_interface_test.cpp | 217 * @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 D | app_spawn_child_test.cpp | 796 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 D | appspawn_modulemgr.c | 292 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 D | ace_adapter.cpp | 261 RegChildLooper(&content->content, RunChildProcessor); in PreLoadAppSpawn()
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 125 RegChildLooper(&content->content, TestChildLoopRun); in ServiceThread()
|
Completed in 7 milliseconds