Home
last modified time | relevance | path

Searched refs:HandleEventWebGesture (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H A Dsocperf_plugin.h58 void HandleEventWebGesture(const std::shared_ptr<ResData>& data);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp204 SocPerfPlugin::GetInstance().HandleEventWebGesture(webGestureStartData); in HWTEST_F()
207 SocPerfPlugin::GetInstance().HandleEventWebGesture(webGestureEndData); in HWTEST_F()
208 SocPerfPlugin::GetInstance().HandleEventWebGesture(nullptr); in HWTEST_F()
210 SocPerfPlugin::GetInstance().HandleEventWebGesture(invalidData); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp154 [this](const std::shared_ptr<ResData>& data) { HandleEventWebGesture(data); } }, in InitFunctionMap()
385 void SocPerfPlugin::HandleEventWebGesture(const std::shared_ptr<ResData>& data) in HandleEventWebGesture() function in OHOS::ResourceSchedule::SocPerfPlugin

Completed in 3 milliseconds