/foundation/resourceschedule/resource_schedule_service/ressched/common/src/ |
H A D | oobe_datashare_utils.cpp | 126 auto remoteObj = sam->GetSystemAbility(RES_SCHED_SYS_ABILITY_ID); in InitSystemAbilityManager() 128 RESSCHED_LOGE("Get remoteObj return nullptr, systemAbilityId=%{public}d", RES_SCHED_SYS_ABILITY_ID); in InitSystemAbilityManager()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_system_ability_listener.cpp | 32 if (systemAbilityId == RES_SCHED_SYS_ABILITY_ID) { in OnAddSystemAbility()
|
H A D | vsync_generator.cpp | 525 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_);
in SubScribeSystemAbility() 527 VLOGE("%{public}s subscribe system ability %{public}d failed.", __func__, RES_SCHED_SYS_ABILITY_ID);
in SubScribeSystemAbility()
|
H A D | vsync_distributor.cpp | 775 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_);
in SubScribeSystemAbility() 777 VLOGE("%{public}s subscribe system ability %{public}d failed.", __func__, RES_SCHED_SYS_ABILITY_ID);
in SubScribeSystemAbility()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_system_ability_listener.cpp | 30 if (systemAbilityId == RES_SCHED_SYS_ABILITY_ID) { in OnAddSystemAbility()
|
H A D | scene_session_manager.cpp | 341 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, statusChangeListener); in InitScheduleUtils()
|
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/ |
H A D | test_audio_ability.cpp | 99 AddSystemAbilityListener(RES_SCHED_SYS_ABILITY_ID); in OnStart()
|
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/ |
H A D | listen_ability.cpp | 96 AddSystemAbilityListener(RES_SCHED_SYS_ABILITY_ID); in OnStart()
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service_ability.cpp | 34 ResSchedServiceAbility::ResSchedServiceAbility() : SystemAbility(RES_SCHED_SYS_ABILITY_ID, true)
in ResSchedServiceAbility()
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 146 RES_SCHED_SYS_ABILITY_ID = 1901, enumerator
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_client.cpp | 26 #include "system_ability_definition.h" // for RES_SCHED_SYS_ABILITY_ID
240 remoteObject_ = systemManager->CheckSystemAbility(RES_SCHED_SYS_ABILITY_ID);
in TryConnect() 287 int32_t ret = systemManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, resSchedSvcStatusListener_);
in AddResSaListenerLocked() 296 if (systemAbilityId != RES_SCHED_SYS_ABILITY_ID) {
in OnAddSystemAbility()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_hardware_thread.cpp | 631 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_); in SubScribeSystemAbility() 633 RS_LOGE("%{public}s subscribe system ability %{public}d failed.", __func__, RES_SCHED_SYS_ABILITY_ID); in SubScribeSystemAbility()
|
H A D | rs_uni_render_thread.cpp | 449 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_); in SubScribeSystemAbility() 451 RS_LOGE("%{public}s subscribe system ability %{public}d failed.", __func__, RES_SCHED_SYS_ABILITY_ID); in SubScribeSystemAbility()
|
H A D | rs_main_thread.cpp | 915 int32_t ret = systemAbilityManager->SubscribeSystemAbility(RES_SCHED_SYS_ABILITY_ID, saStatusChangeListener_); in SubScribeSystemAbility() 917 RS_LOGE("%{public}s subscribe system ability %{public}d failed.", __func__, RES_SCHED_SYS_ABILITY_ID); in SubScribeSystemAbility()
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 140 pub const RES_SCHED_SYS_ABILITY_ID: i32 = 1901; consts
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 193 AddSystemAbilityListener(RES_SCHED_SYS_ABILITY_ID); in OnStart() 268 } else if (systemAbilityId == RES_SCHED_SYS_ABILITY_ID) { in OnAddSystemAbility()
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/ |
H A D | ressched_fuzzer.cpp | 195 remoteObj = samgr->GetSystemAbility(RES_SCHED_SYS_ABILITY_ID); in DoInit()
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/ |
H A D | fms_form_host_record_test.cpp | 855 int32_t systemAbilityId = RES_SCHED_SYS_ABILITY_ID; in HWTEST_F()
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 835 systemAbilityId = RES_SCHED_SYS_ABILITY_ID; in HWTEST_F()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 716 AddSystemAbilityListener(RES_SCHED_SYS_ABILITY_ID); in OnStart() 1296 if (systemAbilityId == RES_SCHED_SYS_ABILITY_ID) { in OnAddSystemAbility()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 871 AddSystemAbilityListener(RES_SCHED_SYS_ABILITY_ID); in OnStart() 960 RemoveSystemAbilityListener(RES_SCHED_SYS_ABILITY_ID); in OnStop() 2198 if (systemAbilityId == RES_SCHED_SYS_ABILITY_ID) { in OnAddSystemAbility()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_server.cpp | 327 AddSystemAbilityListener(RES_SCHED_SYS_ABILITY_ID); in OnStart() 369 case RES_SCHED_SYS_ABILITY_ID: in OnAddSystemAbility()
|