Searched refs:isStartWithNative (Results 1 - 11 of 11) sorted by relevance
/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()
|
/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(), args.fds.size(), in StartChildProcessWithArgs() 254 "isDebugApp: %{public}d, isStartWithNative: %{public}d", g_debugOption.isStartWithDebug, in HandleChildProcessBySelfFork() 255 g_debugOption.processName.c_str(), g_debugOption.isDebugApp, g_debugOption.isStartWithNative); in HandleChildProcessBySelfFork() 465 const bool isDebugApp, const bool isStartWithNative) in SetForkProcessDebugOption() 470 g_debugOption.isStartWithNative = isStartWithNative; in SetForkProcessDebugOption() 483 debugOption.isStartWithNative = processInfo->isStartWithNative; in SetAppSpawnForkDebugOption() 464 SetForkProcessDebugOption(const std::string bundleName, const bool isStartWithDebug, const bool isDebugApp, const bool isStartWithNative) SetForkProcessDebugOption() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | child_process_info.h | 47 bool isStartWithNative = false; member
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_first_test.cpp | 156 dOption.isStartWithNative = false;
in HWTEST_F() 184 dOption.isStartWithNative = false;
in HWTEST_F()
|
H A D | js_runtime_test.cpp | 556 debugOption.isStartWithNative = false; in HWTEST_F() 1056 debugOption.isStartWithNative = false; in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | runtime.h | 76 bool isStartWithNative = false; member
|
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/ |
H A D | child_process_manager.h | 65 const bool isStartWithNative);
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 213 "isDebugApp is %{public}d, isStartWithNative is %{public}d", processInfo_->isStartWithDebug, in HandleLoadJs() 214 processInfo_->processName.c_str(), processInfo_->isDebugApp, processInfo_->isStartWithNative); in HandleLoadJs() 254 "isDebugApp is %{public}d, isStartWithNative is %{public}d", processInfo_->isStartWithDebug, in HandleLoadArkTs() 255 processInfo_->processName.c_str(), processInfo_->isDebugApp, processInfo_->isStartWithNative); in HandleLoadArkTs()
|
H A D | main_thread.cpp | 1526 debugOption.isStartWithNative = appLaunchData.isNativeStart(); in HandleLaunchApplication()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 179 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartDebugMode() 317 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartProfiler()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 7082 info.isStartWithNative = appRecord->isNativeStart(); in NotifyAppFaultBySA()
|
Completed in 40 milliseconds