Home
last modified time | relevance | path

Searched refs:DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID (Results 1 - 6 of 6) sorted by relevance

/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp52 StandbyService::StandbyService() : SystemAbility(DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID, true) {} in StandbyService()
55 : SystemAbility(DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID, true) {} in StandbyService()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h158 DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID = 1914, enumerator
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_client.cpp213 systemAbilityManager->GetSystemAbility(DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID); in GetStandbyServiceProxy()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp952 int32_t DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID = 1914; in HWTEST_F() local
957 workSchedulerService_->OnAddSystemAbility(DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID, deviceId); in HWTEST_F()
958 workSchedulerService_->OnRemoveSystemAbility(DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID, deviceId); in HWTEST_F()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs152 pub const DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID: i32 = 1914; consts
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp146 AddSystemAbilityListener(DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID); in OnStart()
1163 if (systemAbilityId == DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID) { in OnAddSystemAbility()
1170 if (systemAbilityId == DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID) { in OnRemoveSystemAbility()

Completed in 9 milliseconds