Searched refs:IsDebugApp (Results 1 – 12 of 12) sorted by relevance
338 bool IsDebugApp(const std::string &bundleName);
262 if (!(appRecord->IsDebugApp() || appRecord->isAttachDebug())) { in TerminateAbility()
654 if (clearMissionFlag && appRecord->IsDebugApp()) { in TerminateAbility()1274 (isDetachDebug && (appRecord->IsDebugApp() || appRecord->IsAssertionPause()))) { in GetAppDebugInfosByBundleName()1285 debugInfo.isDebugStart = (appRecord->IsDebugApp() || appRecord->IsAssertionPause()); in GetAppDebugInfosByBundleName()
2814 if (isDebugApp && !appRecord->IsDebugApp()) { in StartAbility()3474 ProcessAppDebug(appRecord, appRecord->IsDebugApp()); in StartProcess()3526 if (isDebugStart && !appRecord->IsDebugApp()) { in ProcessAppDebug()3532 if (appRecord->IsDebugApp()) { in ProcessAppDebug()3718 auto info = MakeAppDebugInfo(appRecord, appRecord->IsDebugApp()); in ClearAppRunningData()3842 auto info = MakeAppDebugInfo(appRecord, appRecord->IsDebugApp()); in TerminateApplication()4439 if (appRecord->IsDebugApp()) { in StartSpecifiedAbility()4465 if (isDebugApp && !appRecord->IsDebugApp()) { in StartSpecifiedAbility()4902 debug = appRecord->IsDebugApp(); in GetApplicationInfoByProcessID()6702 auto info = MakeAppDebugInfo(appRecord, appRecord->IsDebugApp()); in NotifyAppFaultBySA()[all …]
1833 bool AppRunningRecord::IsDebugApp() in IsDebugApp() function in OHOS::AppExecFwk::AppRunningRecord
624 bool IsDebugApp();
1062 bool IsDebugApp() const;
960 bool ret = workSchedulerService_->IsDebugApp("bundleName");
1019 bool WorkSchedulerService::IsDebugApp(const std::string &bundleName) in IsDebugApp() function in OHOS::WorkScheduler::WorkSchedulerService
2776 bool AbilityRecord::IsDebugApp() const in IsDebugApp() function in OHOS::AAFwk::AbilityRecord
6265 (const_cast<Want &>(want)).SetParam(DEBUG_APP, abilityRecord->IsDebugApp()); in GenerateAbilityRequest()
3694 EXPECT_EQ(appRecord->IsDebugApp(), true);