/ohos5.0/foundation/ability/ability_runtime/tools/test/mock/ |
H A D | mock_ability_manager_stub.cpp | 45 auto isDebugApp = want.GetBoolParam("debugApp", false); in StartAbility() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_launch_data_test/ |
H A D | app_launch_data_test.cpp | 29 constexpr bool isDebugApp = true; variable
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | child_process_info.h | 45 bool isDebugApp = true; member
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/ |
H A D | abilityframeworksnativejsworker_fuzzer.cpp | 86 bool isDebugApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | js_environment.cpp | 180 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 D | js_environment_test.cpp | 236 bool isDebugApp = true; variable 257 bool isDebugApp = true; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | cj_runtime.cpp | 212 bool isDebugApp = dOption.isDebugApp; in StartDebugMode() local
|
H A D | connect_server_manager.cpp | 157 const DebuggerPostTask& debuggerPostTask, bool isDebugApp) in StoreDebuggerInfo() 172 void ConnectServerManager::SendDebuggerInfo(bool needBreakPoint, bool isDebugApp) in SendDebuggerInfo()
|
H A D | js_runtime.cpp | 213 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 D | js_worker.cpp | 549 void StartDebuggerInWorkerModule(bool isDebugApp, bool isNativeStart) in StartDebuggerInWorkerModule()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 474 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 D | runtime.h | 74 bool isDebugApp = true; member
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | ability_tool_command.cpp | 253 bool isDebugApp = false; in ParseStartAbilityArgsFromCmd() local
|
H A D | ability_command.cpp | 1278 bool isDebugApp = false; in MakeWantFromCmd() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | child_process_manager.cpp | 465 const bool isDebugApp, const bool isStartWithNative) in SetForkProcessDebugOption()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 159 bool isDebugApp = AceApplicationInfo::GetInstance().IsDebugVersion(); in StartDebugger() local
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
H A D | dlp_credential.cpp | 291 …bool isDebugApp = (requestInfo.appProvisionType == AppExecFwk::Constants::APP_PROVISION_TYPE_DEBUG… in CheckDebugPermission() local
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_record.cpp | 1827 void AppRunningRecord::SetDebugApp(bool isDebugApp) in SetDebugApp()
|
H A D | app_mgr_service_inner.cpp | 2813 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 D | main_thread.cpp | 3375 void MainThread::HandleInitAssertFaultTask(bool isDebugModule, bool isDebugApp) in HandleInitAssertFaultTask()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 486 bool isDebugApp = want.GetBoolParam(DEBUG_APP, false); in StartAbility() local
|