Home
last modified time | relevance | path

Searched refs:IsDebugApp (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h338 bool IsDebugApp(const std::string &bundleName);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodule_running_record.cpp262 if (!(appRecord->IsDebugApp() || appRecord->isAttachDebug())) { in TerminateAbility()
H A Dapp_running_manager.cpp654 if (clearMissionFlag && appRecord->IsDebugApp()) { in TerminateAbility()
1274 (isDetachDebug && (appRecord->IsDebugApp() || appRecord->IsAssertionPause()))) { in GetAppDebugInfosByBundleName()
1285 debugInfo.isDebugStart = (appRecord->IsDebugApp() || appRecord->IsAssertionPause()); in GetAppDebugInfosByBundleName()
H A Dapp_mgr_service_inner.cpp2814 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 …]
H A Dapp_running_record.cpp1833 bool AppRunningRecord::IsDebugApp() in IsDebugApp() function in OHOS::AppExecFwk::AppRunningRecord
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h624 bool IsDebugApp();
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1062 bool IsDebugApp() const;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp960 bool ret = workSchedulerService_->IsDebugApp("bundleName");
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1019 bool WorkSchedulerService::IsDebugApp(const std::string &bundleName) in IsDebugApp() function in OHOS::WorkScheduler::WorkSchedulerService
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2776 bool AbilityRecord::IsDebugApp() const in IsDebugApp() function in OHOS::AAFwk::AbilityRecord
H A Dability_manager_service.cpp6265 (const_cast<Want &>(want)).SetParam(DEBUG_APP, abilityRecord->IsDebugApp()); in GenerateAbilityRequest()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3694 EXPECT_EQ(appRecord->IsDebugApp(), true);