Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp117 …g_debugOption.processName.c_str(), g_debugOption.isStartWithNative, args.entryParams.length(), arg… in StartChildProcessWithArgs()
255 … g_debugOption.processName.c_str(), g_debugOption.isDebugApp, g_debugOption.isStartWithNative); in HandleChildProcessBySelfFork()
465 const bool isDebugApp, const bool isStartWithNative) in SetForkProcessDebugOption() argument
470 g_debugOption.isStartWithNative = isStartWithNative; in SetForkProcessDebugOption()
483 debugOption.isStartWithNative = processInfo->isStartWithNative; in SetAppSpawnForkDebugOption()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_process_info.cpp57 isStartWithNative = parcel.ReadBool(); in ReadFromParcel()
89 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isStartWithNative); in Marshalling()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dchild_process_info.h47 bool isStartWithNative = false; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager.h65 const bool isStartWithNative);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp207 … processInfo_->processName.c_str(), processInfo_->isDebugApp, processInfo_->isStartWithNative); in HandleLoadJs()
248 … processInfo_->processName.c_str(), processInfo_->isDebugApp, processInfo_->isStartWithNative); in HandleLoadArkTs()
H A Dmain_thread.cpp1531 debugOption.isStartWithNative = appLaunchData.isNativeStart(); in HandleLaunchApplication()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h76 bool isStartWithNative = false; member
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp556 debugOption.isStartWithNative = false;
1035 debugOption.isStartWithNative = false;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp215 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartDebugMode()
351 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartProfiler()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7010 info.isStartWithNative = appRecord->isNativeStart(); in NotifyAppFaultBySA()