/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | shell_catcher.cpp | 155 GetFocusWindowId(); in DoChildProcess() 200 std::string ShellCatcher::GetFocusWindowId() in GetFocusWindowId() function in OHOS::HiviewDFX::ShellCatcher
|
H A D | event_log_task.cpp | 440 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 D | shell_catcher.h | 34 std::string GetFocusWindowId();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 814 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 D | accessible_ability_manager_service.h | 138 int32_t GetFocusWindowId();
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 148 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 D | security_session_wrapper_impl.cpp | 471 auto hostWindowId = pipeline->GetFocusWindowId(); in NotifyForeground()
|
H A D | session_wrapper_impl.cpp | 506 auto hostWindowId = pipeline->GetFocusWindowId(); in NotifyForeground()
|
H A D | ui_extension_pattern.cpp | 1288 focusWindowId_ = ngPipeline->GetFocusWindowId(); in InitializeAccessibility()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_manager_service.cpp | 523 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 D | security_component_handler.cpp | 621 windId = pipeline->GetFocusWindowId(); in InitBaseInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 1166 … 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 D | pipeline_context.cpp | 3188 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 D | web_delegate.cpp | 6917 auto windowId = context->GetFocusWindowId(); in OnAttachContext()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 3961 .windowId = pipeline->GetFocusWindowId(), in GetMiscTextConfig()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 4642 .windowId = pipeline->GetFocusWindowId(), in GetMiscTextConfig()
|