/foundation/ability/form_fwk/test/unittest/fms_form_systemload_listener_test/ |
H A D | fms_form_systemload_listener_test.cpp | 30 static void OnSystemloadLevel(int32_t level); 39 void FmsFormSystemloadListenerTest::OnSystemloadLevel(int32_t level) in OnSystemloadLevel() function in __anon1407::FmsFormSystemloadListenerTest 41 GTEST_LOG_(INFO) << "OnSystemloadLevel call back"; in OnSystemloadLevel() 46 * @tc.name: OnSystemloadLevel. 47 * @tc.desc: Verify that the OnSystemloadLevel interface executes normally and exits without exception. 53 formSystemloadListener.OnSystemloadLevel(0); in HWTEST_F() 59 * @tc.name: OnSystemloadLevel. 60 * @tc.desc: Verify that the OnSystemloadLevel interface executes normally and exits without exception. 65 OnSystemloadLevel(2); in HWTEST_F() 66 FormSystemloadListener formSystemloadListener(OnSystemloadLevel); in HWTEST_F() [all...] |
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/ |
H A D | system_load_test.cpp | 85 * @tc.desc: Verify the OnSystemloadLevel function 94 SystemLoadListener_->OnSystemloadLevel(level); in HWTEST_F() 104 * @tc.desc: Verify the OnSystemloadLevel function 115 SystemLoadListener_->OnSystemloadLevel(level); in HWTEST_F() 125 * @tc.desc: Verify the OnSystemloadLevel function 137 SystemLoadListener_->OnSystemloadLevel(level); in HWTEST_F() 147 * @tc.desc: Verify the OnSystemloadLevel function 159 SystemLoadListener_->OnSystemloadLevel(level); in HWTEST_F()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_systemload_listener.cpp | 27 void FormSystemloadListener::OnSystemloadLevel(int32_t level) in OnSystemloadLevel() function in OHOS::AppExecFwk::FormSystemloadListener
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
H A D | res_sched_systemload_notifier_client.h | 29 virtual void OnSystemloadLevel(int32_t level) = 0;
|
H A D | ires_sched_systemload_notifier.h | 32 virtual void OnSystemloadLevel(int32_t level) = 0;
|
H A D | res_sched_systemload_notifier_proxy.h | 31 void OnSystemloadLevel(int32_t level) override;
|
H A D | res_sched_client.h | 156 void OnSystemloadLevel(int32_t level) override;
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_systemload_listener.h | 31 void OnSystemloadLevel(int32_t level) override;
|
H A D | form_mgr_service.h | 634 void OnSystemloadLevel(int32_t level);
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_systemload_notifier_proxy.cpp | 29 void ResSchedSystemloadNotifierProxy::OnSystemloadLevel(int32_t level) in OnSystemloadLevel() function in OHOS::ResourceSchedule::ResSchedSystemloadNotifierProxy 31 RESSCHED_LOGD("ResSchedSystemloadNotifierProxy OnSystemloadLevel"); in OnSystemloadLevel()
|
H A D | res_sched_systemload_notifier_stub.cpp | 60 OnSystemloadLevel(level); in OnSystemloadLevelInner()
|
H A D | res_sched_client.cpp | 430 void ResSchedClient::SystemloadLevelListener::OnSystemloadLevel(int32_t level)
in OnSystemloadLevel() function in OHOS::ResourceSchedule::ResSchedClient::SystemloadLevelListener 442 notifier->OnSystemloadLevel(level);
in OnSystemloadLevel()
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/include/ |
H A D | js_systemload_listener.h | 34 void OnSystemloadLevel(int32_t level) override;
|
H A D | js_systemload.h | 66 void OnSystemloadLevel(napi_env env, napi_value callbackObj, int32_t level);
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | system_load.h | 54 void OnSystemloadLevel(int32_t level) override;
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | res_sched_client_test.cpp | 79 void OnSystemloadLevel(int32_t level) override
233 ResSchedClient::GetInstance().systemloadLevelListener_->OnSystemloadLevel(2);
in HWTEST_F() 253 ResSchedClient::GetInstance().systemloadLevelListener_->OnSystemloadLevel(2);
in HWTEST_F()
|
H A D | notifier_mgr_test.cpp | 35 void OnSystemloadLevel(int32_t level) in OnSystemloadLevel() function in OHOS::ResourceSchedule::TestNotifierSystemloadListener
|
H A D | res_sched_service_mock_test.cpp | 153 void OnSystemloadLevel(int32_t level) in OnSystemloadLevel() function in OHOS::ResourceSchedule::TestMockResSchedSystemloadListener
|
H A D | res_sched_service_test.cpp | 56 void OnSystemloadLevel(int32_t level)
in OnSystemloadLevel() function in OHOS::ResourceSchedule::TestResSchedSystemloadListener
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/ |
H A D | js_systemload_listener.cpp | 53 void SystemloadListener::OnSystemloadLevel(int32_t level) in OnSystemloadLevel() function in OHOS::ResourceSchedule::SystemloadListener
|
H A D | js_systemload.cpp | 59 void Systemload::OnSystemloadLevel(napi_env env, napi_value callbackObj, int32_t level) in OnSystemloadLevel() function in OHOS::ResourceSchedule::Systemload 61 RESSCHED_LOGI("OnSystemloadLevel asyncCallback."); in OnSystemloadLevel() 64 RESSCHED_LOGE("OnSystemloadLevel cb type has not register yet."); in OnSystemloadLevel() 82 RESSCHED_LOGE("OnSystemloadLevel cbInfo null."); in OnSystemloadLevel() 88 napi_create_string_latin1(env, "OnSystemloadLevel", NAPI_AUTO_LENGTH, &resourceName)); in OnSystemloadLevel() 102 RESSCHED_LOGI("OnSystemloadLevel asyncCallback end"); in OnSystemloadLevel() 135 Systemload::GetInstance().OnSystemloadLevel(env, callbackObj, level); in RegisterSystemloadCallback()
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/ |
H A D | system_load.cpp | 40 void SystemLoadListener::OnSystemloadLevel(int32_t level) in OnSystemloadLevel() function in OHOS::FileManagement::CloudSync::SystemLoadListener 44 LOGI("OnSystemloadLevel over warm"); in OnSystemloadLevel() 48 LOGI("OnSystemloadLevel is normal, level:%{public}d", level); in OnSystemloadLevel()
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | notifier_mgr.cpp | 256 proxy->OnSystemloadLevel(level); in HandleDeviceLevelChange()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test2.cpp | 1026 * @tc.name: test OnSystemloadLevel function. 1027 * @tc.desc: Verify that the OnSystemloadLevel interface is called normally. 1034 formMgrService.OnSystemloadLevel(level); in HWTEST_F() 1040 * @tc.name: test OnSystemloadLevel function. 1041 * @tc.desc: Verify that the OnSystemloadLevel interface is called normally. 1048 formMgrService.OnSystemloadLevel(level); in HWTEST_F()
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/ |
H A D | ressched_fuzzer.cpp | 335 resSchedSystemloadNotifierProxy->OnSystemloadLevel(level); in OnSystemloadLevelFuzzTest()
|