Searched refs:GetRealHostWindowId (Results 1 – 5 of 5) sorted by relevance
559 config.windowId = static_cast<int32_t>(context->GetRealHostWindowId()); in GetNodeConfig()561 config.parentWindowId = static_cast<int32_t>(context->GetRealHostWindowId()); in GetNodeConfig()
2645 int32_t windowId = static_cast<int32_t>(context->GetRealHostWindowId()); in SendEventToAccessibilityWithNodeInner()2701 windowId = ngPipeline->GetRealHostWindowId(); in GetRealEventWindowId()2728 int32_t windowId = static_cast<int32_t>(context->GetRealHostWindowId()); in SendAccessibilityAsyncEventInner()2784 int32_t windowId = static_cast<int32_t>(context->GetRealHostWindowId()); in SendWebAccessibilityAsyncEvent()2794 … accessibilityEvent.nodeId, accessibilityEvent.stackNodeId, ngPipeline->GetRealHostWindowId() }, in SendWebAccessibilityAsyncEvent()2796 eventInfo.SetWindowId(ngPipeline->GetRealHostWindowId()); in SendWebAccessibilityAsyncEvent()4914 windowId_ = pipelineContext->GetRealHostWindowId(); in RegisterWebInteractionOperationAsChildTree()5244 windowId_ = pipelineContext->GetRealHostWindowId(); in RegisterInteractionOperationAsChildTree()5964 output.windowId = static_cast<int32_t>(ngPipeline->GetRealHostWindowId()); in GenerateCommonProperty()
281 auto realHostWindowId = pipeline->GetRealHostWindowId(); in CreateSession()
1286 auto realHostWindowId = ngPipeline->GetRealHostWindowId(); in InitializeAccessibility()
829 uint32_t GetRealHostWindowId() const in GetRealHostWindowId() function