Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_extension_callback.cpp65 SendAutoFillFailed(resultCode, want); in OnResult()
75 SendAutoFillFailed(AutoFill::AUTO_FILL_RELEASE_FAILED); in OnRelease()
86 SendAutoFillFailed(AutoFill::AUTO_FILL_ON_ERROR); in OnError()
99 SendAutoFillFailed(resultCode); in HandleReloadInModal()
224 SendAutoFillFailed(resultCode); in onDestroy()
229 SendAutoFillFailed(AutoFill::AUTO_FILL_FAILED); in onDestroy()
287 SendAutoFillFailed(AutoFill::AUTO_FILL_REQUEST_TIME_OUT); in HandleTimeOut()
347 void AutoFillExtensionCallback::SendAutoFillFailed(int32_t errCode, const AAFwk::Want &want) in SendAutoFillFailed() function in OHOS::AbilityRuntime::AutoFillExtensionCallback
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_extension_callback.h64 void SendAutoFillFailed(int32_t errCode, const AAFwk::Want &want = AAFwk::Want());