Home
last modified time | relevance | path

Searched refs:PerformMouseAction (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_driver.h60 void PerformMouseAction(const MouseAction &touch, const UiOpArgs &opt, ApiCallErr &err);
Dwindow_operator.cpp216 driver_.PerformMouseAction(touch1, options_, out.exception_); in Split()
Dfrontend_api_handler.cpp1030 driver.PerformMouseAction(touch, uiOpArgs, out.exception_); in RegisterUiDriverMouseOperators1()
1046 driver.PerformMouseAction(touch, uiOpArgs, out.exception_); in RegisterUiDriverMouseOperators2()
1064 driver.PerformMouseAction(touch, uiOpArgs, out.exception_); in RegisterUiDriverMouseOperators2()
1086 driver.PerformMouseAction(touch, uiOpArgs, out.exception_); in RegisterUiDriverMouseOperators2()
Dui_driver.cpp364 … void UiDriver::PerformMouseAction(const MouseAction &touch, const UiOpArgs &opt, ApiCallErr &err) in PerformMouseAction() function in OHOS::uitest::UiDriver