Home
last modified time | relevance | path

Searched refs:SetAppSpawnForkDebugOption (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Dchild_process_manager_test.cpp355 ChildProcessManager::GetInstance().SetAppSpawnForkDebugOption(debugOption, nullptr);
371 ChildProcessManager::GetInstance().SetAppSpawnForkDebugOption(debugOption, processInfo);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager.h66 void SetAppSpawnForkDebugOption(Runtime::DebugOption &debugOption,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp204 childProcessManager.SetAppSpawnForkDebugOption(debugOption, processInfo_); in HandleLoadJs()
245 childProcessManager.SetAppSpawnForkDebugOption(debugOption, processInfo_); in HandleLoadArkTs()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp473 void ChildProcessManager::SetAppSpawnForkDebugOption(Runtime::DebugOption &debugOption, in SetAppSpawnForkDebugOption() function in OHOS::AbilityRuntime::ChildProcessManager