Searched refs:TIME_SERVICE_ID (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service.cpp | 76 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 D | time_service_client.cpp | 46 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 D | system_ability_definition.h | 240 TIME_SERVICE_ID = 3702, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 231 pub const TIME_SERVICE_ID: i32 = 3702; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 211 { TIME_SERVICE_ID, "TimeService" },
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 153 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 D | bundle_active_service.cpp | 82 BACKGROUND_TASK_MANAGER_SERVICE_ID, TIME_SERVICE_ID, in InitNecessaryState()
|
/ohos5.0/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 75 REGISTER_SYSTEM_ABILITY_BY_ID(TimeSystemAbility, TIME_SERVICE_ID, true);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 164 || systemAbilityManager->CheckSystemAbility(TIME_SERVICE_ID) == nullptr) { in IsBaseAbilityReady()
|