Home
last modified time | relevance | path

Searched refs:WORK_SCHEDULE_SERVICE_ID (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp141 sptr<IRemoteObject> remoteObject_ = sam->CheckSystemAbility(WORK_SCHEDULE_SERVICE_ID);
159 sptr<IRemoteObject> remoteObject_ = sam->CheckSystemAbility(WORK_SCHEDULE_SERVICE_ID);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/zidl/
H A Dwork_scheduler_proxy_test.cpp50 …ptr<IRemoteObject> remoteObject = SystemAbilityManager->GetSystemAbility(WORK_SCHEDULE_SERVICE_ID); in SetUpTestCase()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workscheduleservice_fuzzer/
H A Dworkscheduleservice_fuzzer.cpp43 remoteObject = SystemAbilityManager->GetSystemAbility(WORK_SCHEDULE_SERVICE_ID); in DoInit()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_datashare_helper.cpp80 auto remoteObj = samgr->GetSystemAbility(WORK_SCHEDULE_SERVICE_ID); in CreateDataShareHelper()
H A Dwork_scheduler_service.cpp120 WorkSchedulerService::WorkSchedulerService() : SystemAbility(WORK_SCHEDULE_SERVICE_ID, true) {} in WorkSchedulerService()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h149 WORK_SCHEDULE_SERVICE_ID = 1904, enumerator
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp41 sptr<IRemoteObject> remoteObject_ = sam->CheckSystemAbility(WORK_SCHEDULE_SERVICE_ID); in Connect()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_strategy_test.cpp264 standbyMessage.want_->SetParam(SA_ID, WORK_SCHEDULE_SERVICE_ID);
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs143 pub const WORK_SCHEDULE_SERVICE_ID: i32 = 1904; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp81 { WORK_SCHEDULE_SERVICE_ID, "WorkSchedule" },
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp565 if (saId != WORK_SCHEDULE_SERVICE_ID && saId != BACKGROUND_TASK_MANAGER_SERVICE_ID) { in ResetFirewallStatus()
H A Drunning_lock_strategy.cpp432 if (saId != WORK_SCHEDULE_SERVICE_ID && saId != BACKGROUND_TASK_MANAGER_SERVICE_ID) { in ResetProxyStatus()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp125 StandbyService::GetInstance()->AddPluginSysAbilityListener(WORK_SCHEDULE_SERVICE_ID); in InitReadyState()