Home
last modified time | relevance | path

Searched refs:GetSystemloadLevel (Results 1 - 19 of 19) sorted by relevance

/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()
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 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();
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dnotifier_mgr.h48 int32_t GetSystemloadLevel();
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dsystem_load.h43 static void GetSystemloadLevel();
/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
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 Dres_sched_service.cpp89 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 Dres_sched_service_stub.cpp353 int32_t level = GetSystemloadLevel(); in GetSystemloadLevelInner()
/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);
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
H A Dres_sched_service.h45 int32_t GetSystemloadLevel() override;
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dnotifier_mgr_test.cpp277 * @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 Dres_sched_service_test.cpp397 * @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 Dres_sched_client_test.cpp319 int32_t res = ResSchedClient::GetInstance().GetSystemloadLevel(); in HWTEST_F()
H A Dres_sched_service_mock_test.cpp126 int32_t GetSystemloadLevel() override
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/
H A Dressched_fuzzer.cpp315 ResSchedClient::GetInstance().GetSystemloadLevel(); in ResSchedClientFuzzTest()
364 NotifierMgr::GetInstance().GetSystemloadLevel(); in NotifierMgrFuzzTest()
/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
188 RESSCHED_LOGD("GetSystemloadLevel called"); in GetSystemloadLevel()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_client.cpp184 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 Dres_sched_service_proxy.cpp200 int32_t ResSchedServiceProxy::GetSystemloadLevel() in GetSystemloadLevel() function in OHOS::ResourceSchedule::ResSchedServiceProxy

Completed in 17 milliseconds