Home
last modified time | relevance | path

Searched refs:OnDispatchResource (Results 1 - 17 of 17) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dscene_recognize_test.cpp63 * @tc.desc: test the interface OnDispatchResource
72 continuousAppInstallRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_INSTALL_UNINSTALL, in HWTEST_F()
74 continuousAppInstallRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_INSTALL_UNINSTALL, in HWTEST_F()
76 continuousAppInstallRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_INSTALL_UNINSTALL, in HWTEST_F()
93 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_REPORT_SCENE_BOARD, in HWTEST_F()
98 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_STATE_CHANGE, in HWTEST_F()
104 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_CONTINUOUS_TASK, in HWTEST_F()
108 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_STATE_CHANGE, in HWTEST_F()
112 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_STATE_CHANGE, in HWTEST_F()
117 bgtaskRecognizer->OnDispatchResource(ResTyp in HWTEST_F()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/include/
H A Dscene_recognizer_base.h29 virtual void OnDispatchResource(uint32_t, int64_t value, const nlohmann::json& payload) = 0;
H A Dsystem_upgrade_scene_recognizer.h27 void OnDispatchResource(uint32_t, int64_t value, const nlohmann::json& payload) override;
H A Dcontinuous_app_install_recognizer.h29 void OnDispatchResource(uint32_t, int64_t value, const nlohmann::json& payload) override;
H A Dbackground_sensitive_task_overlapping_scene_recognizer.h27 void OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) override;
H A Dslide_recognizer.h40 void OnDispatchResource(uint32_t, int64_t value, const nlohmann::json& payload) override;
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
H A Dcontinuous_app_install_recognizer.cpp33 void ContinuousAppInstallRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() function in OHOS::ResourceSchedule::ContinuousAppInstallRecognizer
H A Dsystem_upgrade_scene_recognizer.cpp80 void SystemUpgradeSceneRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() function in OHOS::ResourceSchedule::SystemUpgradeSceneRecognizer
H A Dscene_recognizer_mgr.cpp57 recognizer->OnDispatchResource(resType, value, payload); in DispatchResource()
H A Dbackground_sensitive_task_overlapping_scene_recognizer.cpp51 void BackgroundSensitiveTaskOverlappingSceneRecognizer::OnDispatchResource(uint32_t resType, int64_t value, in OnDispatchResource() function in OHOS::ResourceSchedule::BackgroundSensitiveTaskOverlappingSceneRecognizer
H A Dslide_recognizer.cpp52 void SlideRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() function in OHOS::ResourceSchedule::SlideRecognizer
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/src/
H A Ddevice_standby_plugin.cpp97 extern "C" void OnDispatchResource(const std::shared_ptr<ResData>& data) in OnDispatchResource() function
100 STANDBYSERVICE_LOGD("DeviceStandbyPlugin::OnDispatchResource success."); in OnDispatchResource()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_plugin.cpp126 extern "C" void OnDispatchResource(const std::shared_ptr<ResData>& data) in OnDispatchResource() function
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H A Dframe_aware_plugin.cpp319 extern "C" void OnDispatchResource(const std::shared_ptr<ResData>& data) in OnDispatchResource() function
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/
H A Dressched_fuzzer.cpp386 slideRecognizer->OnDispatchResource(resType, value, payload); in SlideRecognizerFuzzTest()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dsched_controller.cpp601 extern "C" void OnDispatchResource(const std::shared_ptr<ResData>& resData) in OnDispatchResource() function
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp680 extern "C" void OnDispatchResource(const std::shared_ptr<ResData>& data) in OnDispatchResource() function

Completed in 11 milliseconds