Searched refs:GetParentNodeId (Results 1 – 8 of 8) sorted by relevance
90 nativeInfo.SetParentId(accessibilityElementInfo.GetParentNodeId()); in FillNativeAccessibilityElementInfo()275 EXPECT_EQ(beforeInfo.GetParentNodeId(), afterInfo.GetParentNodeId()); in CheckTransformElementInfoResult()
703 int64_t GetParentNodeId() const;
875 if (info.GetParentNodeId() == ROOT_PARENT_ELEMENT_ID) { in SearchElementInfoRecursiveByContent()943 int64_t parentElementId = child.GetParentNodeId(); in GetParentElementInfo()1427 if ((info.GetParentNodeId() == ROOT_PARENT_ELEMENT_ID) && (parentInfo != nullptr)) { in SearchElementInfoRecursiveByWinid()
139 int64_t AccessibilityElementInfo::GetParentNodeId() const in GetParentNodeId() function in OHOS::Accessibility::AccessibilityElementInfo
502 extensionNode->WrapExtensionAbilityId(uiExtensionOffset, info.GetParentNodeId()); in ConvertExtensionAccessibilityId()602 auto parentId = info.GetParentNodeId(); in SetUiExtensionAbilityParentIdForFocus()1785 (info.GetParentNodeId() == rootNode->GetAccessibilityId())) { in UpdateUiExtensionParentIdForFocus()1845 auto rootParentId = extensionElementInfos.front().GetParentNodeId(); in SearchExtensionElementInfoNG()2330 int64_t parentId = nodeInfo.GetParentNodeId(); in DumpCommonPropertyNG()3935 (infos.front().GetParentNodeId() == rootNode->GetAccessibilityId())) { in SearchElementInfoByAccessibilityIdNG()5370 int64_t parentId = info.GetParentNodeId(); in UpdateElementInfoTreeId()5398 int64_t parentId = item.GetParentNodeId(); in UpdateElementInfosTreeId()5796 if (filterIds.find(element.GetParentNodeId()) != filterIds.end()) { in FilterAccessibilityElementByFocusable()
45 printStr.append(", parentNodeId: ").append(std::to_string(info.GetParentNodeId())); in LogAccessibilityElementInfo()
465 EXPECT_EQ(elementInfo_->GetParentNodeId(), 1);
1991 elementId = infos[0].GetParentNodeId(); in FindInnerWindowId()