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 D | child_process_manager.cpp | 117 …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 D | child_process_info.cpp | 57 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 D | child_process_info.h | 47 bool isStartWithNative = false; member
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/ |
H A D | child_process_manager.h | 65 const bool isStartWithNative);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 207 … processInfo_->processName.c_str(), processInfo_->isDebugApp, processInfo_->isStartWithNative); in HandleLoadJs() 248 … processInfo_->processName.c_str(), processInfo_->isDebugApp, processInfo_->isStartWithNative); in HandleLoadArkTs()
|
H A D | main_thread.cpp | 1531 debugOption.isStartWithNative = appLaunchData.isNativeStart(); in HandleLaunchApplication()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | runtime.h | 76 bool isStartWithNative = false; member
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 556 debugOption.isStartWithNative = false; 1035 debugOption.isStartWithNative = false;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 215 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartDebugMode() 351 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartProfiler()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 7010 info.isStartWithNative = appRecord->isNativeStart(); in NotifyAppFaultBySA()
|