Home
last modified time | relevance | path

Searched defs:isStartWithDebug (Results 1 - 8 of 8) sorted by relevance

/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
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_first_test.cpp89 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 Dcj_runtime.cpp203 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode() local
H A Djs_runtime.cpp176 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 Druntime.h75 bool isStartWithDebug = false; member
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dchild_process_record.cpp204 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 Dchild_process_manager.cpp464 void ChildProcessManager::SetForkProcessDebugOption(const std::string bundleName, const bool isStartWithDebug, in SetForkProcessDebugOption() argument
[all...]

Completed in 5 milliseconds