Home
last modified time | relevance | path

Searched refs:GetSCBSystemWindowId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp1627 auto systemWindowId = GetSCBSystemWindowId(); in HandleOnCameraInput()
3539 windowId = static_cast<int32_t>(GetSCBSystemWindowId()); in OnHover()
3551 windowId = static_cast<int32_t>(GetSCBSystemWindowId()); in RestoreDefaultMouseState()
3571 windowId = static_cast<int32_t>(GetSCBSystemWindowId()); in ChangeMouseState()
3599 windowId = static_cast<int32_t>(GetSCBSystemWindowId()); in HandleMouseEvent()
3789 uint32_t TextFieldPattern::GetSCBSystemWindowId() in GetSCBSystemWindowId() function in OHOS::Ace::NG::TextFieldPattern
3852 auto systemWindowId = GetSCBSystemWindowId(); in RequestKeyboard()
H A Dtext_field_pattern.h278 uint32_t GetSCBSystemWindowId();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h339 uint32_t GetSCBSystemWindowId();
H A Drich_editor_pattern.cpp4536 uint32_t RichEditorPattern::GetSCBSystemWindowId() in GetSCBSystemWindowId() function in OHOS::Ace::NG::RichEditorPattern
4569 auto systemWindowId = GetSCBSystemWindowId(); in EnableStandardInput()
8844 auto systemWindowId = GetSCBSystemWindowId(); in OnBackPressed()