Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds