Home
last modified time | relevance | path

Searched refs:optionalTextConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp1622 auto optionalTextConfig = GetMiscTextConfig(); in HandleOnCameraInput() local
1623 CHECK_NULL_VOID(optionalTextConfig.has_value()); in HandleOnCameraInput()
1624 MiscServices::TextConfig textConfig = optionalTextConfig.value(); in HandleOnCameraInput()
3843 auto optionalTextConfig = GetMiscTextConfig(); in RequestKeyboard() local
3844 CHECK_NULL_RETURN(optionalTextConfig.has_value(), false); in RequestKeyboard()
3845 MiscServices::TextConfig textConfig = optionalTextConfig.value(); in RequestKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8838 auto optionalTextConfig = GetMiscTextConfig(); in OnBackPressed() local
8839 CHECK_NULL_VOID(optionalTextConfig.has_value()); in OnBackPressed()
8840 MiscServices::TextConfig textConfig = optionalTextConfig.value(); in OnBackPressed()