Home
last modified time | relevance | path

Searched refs:TIME_SERVICE_ID (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp76 AddSystemAbilityListener(TIME_SERVICE_ID); in OnStart()
100 case TIME_SERVICE_ID: in OnAddSystemAbility()
146 case TIME_SERVICE_ID: in OnRemoveSystemAbility()
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp46 if (saId == TIME_SERVICE_ID) { in OnAddSystemAbility()
117 auto ret = systemAbilityManager->SubscribeSystemAbility(TIME_SERVICE_ID, timeServiceListener); in SubscribeSA()
138 auto systemAbility = systemAbilityManager->GetSystemAbility(TIME_SERVICE_ID); in ConnectService()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h240 TIME_SERVICE_ID = 3702, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs231 pub const TIME_SERVICE_ID: i32 = 3702; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp211 { TIME_SERVICE_ID, "TimeService" },
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp153 StandbyService::GetInstance()->OnAddSystemAbility(TIME_SERVICE_ID, "");
166 StandbyService::GetInstance()->OnRemoveSystemAbility(TIME_SERVICE_ID, "");
172 StandbyService::GetInstance()->OnAddSystemAbility(TIME_SERVICE_ID, "");
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp82 BACKGROUND_TASK_MANAGER_SERVICE_ID, TIME_SERVICE_ID, in InitNecessaryState()
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp75 REGISTER_SYSTEM_ABILITY_BY_ID(TimeSystemAbility, TIME_SERVICE_ID, true);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp164 || systemAbilityManager->CheckSystemAbility(TIME_SERVICE_ID) == nullptr) { in IsBaseAbilityReady()