Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dchild_process_record.cpp43 int32_t childProcessCount, bool isStartWithDebug) in ChildProcessRecord()
71 const sptr<IRemoteObject> &mainProcessCb, int32_t childProcessCount, bool isStartWithDebug) in CreateNativeChildProcessRecord()
204 bool ChildProcessRecord::isStartWithDebug() in isStartWithDebug() function in OHOS::AppExecFwk::ChildProcessRecord
/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/test/fuzztest/abilitychildprocessrecord_fuzzer/
H A Dabilitychildprocessrecord_fuzzer.cpp60 bool isStartWithDebug = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp211 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode() local
H A Djs_runtime.cpp212 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode() local
248 void JsRuntime::DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug) in DebuggerConnectionHandler()
349 bool isStartWithDebug = dOption.isStartWithDebug; in StartProfiler() local
380 void JsRuntime::DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption… in DebuggerConnectionManager()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h75 bool isStartWithDebug = false; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp464 …rocessManager::SetForkProcessDebugOption(const std::string bundleName, const bool isStartWithDebug, in SetForkProcessDebugOption()