Searched refs:uiController_ (Results 1 – 2 of 2) sorted by relevance
44 std::unique_ptr<UiController> UiDriver::uiController_; member in OHOS::uitest::UiDriver48 uiController_ = move(controller); in RegisterController()53 uiController_->RegisterUiEventListener(listener); in RegisterUiEventListener()58 DCHECK(uiController_); in CheckStatus()59 if (isConnected && !uiController_->IsWorkable()) { in CheckStatus()61 if (!uiController_->Initialize()) { in CheckStatus()78 uiController_->GetUiWindows(currentWindowVec); in UpdateUIWindows()111 if (!uiController_->GetWidgetsInWindow(winCache.window_, winCache.widgetIterator_)) { in DumpWindowsInfo()166 uiController_->GetHidumperInfo(to_string(winCache.window_.id_), &buffer, len); in DumpUiHierarchy()236 … if (!uiController_->GetWidgetsInWindow(curWinCache.window_, curWinCache.widgetIterator_)) { in RetrieveWidget()[all …]
104 static std::unique_ptr<UiController> uiController_; variable