Searched refs:HOST_WINDOW_ID (Results 1 – 6 of 6) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | select_strategy.cpp | 184 anchorWidget.SetAttr(UiAttr::HOST_WINDOW_ID, std::to_string(window.id_)); in LocateNode() 220 myselfWidget.SetAttr(UiAttr::HOST_WINDOW_ID, std::to_string(window.id_)); in LocateNodeAfterAnchor() 272 anchorWidget.SetAttr(UiAttr::HOST_WINDOW_ID, std::to_string(window.id_)); in LocateNode() 346 anchorWidget.SetAttr(UiAttr::HOST_WINDOW_ID, std::to_string(window.id_)); in LocateNode() 387 myselfWidget.SetAttr(UiAttr::HOST_WINDOW_ID, std::to_string(window.id_)); in LocateNodeWithInAnchor() 441 myselfWidget.SetAttr(UiAttr::HOST_WINDOW_ID, std::to_string(window.id_)); in LocateNode() 496 myselfWidget.SetAttr(UiAttr::HOST_WINDOW_ID, std::to_string(window.id_)); in LocateNode()
|
D | window_operator.cpp | 199 … auto windowMatcher = WidgetMatchModel(UiAttr::HOST_WINDOW_ID, to_string(window_.id_), EQ); in Split() 294 auto windowMatcher = WidgetMatchModel(UiAttr::HOST_WINDOW_ID, to_string(window_.id_), EQ); in BarAction()
|
D | ui_driver.cpp | 198 auto winId = widget.GetAttr(UiAttr::HOST_WINDOW_ID); in GetHostApp() 230 if (widget.GetAttr(UiAttr::HOST_WINDOW_ID) != std::to_string(curWinCache.window_.id_)) { in RetrieveWidget()
|
D | ui_model.h | 49 HOST_WINDOW_ID, enumerator
|
/test/testfwk/arkxtest/uitest/test/ |
D | mock_element_node_iterator.h | 263 widget.SetAttr(UiAttr::HOST_WINDOW_ID, element.windowId); in WrapperNodeAttrToVec()
|
/test/testfwk/arkxtest/uitest/server/ |
D | element_node_iterator_impl.cpp | 264 widget.SetAttr(UiAttr::HOST_WINDOW_ID, std::to_string(element.GetWindowId())); in WrapperNodeAttrToVec()
|