Home
last modified time | relevance | path

Searched refs:RunChildThread (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/native_adapter/
H A Dnative_adapter.cpp81 static int RunChildThread(const AppSpawnMgr *content, const AppSpawningCtx *property) in RunChildThread() function
106 return RunChildThread(reinterpret_cast<AppSpawnMgr *>(content), property); in RunChildProcessor()
/ohos5.0/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp188 static int RunChildThread(const AppSpawnMgr *content, const AppSpawningCtx *property) in RunChildThread() function
249 ret = RunChildThread(reinterpret_cast<AppSpawnMgr *>(content), property); in RunChildProcessor()