Searched refs:HandleWebGestureMove (Results 1 – 3 of 3) sorted by relevance
311 SocPerfPlugin::GetInstance().HandleWebGestureMove(webGestureMoveStartData);314 SocPerfPlugin::GetInstance().HandleWebGestureMove(webGestureMoveEndData);315 SocPerfPlugin::GetInstance().HandleWebGestureMove(nullptr);317 SocPerfPlugin::GetInstance().HandleWebGestureMove(invalidData);
70 void HandleWebGestureMove(const std::shared_ptr<ResData>& data);
174 [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