Searched refs:childIds (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 415 std::vector<int64_t> childIds; in HWTEST_F() local 423 childIds.push_back(i); in HWTEST_F() 431 EXPECT_EQ(afterInfo.GetChildIds(), childIds); in HWTEST_F()
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_manager_test.cpp | 267 auto childIds = group->GetChildIds();
in CheckScreenStateInGroup() local 268 ASSERT_LT(0, childIds.size());
in CheckScreenStateInGroup() 269 auto iter = std::find(childIds.begin(), childIds.end(), virtualScreenId);
in CheckScreenStateInGroup() 278 if (childIds.end() != iter) {
in CheckScreenStateInGroup() 279 ASSERT_NE(childIds.end(), iter);
in CheckScreenStateInGroup() 282 if (childIds.end() == iter) {
in CheckScreenStateInGroup() 283 ASSERT_EQ(childIds.end(), iter);
in CheckScreenStateInGroup()
|
/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_client_impl.cpp | 723 std::vector<int64_t> childIds = parent.GetChildIds(); in GetChildren() local 725 HILOG_DEBUG("windowId[%{public}d], childIds.size[%{public}zu] childTreeId:%{public}d", in GetChildren() 726 windowId, childIds.size(), parent.GetChildTreeId()); in GetChildren() 727 if ((childIds.size() == 0) && (parent.GetChildWindowId() > 0 || parent.GetChildTreeId() > 0)) { in GetChildren() 748 ret = GetChildrenWork(windowId, childIds, children); in GetChildren() 752 RetError AccessibleAbilityClientImpl::GetChildrenWork(const int32_t windowId, std::vector<int64_t> childIds, in GetChildrenWork() argument 755 for (auto &childId : childIds) { in GetChildrenWork()
|
/foundation/barrierfree/accessibility/frameworks/aafwk/include/ |
H A D | accessible_ability_client_impl.h | 375 RetError GetChildrenWork(const int32_t windowId, std::vector<int64_t> childIds,
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 502 auto childIds = info.GetChildIds(); in ConvertExtensionAccessibilityId() local 503 for (auto& child : childIds) { in ConvertExtensionAccessibilityId() 1811 auto childIds = nodeInfo.GetChildIds(); in UpdateChildrenNodeInCache() local 1812 for (auto& child : childIds) { in UpdateChildrenNodeInCache() 5339 std::vector<int64_t> childIds = info.GetChildIds(); in UpdateElementInfoTreeId() local 5340 for (int64_t child : childIds) { in UpdateElementInfoTreeId() 5365 std::vector<int64_t> childIds = item.GetChildIds(); in UpdateElementInfosTreeId() local 5366 for (int64_t child : childIds) { in UpdateElementInfosTreeId()
|
Completed in 18 milliseconds