Searched defs:isStartWithDebug (Results 1 - 8 of 8) sorted by relevance
| /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
|
| /foundation/ability/ability_runtime/test/unittest/runtime_test/ |
| H A D | js_runtime_first_test.cpp | 89 bool isStartWithDebug = false;
in HWTEST_F() local 109 bool isStartWithDebug = false;
in HWTEST_F() local 150 bool isStartWithDebug = true;
in HWTEST_F() local 178 bool isStartWithDebug = true;
in HWTEST_F() local [all...] |
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| H A D | cj_runtime.cpp | 203 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode() local
|
| H A D | js_runtime.cpp | 176 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode() local 212 void JsRuntime::DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug) in DebuggerConnectionHandler() argument 219 jsEnv_->NotifyDebugMode(getproctid(), ARK_DEBUGGER_LIB_PATH, instanceId_, isDebugApp, isStartWithDebug); in DebuggerConnectionHandler() local 315 bool isStartWithDebug in StartProfiler() local 346 DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption) DebuggerConnectionManager() argument [all...] |
| /foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
| H A D | runtime.h | 75 bool isStartWithDebug = false; member
|
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| H A D | child_process_record.cpp | 204 bool ChildProcessRecord::isStartWithDebug() in isStartWithDebug() function in OHOS::AppExecFwk::ChildProcessRecord 41 ChildProcessRecord(pid_t hostPid, const std::string &libName, const std::shared_ptr<AppRunningRecord> hostRecord, const sptr<IRemoteObject> &mainProcessCb, int32_t childProcessCount, bool isStartWithDebug) ChildProcessRecord() argument 69 CreateNativeChildProcessRecord( pid_t hostPid, const std::string &libName, const std::shared_ptr<AppRunningRecord> hostRecord, const sptr<IRemoteObject> &mainProcessCb, int32_t childProcessCount, bool isStartWithDebug) CreateNativeChildProcessRecord() argument
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
| H A D | child_process_manager.cpp | 464 void ChildProcessManager::SetForkProcessDebugOption(const std::string bundleName, const bool isStartWithDebug, in SetForkProcessDebugOption() argument [all...] |
Completed in 5 milliseconds