Home
last modified time | relevance | path

Searched refs:GetSystemloadLevel (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dsystem_load.cpp64 void SystemLoadStatus::GetSystemloadLevel() in GetSystemloadLevel() function in OHOS::FileManagement::CloudSync::SystemLoadStatus
66 loadstatus_ = ResourceSchedule::ResSchedClient::GetInstance().GetSystemloadLevel(); in GetSystemloadLevel()
77 GetSystemloadLevel(); in InitSystemload()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/
H A Djs_systemload.cpp56 return GetInstance().GetSystemloadLevel(env, info); in GetLevel()
177 napi_value Systemload::GetSystemloadLevel(napi_env env, napi_callback_info info) in GetSystemloadLevel() function in OHOS::ResourceSchedule::Systemload
210 cbInfo->result = ResSchedClient::GetInstance().GetSystemloadLevel(); in Execute()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dires_sched_service.h90 virtual int32_t GetSystemloadLevel() = 0;
H A Dres_sched_service_proxy.h73 int32_t GetSystemloadLevel() override;
H A Dres_sched_client.h128 int32_t GetSystemloadLevel();
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dsystem_load.h42 static void GetSystemloadLevel();
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp92 int32_t ResSchedService::GetSystemloadLevel() in GetSystemloadLevel() function in OHOS::ResourceSchedule::ResSchedService
94 return NotifierMgr::GetInstance().GetSystemloadLevel(); in GetSystemloadLevel()
312 .append(ToString(NotifierMgr::GetInstance().GetSystemloadLevel())) in DumpSystemLoadInfo()
H A Dres_sched_service_stub.cpp373 int32_t level = GetSystemloadLevel(); in GetSystemloadLevelInner()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dnotifier_mgr.h48 int32_t GetSystemloadLevel();
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/
H A Dlibressched_client.versionscript26 *ResSchedClient*GetSystemloadLevel*;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/include/
H A Djs_systemload.h72 napi_value GetSystemloadLevel(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/
H A Dressched_fuzzer.cpp233 ResSchedClient::GetInstance().GetSystemloadLevel(); in ResSchedClientFuzzTest()
282 NotifierMgr::GetInstance().GetSystemloadLevel(); in NotifierMgrFuzzTest()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
H A Dres_sched_service.h45 int32_t GetSystemloadLevel() override;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dnotifier_mgr_test.cpp286 int32_t res = NotifierMgr::GetInstance().GetSystemloadLevel();
301 int32_t res = NotifierMgr::GetInstance().GetSystemloadLevel();
H A Dres_sched_service_test.cpp411 int32_t res = resSchedService_->GetSystemloadLevel();
431 int32_t res = resSchedService_->GetSystemloadLevel();
542 int32_t GetSystemloadLevel() override in GetSystemloadLevel() function in OHOS::ResourceSchedule::TestResSchedServiceStub
H A Dres_sched_client_test.cpp318 int32_t res = ResSchedClient::GetInstance().GetSystemloadLevel();
H A Dres_sched_service_mock_test.cpp128 int32_t GetSystemloadLevel() override in GetSystemloadLevel() function in OHOS::ResourceSchedule::TestMockResSchedServiceStub
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_client.cpp182 int32_t ResSchedClient::GetSystemloadLevel() in GetSystemloadLevel() function in OHOS::ResourceSchedule::ResSchedClient
194 return rss_->GetSystemloadLevel(); in GetSystemloadLevel()
H A Dres_sched_service_proxy.cpp200 int32_t ResSchedServiceProxy::GetSystemloadLevel() in GetSystemloadLevel() function in OHOS::ResourceSchedule::ResSchedServiceProxy
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dnotifier_mgr.cpp186 int32_t NotifierMgr::GetSystemloadLevel() in GetSystemloadLevel() function in OHOS::ResourceSchedule::NotifierMgr