Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp51 AbilityRuntime::Runtime::DebugOption g_debugOption; variable
117g_debugOption.processName.c_str(), g_debugOption.isStartWithNative, args.entryParams.length(), arg… in StartChildProcessWithArgs()
131 request.isStartWithDebug = g_debugOption.isStartWithDebug; in StartChildProcessWithArgs()
255g_debugOption.processName.c_str(), g_debugOption.isDebugApp, g_debugOption.isStartWithNative); in HandleChildProcessBySelfFork()
256 runtime->StartDebugMode(g_debugOption); in HandleChildProcessBySelfFork()
467 g_debugOption.bundleName = bundleName; in SetForkProcessDebugOption()
468 g_debugOption.isStartWithDebug = isStartWithDebug; in SetForkProcessDebugOption()
469 g_debugOption.isDebugApp = isDebugApp; in SetForkProcessDebugOption()
470 g_debugOption.isStartWithNative = isStartWithNative; in SetForkProcessDebugOption()
488 std::string processName = g_debugOption.bundleName; in MakeProcessName()
[all …]