Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Dutils.h65 static void RecordOnZoomGestureEvent(const std::string &state);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp788 Utils::RecordOnZoomGestureEvent("on"); in OnZoom()
802 Utils::RecordOnZoomGestureEvent("off"); in OffZoom()
H A Dutils.cpp374 void Utils::RecordOnZoomGestureEvent(const std::string &state) in RecordOnZoomGestureEvent() function in OHOS::Accessibility::Utils