Home
last modified time | relevance | path

Searched defs:isDebugApp (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.cpp45 auto isDebugApp = want.GetBoolParam("debugApp", false); in StartAbility() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_launch_data_test/
H A Dapp_launch_data_test.cpp29 constexpr bool isDebugApp = true; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dchild_process_info.h45 bool isDebugApp = true; member
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp86 bool isDebugApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp180 std::string& option, uint32_t socketFd, bool isDebugApp) in StartDebugger()
264 int32_t interval, int tid, bool isDebugApp) in StartProfiler()
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp236 bool isDebugApp = true; variable
257 bool isDebugApp = true; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp212 bool isDebugApp = dOption.isDebugApp; in StartDebugMode() local
H A Dconnect_server_manager.cpp157 const DebuggerPostTask& debuggerPostTask, bool isDebugApp) in StoreDebuggerInfo()
172 void ConnectServerManager::SendDebuggerInfo(bool needBreakPoint, bool isDebugApp) in SendDebuggerInfo()
H A Djs_runtime.cpp213 bool isDebugApp = dOption.isDebugApp; in StartDebugMode() local
248 void JsRuntime::DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug) in DebuggerConnectionHandler()
350 bool isDebugApp = dOption.isDebugApp; in StartProfiler() local
380 void JsRuntime::DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption… in DebuggerConnectionManager()
H A Djs_worker.cpp549 void StartDebuggerInWorkerModule(bool isDebugApp, bool isNativeStart) in StartDebuggerInWorkerModule()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp474 bool isDebugApp = (appInfo.appProvisionType == AppExecFwk::Constants::APP_PROVISION_TYPE_DEBUG); in CheckAppDebugVersion() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h74 bool isDebugApp = true; member
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp253 bool isDebugApp = false; in ParseStartAbilityArgsFromCmd() local
H A Dability_command.cpp1278 bool isDebugApp = false; in MakeWantFromCmd() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp465 const bool isDebugApp, const bool isStartWithNative) in SetForkProcessDebugOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp159 bool isDebugApp = AceApplicationInfo::GetInstance().IsDebugVersion(); in StartDebugger() local
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_credential.cpp291 …bool isDebugApp = (requestInfo.appProvisionType == AppExecFwk::Constants::APP_PROVISION_TYPE_DEBUG… in CheckDebugPermission() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1827 void AppRunningRecord::SetDebugApp(bool isDebugApp) in SetDebugApp()
H A Dapp_mgr_service_inner.cpp2813 auto isDebugApp = want->GetBoolParam(DEBUG_APP, false); in StartAbility() local
4464 auto isDebugApp = want.GetBoolParam(DEBUG_APP, false); in StartSpecifiedAbility() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3375 void MainThread::HandleInitAssertFaultTask(bool isDebugModule, bool isDebugApp) in HandleInitAssertFaultTask()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp486 bool isDebugApp = want.GetBoolParam(DEBUG_APP, false); in StartAbility() local