Home
last modified time | relevance | path

Searched defs:onCancel (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtimepicker_model_impl.cpp60 SetTimePickerDialogShow(PickerDialogInfo& pickerDialog, NG::TimePickerSettingData& settingData, std::function<void()>&& onCancel, std::function<void(const std::string&)>&& onAccept, std::function<void(const std::string&)>&& onChange, TimePickerDialogEvent& timePickerDialogEvent, const std::vector<ButtonInfo>& buttonInfos) SetTimePickerDialogShow() argument
H A Dpicker_model_impl.cpp93 SetDatePickerDialogShow(PickerDialogInfo& pickerDialog, NG::DatePickerSettingData& settingData, std::function<void()>&& onCancel, std::function<void(const std::string&)>&& onAccept, std::function<void(const std::string&)>&& onDateAccept, std::function<void(const std::string&)>&& onDateChange, std::function<void(const std::string&)>&& onChange, DatePickerType pickerType, PickerDialogEvent& pickerDialogEvent, const std::vector<ButtonInfo>& buttonInfos) SetDatePickerDialogShow() argument
H A Dtextpicker_model_impl.cpp85 SetTextPickerDialogShow(RefPtr<AceType>& PickerText, NG::TextPickerSettingData& settingData, std::function<void()>&& onCancel, std::function<void(const std::string&)>&& onAccept, std::function<void(const std::string&)>&& onChange, TextPickerDialog& textPickerDialog, TextPickerDialogEvent& textPickerDialogEvent, const std::vector<ButtonInfo>& buttonInfos) SetTextPickerDialogShow() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_customdialog_controller_ffi.cpp71 auto onCancel = [cjCallback = cancelFunction_, node = frameNode]() { in NativeCustomDialogController() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model_ng.cpp286 void ImageAnimatorModelNG::SetOnCancel(FrameNode* frameNode, std::function<void()>&& onCancel) in SetOnCancel() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image_animator.cpp229 auto onCancel = GetAnimatorEvent(info, "ImageAnimator.onCancel"); in OnCancel() local
H A Djs_calendar_picker.cpp595 auto onCancel = paramObject->GetProperty("onCancel"); in DialogCancelEvent() local
H A Djs_datepicker.cpp948 auto onCancel = paramObject->GetProperty("onCancel"); in GetCancelEvent() local
1704 auto onCancel = paramObject->GetProperty("onCancel"); in Show() local
[all...]
H A Djs_textpicker.cpp1353 auto onCancel = paramObject->GetProperty("onCancel"); in Show() local
1740 auto onCancel = paramObject->GetProperty("onCancel"); in DialogCancelEvent() local
1776 auto onCancel = paramObject->GetProperty("onCancel"); AddEvent() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.h93 void (*onCancel)(ArkUI_AnimatorEvent* event); member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp102 auto onCancel = [execCtx = info.GetExecutionContext(), func = std::move(jsCancelFunction), in ConstructorCallback() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_update.cpp1405 std::function<void()> onCancel = []() {}; in HWTEST_F() local
1791 std::function<void()> onCancel = []() {}; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_properties.h221 std::function<void()> onCancel; // NG cancel callback member
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp1878 std::function<void()> onCancel = []() {}; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1341 void (*onCancel)(ArkUI_AnimatorEvent* event); member

Completed in 40 milliseconds