Searched refs:stackNodeId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_manager.h | 41 int64_t stackNodeId = -1; member
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 1083 if (param.stackNodeId != -1) { in FillEventInfo() 1084 int64_t stackNodeId = param.stackNodeId; in FillEventInfo() local 1085 …essibilitySystemAbilityClient::SetSplicElementIdTreeId(elementInfo.GetBelongTreeId(), stackNodeId); in FillEventInfo() 1086 elementInfo.SetNavDestinationId(stackNodeId); in FillEventInfo() 1128 elementInfo.SetNavDestinationId(param.stackNodeId); in FillWebEventInfo() 2743 accessibilityEvent.nodeId, accessibilityEvent.stackNodeId, realWindowId }); in SendAccessibilityAsyncEventInner() 2794 … accessibilityEvent.nodeId, accessibilityEvent.stackNodeId, ngPipeline->GetRealHostWindowId() }, in SendWebAccessibilityAsyncEvent()
|
H A D | js_accessibility_manager.h | 67 int64_t stackNodeId = 0; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.h | 496 …AccessibilityEventType eventType, int64_t stackNodeId, WindowsContentChangeTypes windowsContentCha…
|
H A D | frame_node.cpp | 3598 …AccessibilityEventType eventType, int64_t stackNodeId, WindowsContentChangeTypes windowsContentCha… in OnAccessibilityEvent() argument 3605 event.stackNodeId = stackNodeId; in OnAccessibilityEvent()
|