/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | child_process_record.cpp | 27 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 D | app_mgr_service_inner.cpp | 7004 info.isStartWithDebug = childProcessRecord->isStartWithDebug(); in NotifyAppFaultBySA()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | child_process_manager.cpp | 116 " 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 D | child_process_record.h | 38 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 D | abilitychildprocessrecord_fuzzer.cpp | 60 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 D | cj_runtime.cpp | 211 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 D | js_runtime.cpp | 212 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 D | child_process_request.cpp | 32 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 D | child_process_info.cpp | 56 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 D | child_process_request.h | 32 bool isStartWithDebug = false; member
|
H A D | child_process_info.h | 46 bool isStartWithDebug = false; member
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | js_runtime.h | 106 void DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug); 132 … void DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption);
|
H A D | runtime.h | 75 bool isStartWithDebug = false; member
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/ |
H A D | child_process_manager.h | 64 …void SetForkProcessDebugOption(const std::string bundleName, const bool isStartWithDebug, const bo…
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_runtime_test.cpp | 152 debugOption.isStartWithDebug = needBreakPoint;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 206 "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 D | main_thread.cpp | 1528 debugOption.isStartWithDebug = appLaunchData.GetDebugApp(); in HandleLaunchApplication()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 553 debugOption.isStartWithDebug = true; 1032 debugOption.isStartWithDebug = false;
|