Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_extension_callback.cpp63 auto resultCode = (errCode == AutoFill::AUTO_FILL_CANCEL) ? in OnResult()
64 AutoFill::AUTO_FILL_CANCEL : AutoFill::AUTO_FILL_FAILED; in OnResult()
222 auto resultCode = (errCode_ == AutoFill::AUTO_FILL_CANCEL) ? in onDestroy()
223 AutoFill::AUTO_FILL_CANCEL : AutoFill::AUTO_FILL_FAILED; in onDestroy()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_error.h25 AUTO_FILL_CANCEL, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp156 constexpr int32_t AUTO_FILL_CANCEL = 2; variable
7280 if (errCode == AUTO_FILL_CANCEL) { in OnBackPressed()
7288 if (!isPopup || (isPopup && errCode == AUTO_FILL_CANCEL)) { in OnBackPressed()