/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | scene_recognize_test.cpp | 63 * @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 D | scene_recognizer_base.h | 29 virtual void OnDispatchResource(uint32_t, int64_t value, const nlohmann::json& payload) = 0;
|
H A D | system_upgrade_scene_recognizer.h | 27 void OnDispatchResource(uint32_t, int64_t value, const nlohmann::json& payload) override;
|
H A D | continuous_app_install_recognizer.h | 29 void OnDispatchResource(uint32_t, int64_t value, const nlohmann::json& payload) override;
|
H A D | background_sensitive_task_overlapping_scene_recognizer.h | 27 void OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) override;
|
H A D | slide_recognizer.h | 40 void OnDispatchResource(uint32_t, int64_t value, const nlohmann::json& payload) override;
|
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
H A D | continuous_app_install_recognizer.cpp | 33 void ContinuousAppInstallRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() function in OHOS::ResourceSchedule::ContinuousAppInstallRecognizer
|
H A D | system_upgrade_scene_recognizer.cpp | 80 void SystemUpgradeSceneRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() function in OHOS::ResourceSchedule::SystemUpgradeSceneRecognizer
|
H A D | scene_recognizer_mgr.cpp | 57 recognizer->OnDispatchResource(resType, value, payload); in DispatchResource()
|
H A D | background_sensitive_task_overlapping_scene_recognizer.cpp | 51 void BackgroundSensitiveTaskOverlappingSceneRecognizer::OnDispatchResource(uint32_t resType, int64_t value, in OnDispatchResource() function in OHOS::ResourceSchedule::BackgroundSensitiveTaskOverlappingSceneRecognizer
|
H A D | slide_recognizer.cpp | 52 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 D | device_standby_plugin.cpp | 97 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 D | socperf_executor_plugin.cpp | 126 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 D | frame_aware_plugin.cpp | 319 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 D | ressched_fuzzer.cpp | 386 slideRecognizer->OnDispatchResource(resType, value, payload); in SlideRecognizerFuzzTest()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | sched_controller.cpp | 601 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 D | socperf_plugin.cpp | 680 extern "C" void OnDispatchResource(const std::shared_ptr<ResData>& data)
in OnDispatchResource() function
|