Searched refs:GetElementInfo (Results 1 – 10 of 10) sorted by relevance
627 accessibilityEventInfo.GetElementInfo(), in HandleNativeFocusUpdate()642 if (nativeAccessibilityEvent.GetElementInfo()) { in HandleEventByFramework()644 nativeAccessibilityEvent.GetElementInfo()->GetElementId(), in HandleEventByFramework()688 auto elementInfo = accessibilityEventInfo.GetElementInfo(); in GetAccessibilityEventInfoFromNativeEvent()
107 auto info = nativeEventInfo.GetElementInfo(); in TransformAccessbilityEventInfo()
2505 AccessibilityElementInfo info = eventInfo.GetElementInfo(); in SendAccessibilitySyncEvent()
464 const AccessibilityElementInfo &GetElementInfo() const;
336 const AccessibilityElementInfo &AccessibilityEventInfo::GetElementInfo() const in GetElementInfo() function in OHOS::Accessibility::AccessibilityEventInfo
339 CheckTransformElementInfoResult(beforeEventInfo.GetElementInfo(), in CheckTransformEventInfoResult()340 afterEventInfo.GetElementInfo()); in CheckTransformEventInfoResult()
526 ArkUI_AccessibilityElementInfo* GetElementInfo() const in GetElementInfo() function
516 EXPECT_EQ(eventInfo->GetElementInfo().GetAccessibilityId(), accessibilityId);
369 uiEvent.GetElementInfo().GetAccessibilityId(), in SendEvent()370 uiEvent.GetElementInfo().GetWindowId(), uiEvent.GetElementInfo().GetBelongTreeId()); in SendEvent()376 if (VerifyingToKenId(uiEvent.GetElementInfo().GetWindowId(), in SendEvent()377 uiEvent.GetElementInfo().GetAccessibilityId()) == RET_OK) { in SendEvent()
274 std::make_shared<AccessibilityElementInfo>(eventInfo.GetElementInfo()); in GetElement()