Searched refs:childIds (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/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; variable 423 childIds.push_back(i); 431 EXPECT_EQ(afterInfo.GetChildIds(), childIds);
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_client_impl.cpp | 747 std::vector<int64_t> childIds = parent.GetChildIds(); in GetChildren() local 749 windowId, childIds.size(), parent.GetChildTreeId()); in GetChildren() 750 if ((childIds.size() == 0) && (parent.GetChildWindowId() > 0 || parent.GetChildTreeId() > 0)) { in GetChildren() 769 } else if (childIds.size() > 0 && parent.GetChildTreeId() > 0) { in GetChildren() 779 ret = GetChildrenWork(windowId, childIds, children); in GetChildren() 788 …AccessibleAbilityClientImpl::GetChildrenWork(const int32_t windowId, std::vector<int64_t> childIds, in GetChildrenWork() argument 791 for (auto &childId : childIds) { in GetChildrenWork()
|
/ohos5.0/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,
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 504 auto childIds = info.GetChildIds(); in ConvertExtensionAccessibilityId() local 505 for (auto& child : childIds) { in ConvertExtensionAccessibilityId() 1901 auto childIds = nodeInfo.GetChildIds(); in UpdateCacheInfoNG() local 1902 for (auto& child : childIds) { in UpdateCacheInfoNG() 5378 std::vector<int64_t> childIds = info.GetChildIds(); in UpdateElementInfoTreeId() local 5379 for (int64_t child : childIds) { in UpdateElementInfoTreeId() 5406 std::vector<int64_t> childIds = item.GetChildIds(); in UpdateElementInfosTreeId() local 5407 for (int64_t child : childIds) { in UpdateElementInfosTreeId()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-frameNode.md | 3893 parentTrack.childIds.add(this.trackShadow.id) 3937 public childIds: Set<number> = new Set() 3946 this.childIds.forEach((value: number) => { 3978 parent?.childIds.delete(id)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-frameNode.md | 3439 parentTrack.childIds.add(this.trackShadow.id) 3483 public childIds: Set<number> = new Set() 3492 this.childIds.forEach((value: number) => { 3524 parent?.childIds.delete(id)
|