Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_fill_request_callback.cpp125 SendResultCodeAndViewData(JsAutoFillExtensionUtil::AutoFillResultCode::CALLBACK_CANCEL, ""); in OnFillRequestCanceled()
143 …SendResultCodeAndViewData(JsAutoFillExtensionUtil::AutoFillResultCode::CALLBACK_CANCEL, jsonString… in OnFillRequestCanceled()
221 if (resultCode == JsAutoFillExtensionUtil::AutoFillResultCode::CALLBACK_CANCEL) { in SendResultCodeAndViewData()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.h70 CALLBACK_CANCEL, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h42 extern const char CALLBACK_CANCEL[];
H A Ddialog_component.cpp45 const char CALLBACK_CANCEL[] = "cancel"; variable
616 if (callback.first == CALLBACK_CANCEL) { in Build()