Home
last modified time | relevance | path

Searched refs:GetWidgetsInWindow (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.h33 …bool GetWidgetsInWindow(const Window &winInfo, unique_ptr<ElementNodeIterator> &elementIterator) o…
Dsystem_ui_controller.cpp350 …bool SysUiController::GetWidgetsInWindow(const Window &winInfo, unique_ptr<ElementNodeIterator> &e… in GetWidgetsInWindow() function in OHOS::uitest::SysUiController
/test/testfwk/arkxtest/uitest/test/
Dmock_controller.h38 bool GetWidgetsInWindow(const Window &winInfo, in GetWidgetsInWindow() function
/test/testfwk/arkxtest/uitest/core/
Dui_controller.h56 …virtual bool GetWidgetsInWindow(const Window &winInfo, unique_ptr<ElementNodeIterator> &elementIte… in GetWidgetsInWindow() function
Dui_driver.cpp111 if (!uiController_->GetWidgetsInWindow(winCache.window_, winCache.widgetIterator_)) { in DumpWindowsInfo()
236 … if (!uiController_->GetWidgetsInWindow(curWinCache.window_, curWinCache.widgetIterator_)) { in RetrieveWidget()
297 … if (!uiController_->GetWidgetsInWindow(curWinCache.window_, curWinCache.widgetIterator_)) { in FindWidgets()