Home
last modified time | relevance | path

Searched refs:HandleWebGestureMove (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp311 SocPerfPlugin::GetInstance().HandleWebGestureMove(webGestureMoveStartData);
314 SocPerfPlugin::GetInstance().HandleWebGestureMove(webGestureMoveEndData);
315 SocPerfPlugin::GetInstance().HandleWebGestureMove(nullptr);
317 SocPerfPlugin::GetInstance().HandleWebGestureMove(invalidData);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H A Dsocperf_plugin.h70 void HandleWebGestureMove(const std::shared_ptr<ResData>& data);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp174 [this](const std::shared_ptr<ResData>& data) { HandleWebGestureMove(data); } }, in InitFunctionMap()
574 void SocPerfPlugin::HandleWebGestureMove(const std::shared_ptr<ResData>& data) in HandleWebGestureMove() function in OHOS::ResourceSchedule::SocPerfPlugin