Home
last modified time | relevance | path

Searched refs:GetFocusWindowId (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h793 uint32_t GetFocusWindowId() const in GetFocusWindowId() function in OHOS::OHOS::Ace::PipelineBase
810 return realHostWindowId_.value_or(GetFocusWindowId()); in GetRealHostWindowId()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp507 int32_t windowId = GetFocusWindowId(); in FindFocusedElement()
564 int32_t windowId = GetFocusWindowId(); in ExecuteActionOnA11yFocused()
618 int32_t SaPerformActionXTS::GetFocusWindowId() in GetFocusWindowId() function in OHOS::A11y::SaPerformActionXTS
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp507 int32_t windowId = GetFocusWindowId(); in FindFocusedElement()
564 int32_t windowId = GetFocusWindowId(); in ExecuteActionOnA11yRegisterElementFocused()
618 int32_t AccessibleAbilityManagerService::GetFocusWindowId() in GetFocusWindowId() function in OHOS::A11yRegisterElement::AccessibleAbilityManagerService
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp463 auto hostWindowId = pipeline->GetFocusWindowId(); in NotifyForeground()
H A Dui_extension_pattern.cpp1132 focusWindowId_ = ngPipeline->GetFocusWindowId(); in InitializeAccessibility()
H A Dsession_wrapper_impl.cpp589 auto hostWindowId = pipeline->GetFocusWindowId(); in NotifyForeground()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_manager_service.h138 int32_t GetFocusWindowId();
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp507 int32_t windowId = GetFocusWindowId(); in FindFocusedElement()
564 int32_t windowId = GetFocusWindowId(); in ExecuteActionOnAccessibilityFocused()
618 int32_t AccessibleAbilityManagerService::GetFocusWindowId() in GetFocusWindowId() function in OHOS::Accessibility::AccessibleAbilityManagerService
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp156 auto hostWindowId = parentPipeline->GetFocusWindowId(); in SetToastWindowOption()
200 auto hostWindowId = parentPipeline->GetFocusWindowId(); in InitContainer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp543 auto focusWindowId = pipelineContext->GetFocusWindowId(); in GetPopupMaxWidthAndHeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp419 windId = pipeline->GetFocusWindowId(); in InitBaseInfo()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1271 LOGI("RequestKeyboard set calling window id is : %{public}u", context->GetFocusWindowId()); in RequestKeyboard()
1272 inputMethod->SetCallingWindow(context->GetFocusWindowId()); in RequestKeyboard()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3668 return mouseStyle->ChangePointerStyle(GetFocusWindowId(), format); in ChangeMouseStyle()
4879 mouseStyle->ChangePointerStyle(GetFocusWindowId(), cursor); in SetCursor()
4891 mouseStyle->ChangePointerStyle(windowId > 0 ? windowId : GetFocusWindowId(), MouseFormat::DEFAULT); in RestoreDefault()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6871 auto windowId = context->GetFocusWindowId(); in OnAttachContext()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3944 .windowId = pipeline->GetFocusWindowId(), in GetMiscTextConfig()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4593 .windowId = pipeline->GetFocusWindowId(),

Completed in 76 milliseconds