Home
last modified time | relevance | path

Searched refs:filterParentValidId (Results 1 - 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp613 void LocateNodeWithInComplexSelect(std::vector<int> &filterParentValidId, in LocateNodeWithInComplexSelect() argument
629 filterParentValidId.emplace_back(targetId); in LocateNodeWithInComplexSelect()
658 std::vector<int> filterParentValidId; in DoComplexSelect() local
659 LocateNodeWithInComplexSelect(filterParentValidId, visitWidgets, myselfTargets); in DoComplexSelect()
660 if (filterParentValidId.empty()) { in DoComplexSelect()
665 myselfTargets = filterParentValidId; in DoComplexSelect()
668 myselfTargets.emplace_back(filterParentValidId.at(0)); in DoComplexSelect()

Completed in 2 milliseconds