Home
last modified time | relevance | path

Searched refs:isStartWithNative (Results 1 - 11 of 11) sorted by relevance

/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()
/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(), 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 Dchild_process_info.h47 bool isStartWithNative = false; member
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_first_test.cpp156 dOption.isStartWithNative = false; in HWTEST_F()
184 dOption.isStartWithNative = false; in HWTEST_F()
H A Djs_runtime_test.cpp556 debugOption.isStartWithNative = false; in HWTEST_F()
1056 debugOption.isStartWithNative = false; in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h76 bool isStartWithNative = false; member
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager.h65 const bool isStartWithNative);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp213 "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 Dmain_thread.cpp1526 debugOption.isStartWithNative = appLaunchData.isNativeStart(); in HandleLaunchApplication()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp179 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartDebugMode()
317 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartProfiler()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7082 info.isStartWithNative = appRecord->isNativeStart(); in NotifyAppFaultBySA()

Completed in 40 milliseconds