Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dchild_process_record.cpp27 hostRecord_(hostRecord), isStartWithDebug_(request.isStartWithDebug) in ChildProcessRecord()
43 int32_t childProcessCount, bool isStartWithDebug) in ChildProcessRecord() argument
45 …bName), hostRecord_(hostRecord), mainProcessCb_(mainProcessCb), isStartWithDebug_(isStartWithDebug) in ChildProcessRecord()
71 const sptr<IRemoteObject> &mainProcessCb, int32_t childProcessCount, bool isStartWithDebug) in CreateNativeChildProcessRecord() argument
79 childProcessCount, isStartWithDebug); in CreateNativeChildProcessRecord()
204 bool ChildProcessRecord::isStartWithDebug() in isStartWithDebug() function in OHOS::AppExecFwk::ChildProcessRecord
H A Dapp_mgr_service_inner.cpp7004 info.isStartWithDebug = childProcessRecord->isStartWithDebug(); in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp116 " options.isolationMode:%{public}d", childProcessType, g_debugOption.isStartWithDebug, in StartChildProcessWithArgs()
131 request.isStartWithDebug = g_debugOption.isStartWithDebug; in StartChildProcessWithArgs()
254 "isDebugApp: %{public}d, isStartWithNative: %{public}d", g_debugOption.isStartWithDebug, in HandleChildProcessBySelfFork()
464 …rocessManager::SetForkProcessDebugOption(const std::string bundleName, const bool isStartWithDebug, in SetForkProcessDebugOption() argument
468 g_debugOption.isStartWithDebug = isStartWithDebug; in SetForkProcessDebugOption()
481 debugOption.isStartWithDebug = processInfo->isStartWithDebug; in SetAppSpawnForkDebugOption()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dchild_process_record.h38 const sptr<IRemoteObject> &mainProcessCb, int32_t childProcessCount, bool isStartWithDebug);
45 int32_t childProcessCount, bool isStartWithDebug);
62 bool isStartWithDebug();
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/
H A Dabilitychildprocessrecord_fuzzer.cpp60 bool isStartWithDebug = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
62 childProcessCount, isStartWithDebug); in DoSomethingInterestingWithMyAPI()
83 childRecord->isStartWithDebug(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp211 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode() local
219 [bundleName, isStartWithDebug, isDebugApp](int socketFd, std::string option) { in StartDebugMode()
227 ConnectServerManager::Get().SendDebuggerInfo(isStartWithDebug, isDebugApp); in StartDebugMode()
H A Djs_runtime.cpp212 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode() local
221 isStartWithDebug, instanceId, weak, isDebugApp] (int socketFd, std::string option) { in StartDebugMode()
232 ConnectServerManager::Get().SendDebuggerInfo(isStartWithDebug, isDebugApp); in StartDebugMode()
245 DebuggerConnectionHandler(isDebugApp, isStartWithDebug); in StartDebugMode()
248 void JsRuntime::DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug) in DebuggerConnectionHandler() argument
253 …panda::JSNApi::DebugOption option = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? isStartWithDebug : false}; in DebuggerConnectionHandler()
349 bool isStartWithDebug = dOption.isStartWithDebug; in StartProfiler() local
357 … [bundleName, isStartWithDebug, instanceId, weak, isDebugApp](int socketFd, std::string option) { in StartProfiler()
367 ConnectServerManager::Get().SendDebuggerInfo(isStartWithDebug, isDebugApp); in StartProfiler()
377 DebuggerConnectionManager(isDebugApp, isStartWithDebug, dOption); in StartProfiler()
[all …]
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_process_request.cpp32 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isStartWithDebug); in ReadFromParcel()
67 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isStartWithDebug); in Marshalling()
H A Dchild_process_info.cpp56 isStartWithDebug = parcel.ReadBool(); in ReadFromParcel()
88 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isStartWithDebug); in Marshalling()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dchild_process_request.h32 bool isStartWithDebug = false; member
H A Dchild_process_info.h46 bool isStartWithDebug = false; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h106 void DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug);
132 … void DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption);
H A Druntime.h75 bool isStartWithDebug = false; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager.h64 …void SetForkProcessDebugOption(const std::string bundleName, const bool isStartWithDebug, const bo…
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp152 debugOption.isStartWithDebug = needBreakPoint;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp206 "isDebugApp is %{public}d, isStartWithNative is %{public}d", processInfo_->isStartWithDebug, in HandleLoadJs()
247 "isDebugApp is %{public}d, isStartWithNative is %{public}d", processInfo_->isStartWithDebug, in HandleLoadArkTs()
H A Dmain_thread.cpp1528 debugOption.isStartWithDebug = appLaunchData.GetDebugApp(); in HandleLaunchApplication()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp553 debugOption.isStartWithDebug = true;
1032 debugOption.isStartWithDebug = false;