Home
last modified time | relevance | path

Searched refs:RegisterSystemloadNotifier (Results 1 – 16 of 16) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
Dres_sched_client_test.cpp230 ResSchedClient::GetInstance().RegisterSystemloadNotifier(notifier);
231 ResSchedClient::GetInstance().RegisterSystemloadNotifier(notifier);
250 ResSchedClient::GetInstance().RegisterSystemloadNotifier(notifier);
337 ResSchedClient::GetInstance().RegisterSystemloadNotifier(notifier);
357 ResSchedClient::GetInstance().RegisterSystemloadNotifier(notifier);
374 ResSchedClient::GetInstance().RegisterSystemloadNotifier(notifier);
Dres_sched_service_test.cpp244 resSchedService_->RegisterSystemloadNotifier(notifier);
268 resSchedService_->RegisterSystemloadNotifier(notifier);
290 resSchedService_->RegisterSystemloadNotifier(notifier);
315 resSchedService_->RegisterSystemloadNotifier(notifier);
340 resSchedService_->RegisterSystemloadNotifier(notifier);
357 resSchedService_->RegisterSystemloadNotifier(notifier);
358 resSchedService_->RegisterSystemloadNotifier(notifier);
375 resSchedService_->RegisterSystemloadNotifier(notifier);
535 void RegisterSystemloadNotifier(const sptr<IRemoteObject>& notifier) override in RegisterSystemloadNotifier() function in OHOS::ResourceSchedule::TestResSchedServiceStub
Dres_sched_service_mock_test.cpp110 void RegisterSystemloadNotifier(const sptr<IRemoteObject>& notifier) override in RegisterSystemloadNotifier() function in OHOS::ResourceSchedule::TestMockResSchedServiceStub
317 resSchedService_->RegisterSystemloadNotifier(notifier);
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
Dires_sched_service.h61 virtual void RegisterSystemloadNotifier(const sptr<IRemoteObject>& notifier) = 0;
Dres_sched_service_proxy.h63 void RegisterSystemloadNotifier(const sptr<IRemoteObject>& notifier) override;
Dres_sched_client.h98 void RegisterSystemloadNotifier(const sptr<ResSchedSystemloadNotifierClient>& callbackObj);
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/
Dlibressched_client.versionscript22 *ResSchedClient*RegisterSystemloadNotifier*;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
Dsystem_load.cpp37 ResourceSchedule::ResSchedClient::GetInstance().RegisterSystemloadNotifier(loadListener); in RegisterSystemloadCallback()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
Dres_sched_service.h36 void RegisterSystemloadNotifier(const sptr<IRemoteObject>& notifier) override;
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
Dres_sched_client.cpp119 void ResSchedClient::RegisterSystemloadNotifier(const sptr<ResSchedSystemloadNotifierClient>& callb… in RegisterSystemloadNotifier() function in OHOS::ResourceSchedule::ResSchedClient
129 rss_->RegisterSystemloadNotifier(systemloadLevelListener_); in RegisterSystemloadNotifier()
312 rss_->RegisterSystemloadNotifier(systemloadLevelListener_); in OnAddSystemAbility()
Dres_sched_service_proxy.cpp129 void ResSchedServiceProxy::RegisterSystemloadNotifier(const sptr<IRemoteObject>& notifier) in RegisterSystemloadNotifier() function in OHOS::ResourceSchedule::ResSchedServiceProxy
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/
Dressched_fuzzer.cpp231 ResSchedClient::GetInstance().RegisterSystemloadNotifier(callbackObj); in ResSchedClientFuzzTest()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/
Djs_systemload.cpp143 ResSchedClient::GetInstance().RegisterSystemloadNotifier(systemloadListener); in RegisterSystemloadCallback()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
Dres_sched_service.cpp70 void ResSchedService::RegisterSystemloadNotifier(const sptr<IRemoteObject>& notifier) in RegisterSystemloadNotifier() function in OHOS::ResourceSchedule::ResSchedService
Dres_sched_service_stub.cpp349 RegisterSystemloadNotifier(notifier); in RegisterSystemloadNotifierInner()
/foundation/ability/form_fwk/services/src/
Dform_mgr_service.cpp1305 …ResourceSchedule::ResSchedClient::GetInstance().RegisterSystemloadNotifier(formSystemloadListener); in OnAddSystemAbility()