/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_scheduler_service.h | 302 bool IsDebugApp(const std::string& bundleName);
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | module_running_record.cpp | 260 if (!(appRecord->IsDebugApp() || appRecord->isAttachDebug())) { in TerminateAbility()
|
H A D | app_running_manager.cpp | 659 if (clearMissionFlag && appRecord->IsDebugApp()) { in TerminateAbility() 1282 (isDetachDebug && (appRecord->IsDebugApp() || appRecord->IsAssertionPause()))) { in GetAppDebugInfosByBundleName() 1293 debugInfo.isDebugStart = (appRecord->IsDebugApp() || appRecord->IsAssertionPause()); in GetAppDebugInfosByBundleName()
|
H A D | app_mgr_service_inner.cpp | 2809 if (isDebugApp && !appRecord->IsDebugApp()) { in StartAbility() 3473 ProcessAppDebug(appRecord, appRecord->IsDebugApp()); in StartProcess() 3525 if (isDebugStart && !appRecord->IsDebugApp()) { in ProcessAppDebug() 3531 if (appRecord->IsDebugApp()) { in ProcessAppDebug() 3713 auto info = MakeAppDebugInfo(appRecord, appRecord->IsDebugApp()); in ClearAppRunningData() 3837 auto info = MakeAppDebugInfo(appRecord, appRecord->IsDebugApp()); in TerminateApplication() 4436 if (appRecord->IsDebugApp()) { in StartSpecifiedAbility() 4461 if (isDebugApp && !appRecord->IsDebugApp()) { in StartSpecifiedAbility() 4898 debug = appRecord->IsDebugApp(); in GetApplicationInfoByProcessID() 6774 auto info = MakeAppDebugInfo(appRecord, appRecord->IsDebugApp()); in NotifyAppFaultBySA() [all...] |
H A D | app_running_record.cpp | 1837 bool AppRunningRecord::IsDebugApp() in IsDebugApp() function in OHOS::AppExecFwk::AppRunningRecord
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 2009 EXPECT_EQ(appRecord->IsDebugApp(), false); in HWTEST_F() 2013 EXPECT_EQ(appRecord->IsDebugApp(), true); in HWTEST_F() 2017 EXPECT_EQ(appRecord->IsDebugApp(), true); in HWTEST_F() 2021 EXPECT_EQ(appRecord->IsDebugApp(), true); in HWTEST_F() 2028 EXPECT_EQ(appRecord->IsDebugApp(), false); in HWTEST_F() 2032 EXPECT_EQ(appRecord->IsDebugApp(), true); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_record.h | 706 bool IsDebugApp();
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 1056 bool IsDebugApp() const;
|
/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | workschedulerservice_test.cpp | 963 * @tc.desc: Test WorkSchedulerService IsDebugApp.
969 bool ret = workSchedulerService_->IsDebugApp("bundleName");
in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 942 bool WorkSchedulerService::IsDebugApp(const std::string &bundleName) in IsDebugApp() function in OHOS::WorkScheduler::WorkSchedulerService
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 2747 bool AbilityRecord::IsDebugApp() const in IsDebugApp() function in OHOS::AAFwk::AbilityRecord
|
H A D | ability_connect_manager.cpp | 1418 if (!abilityRecord->IsDebugApp()) { in LoadAbility()
|
H A D | ability_manager_service.cpp | 6250 (const_cast<Want &>(want)).SetParam(DEBUG_APP, abilityRecord->IsDebugApp()); in GenerateAbilityRequest()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 3679 EXPECT_EQ(appRecord->IsDebugApp(), true); in HWTEST_F()
|