/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | scene_recognize_test.cpp | 73 continuousAppInstallRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_INSTALL_UNINSTALL, 94 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_REPORT_SCENE_BOARD, 99 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_STATE_CHANGE, 105 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_CONTINUOUS_TASK, 109 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_STATE_CHANGE, 113 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_APP_STATE_CHANGE, 118 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_CONTINUOUS_TASK, 122 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_CONTINUOUS_TASK, 125 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_CONTINUOUS_TASK, 129 bgtaskRecognizer->OnDispatchResource(ResType::RES_TYPE_CONTINUOUS_TASK, [all …]
|
/ohos5.0/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;
|
/ohos5.0/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 nloh… 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 nlohma… 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_… 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& pay… in OnDispatchResource() function in OHOS::ResourceSchedule::SlideRecognizer
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/src/ |
H A D | device_standby_plugin.cpp | 95 extern "C" void OnDispatchResource(const std::shared_ptr<ResData>& data) in OnDispatchResource() function
|
/ohos5.0/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
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ |
H A D | README_ZH.md | 91 | function OnDispatchResource(const std::shared_ptr\<ResData\>& data):void; | 获取分发的事件 …
|
H A D | README.md | 92 | function OnDispatchResource(const std::shared_ptr\<ResData\>& data):void; | dispatch resour…
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | frame_aware_plugin.cpp | 307 extern "C" void OnDispatchResource(const std::shared_ptr<ResData>& data) in OnDispatchResource() function
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/ |
H A D | socperf_plugin.cpp | 795 extern "C" void OnDispatchResource(const std::shared_ptr<ResData>& data) in OnDispatchResource() function
|