/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() 67 LOGI("GetSystemloadLevel finish, loadstatus:%{public}d", loadstatus_); in GetSystemloadLevel() 77 GetSystemloadLevel(); in InitSystemload()
|
/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();
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/ |
H A D | notifier_mgr.h | 48 int32_t GetSystemloadLevel();
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | system_load.h | 43 static void GetSystemloadLevel();
|
/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 179 RESSCHED_LOGI("GetSystemloadLevel, promise."); in GetSystemloadLevel() 185 NAPI_CALL(env, napi_create_string_latin1(env, "GetSystemloadLevel", NAPI_AUTO_LENGTH, &resourceName)); in GetSystemloadLevel() 198 RESSCHED_LOGI("GetSystemloadLevel, promise end"); in GetSystemloadLevel() 204 RESSCHED_LOGI("GetSystemloadLevel, worker pool thread execute."); in Execute() 207 RESSCHED_LOGW("GetSystemloadLevel execute cb info is nullptr."); in Execute() 210 cbInfo->result = ResSchedClient::GetInstance().GetSystemloadLevel(); in Execute() 211 RESSCHED_LOGI("GetSystemloadLevel, worker pool thread execute end."); in Execute() 216 RESSCHED_LOGI("GetSystemloadLevel, mai in Complete() [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service.cpp | 89 int32_t ResSchedService::GetSystemloadLevel()
in GetSystemloadLevel() function in OHOS::ResourceSchedule::ResSchedService 91 return NotifierMgr::GetInstance().GetSystemloadLevel();
in GetSystemloadLevel() 202 .append(ToString(NotifierMgr::GetInstance().GetSystemloadLevel()))
in DumpSystemLoadInfo()
|
H A D | res_sched_service_stub.cpp | 353 int32_t level = GetSystemloadLevel();
in GetSystemloadLevelInner()
|
/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);
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/ |
H A D | res_sched_service.h | 45 int32_t GetSystemloadLevel() override;
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | notifier_mgr_test.cpp | 277 * @tc.name: notifier manager GetSystemloadLevel 001 278 * @tc.desc: test the interface GetSystemloadLevel 286 int32_t res = NotifierMgr::GetInstance().GetSystemloadLevel(); in HWTEST_F() 291 * @tc.name: notifier manager GetSystemloadLevel 002 292 * @tc.desc: test the interface GetSystemloadLevel 301 int32_t res = NotifierMgr::GetInstance().GetSystemloadLevel(); in HWTEST_F()
|
H A D | res_sched_service_test.cpp | 397 * @tc.name: Ressched service GetSystemloadLevel 001
398 * @tc.desc: test the interface service GetSystemloadLevel
411 int32_t res = resSchedService_->GetSystemloadLevel();
in HWTEST_F() 416 * @tc.name: Ressched service GetSystemloadLevel 002
417 * @tc.desc: test the interface service GetSystemloadLevel
431 int32_t res = resSchedService_->GetSystemloadLevel();
in HWTEST_F() 553 int32_t GetSystemloadLevel() override
774 * @tc.name: ResSchedServicesStub GetSystemloadLevel 001
775 * @tc.desc: Verify if resschedstub GetSystemloadLevel is success.
|
H A D | res_sched_client_test.cpp | 319 int32_t res = ResSchedClient::GetInstance().GetSystemloadLevel();
in HWTEST_F()
|
H A D | res_sched_service_mock_test.cpp | 126 int32_t GetSystemloadLevel() override
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/ |
H A D | ressched_fuzzer.cpp | 315 ResSchedClient::GetInstance().GetSystemloadLevel(); in ResSchedClientFuzzTest() 364 NotifierMgr::GetInstance().GetSystemloadLevel(); in NotifierMgrFuzzTest()
|
/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 188 RESSCHED_LOGD("GetSystemloadLevel called"); in GetSystemloadLevel()
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_client.cpp | 184 int32_t ResSchedClient::GetSystemloadLevel()
in GetSystemloadLevel() function in OHOS::ResourceSchedule::ResSchedClient 189 RESSCHED_LOGD("ResSchedClient::GetSystemloadLevel receive mission.");
in GetSystemloadLevel() 193 RESSCHED_LOGE("ResSchedClient::GetSystemloadLevel fail to get resource schedule service.");
in GetSystemloadLevel() 196 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
|