Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
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
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
Dchild_process_request.h32 bool isStartWithDebug = false; member
Dchild_process_info.h46 bool isStartWithDebug = false; member
/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/
Dabilitychildprocessrecord_fuzzer.cpp60 bool isStartWithDebug = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dcj_runtime.cpp195 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode() local
Djs_runtime.cpp212 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode() local
262 void JsRuntime::DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug) in DebuggerConnectionHandler()
363 bool isStartWithDebug = dOption.isStartWithDebug; in StartProfiler() local
399 void JsRuntime::DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption… in DebuggerConnectionManager()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
Druntime.h76 bool isStartWithDebug = false; member
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
Dchild_process_manager.cpp464 …rocessManager::SetForkProcessDebugOption(const std::string bundleName, const bool isStartWithDebug, in SetForkProcessDebugOption()