Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dshell_catcher.cpp155 GetFocusWindowId(); in DoChildProcess()
200 std::string ShellCatcher::GetFocusWindowId() in GetFocusWindowId() function in OHOS::HiviewDFX::ShellCatcher
H A Devent_log_task.cpp440 std::string focusWindowId = capture->GetFocusWindowId(); in SCBWMSCapture()
454 std::string focusWindowId = capture->GetFocusWindowId(); in SCBWMSEVTCapture()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dshell_catcher.h34 std::string GetFocusWindowId();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h814 uint32_t GetFocusWindowId() const in GetFocusWindowId() function
831 return realHostWindowId_.value_or(GetFocusWindowId()); in GetRealHostWindowId()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_manager_service.h138 int32_t GetFocusWindowId();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp148 auto hostWindowId = parentPipeline->GetFocusWindowId(); in SetToastWindowOption()
192 auto hostWindowId = parentPipeline->GetFocusWindowId(); in InitContainer()
1871 auto hostWindowId = parentPipeline->GetFocusWindowId(); in CheckHostWindowStatus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp471 auto hostWindowId = pipeline->GetFocusWindowId(); in NotifyForeground()
H A Dsession_wrapper_impl.cpp506 auto hostWindowId = pipeline->GetFocusWindowId(); in NotifyForeground()
H A Dui_extension_pattern.cpp1288 focusWindowId_ = ngPipeline->GetFocusWindowId(); in InitializeAccessibility()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp523 int32_t windowId = GetFocusWindowId(); in FindFocusedElement()
581 int32_t windowId = GetFocusWindowId(); in ExecuteActionOnAccessibilityFocused()
636 int32_t AccessibleAbilityManagerService::GetFocusWindowId() in GetFocusWindowId() function in OHOS::Accessibility::AccessibleAbilityManagerService
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp621 windId = pipeline->GetFocusWindowId(); in InitBaseInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1166 … LOGI("RequestKeyboard set calling window id is : %{public}u", context->GetFocusWindowId()); in RequestKeyboard()
1167 inputMethod->SetCallingWindow(context->GetFocusWindowId()); in RequestKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3188 return mouseStyle->ChangePointerStyle(GetFocusWindowId(), format); in ChangeMouseStyle()
4296 mouseStyle->ChangePointerStyle(GetFocusWindowId(), cursor); in SetCursor()
4308 …mouseStyle->ChangePointerStyle(windowId > 0 ? windowId : GetFocusWindowId(), MouseFormat::DEFAULT); in RestoreDefault()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6917 auto windowId = context->GetFocusWindowId(); in OnAttachContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3961 .windowId = pipeline->GetFocusWindowId(), in GetMiscTextConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4642 .windowId = pipeline->GetFocusWindowId(), in GetMiscTextConfig()