Home
last modified time | relevance | path

Searched refs:IsDebugApp (Results 1 - 14 of 14) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h302 bool IsDebugApp(const std::string& bundleName);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodule_running_record.cpp260 if (!(appRecord->IsDebugApp() || appRecord->isAttachDebug())) { in TerminateAbility()
H A Dapp_running_manager.cpp659 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 Dapp_mgr_service_inner.cpp2809 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 Dapp_running_record.cpp1837 bool AppRunningRecord::IsDebugApp() in IsDebugApp() function in OHOS::AppExecFwk::AppRunningRecord
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp2009 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 Dapp_running_record.h706 bool IsDebugApp();
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1056 bool IsDebugApp() const;
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp963 * @tc.desc: Test WorkSchedulerService IsDebugApp.
969 bool ret = workSchedulerService_->IsDebugApp("bundleName"); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp942 bool WorkSchedulerService::IsDebugApp(const std::string &bundleName) in IsDebugApp() function in OHOS::WorkScheduler::WorkSchedulerService
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2747 bool AbilityRecord::IsDebugApp() const in IsDebugApp() function in OHOS::AAFwk::AbilityRecord
H A Dability_connect_manager.cpp1418 if (!abilityRecord->IsDebugApp()) { in LoadAbility()
H A Dability_manager_service.cpp6250 (const_cast<Want &>(want)).SetParam(DEBUG_APP, abilityRecord->IsDebugApp()); in GenerateAbilityRequest()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3679 EXPECT_EQ(appRecord->IsDebugApp(), true); in HWTEST_F()

Completed in 66 milliseconds