Searched refs:optionalTextConfig (Results 1 – 2 of 2) sorted by relevance
1622 auto optionalTextConfig = GetMiscTextConfig(); in HandleOnCameraInput() local1623 CHECK_NULL_VOID(optionalTextConfig.has_value()); in HandleOnCameraInput()1624 MiscServices::TextConfig textConfig = optionalTextConfig.value(); in HandleOnCameraInput()3843 auto optionalTextConfig = GetMiscTextConfig(); in RequestKeyboard() local3844 CHECK_NULL_RETURN(optionalTextConfig.has_value(), false); in RequestKeyboard()3845 MiscServices::TextConfig textConfig = optionalTextConfig.value(); in RequestKeyboard()
8838 auto optionalTextConfig = GetMiscTextConfig(); in OnBackPressed() local8839 CHECK_NULL_VOID(optionalTextConfig.has_value()); in OnBackPressed()8840 MiscServices::TextConfig textConfig = optionalTextConfig.value(); in OnBackPressed()