Home
last modified time | relevance | path

Searched refs:focusSystemWindowId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp102 int32_t focusSystemWindowId = 0; in GetFocusSystemWindowId() local
107 return focusSystemWindowId; in GetFocusSystemWindowId()
110 focusSystemWindowId = static_cast<int32_t>(window2patternSession->GetPersistentId()); in GetFocusSystemWindowId()
111 …AceLogTag::ACE_KEYBOARD, "Get systemWindowScene id:%{public}d successfully.", focusSystemWindowId); in GetFocusSystemWindowId()
114 return focusSystemWindowId; in GetFocusSystemWindowId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3793 auto focusSystemWindowId = WindowSceneHelper::GetFocusSystemWindowId(frameNode); in GetSCBSystemWindowId() local
3794 …ceLogTag::ACE_KEYBOARD, "TextField Find SCBSystemWindowId End,(%{public}u).", focusSystemWindowId); in GetSCBSystemWindowId()
3795 return focusSystemWindowId; in GetSCBSystemWindowId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4540 auto focusSystemWindowId = WindowSceneHelper::GetFocusSystemWindowId(frameNode); in GetSCBSystemWindowId() local
4541 …LogTag::ACE_KEYBOARD, "RichEditor Find SCBSystemWindowId End, (%{public}d).", focusSystemWindowId); in GetSCBSystemWindowId()
4542 return focusSystemWindowId; in GetSCBSystemWindowId()