/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/ |
H A D | system_load.cpp | 64 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 D | js_systemload.cpp | 56 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 D | ires_sched_service.h | 90 virtual int32_t GetSystemloadLevel() = 0;
|
H A D | res_sched_service_proxy.h | 73 int32_t GetSystemloadLevel() override;
|
H A D | res_sched_client.h | 128 int32_t GetSystemloadLevel();
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | system_load.h | 42 static void GetSystemloadLevel();
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service.cpp | 92 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 D | res_sched_service_stub.cpp | 373 int32_t level = GetSystemloadLevel(); in GetSystemloadLevelInner()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/ |
H A D | notifier_mgr.h | 48 int32_t GetSystemloadLevel();
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/ |
H A D | libressched_client.versionscript | 26 *ResSchedClient*GetSystemloadLevel*;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/include/ |
H A D | js_systemload.h | 72 napi_value GetSystemloadLevel(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/ |
H A D | ressched_fuzzer.cpp | 233 ResSchedClient::GetInstance().GetSystemloadLevel(); in ResSchedClientFuzzTest() 282 NotifierMgr::GetInstance().GetSystemloadLevel(); in NotifierMgrFuzzTest()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/ |
H A D | res_sched_service.h | 45 int32_t GetSystemloadLevel() override;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | notifier_mgr_test.cpp | 286 int32_t res = NotifierMgr::GetInstance().GetSystemloadLevel(); 301 int32_t res = NotifierMgr::GetInstance().GetSystemloadLevel();
|
H A D | res_sched_service_test.cpp | 411 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 D | res_sched_client_test.cpp | 318 int32_t res = ResSchedClient::GetInstance().GetSystemloadLevel();
|
H A D | res_sched_service_mock_test.cpp | 128 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 D | res_sched_client.cpp | 182 int32_t ResSchedClient::GetSystemloadLevel() in GetSystemloadLevel() function in OHOS::ResourceSchedule::ResSchedClient 194 return rss_->GetSystemloadLevel(); in GetSystemloadLevel()
|
H A D | res_sched_service_proxy.cpp | 200 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 D | notifier_mgr.cpp | 186 int32_t NotifierMgr::GetSystemloadLevel() in GetSystemloadLevel() function in OHOS::ResourceSchedule::NotifierMgr
|