/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | timepicker_model_impl.cpp | 60 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 D | picker_model_impl.cpp | 93 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 D | textpicker_model_impl.cpp | 85 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 D | cj_customdialog_controller_ffi.cpp | 71 auto onCancel = [cjCallback = cancelFunction_, node = frameNode]() { in NativeCustomDialogController() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/ |
H A D | image_animator_model_ng.cpp | 286 void ImageAnimatorModelNG::SetOnCancel(FrameNode* frameNode, std::function<void()>&& onCancel) in SetOnCancel() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image_animator.cpp | 229 auto onCancel = GetAnimatorEvent(info, "ImageAnimator.onCancel"); in OnCancel() local
|
H A D | js_calendar_picker.cpp | 595 auto onCancel = paramObject->GetProperty("onCancel"); in DialogCancelEvent() local
|
H A D | js_datepicker.cpp | 948 auto onCancel = paramObject->GetProperty("onCancel"); in GetCancelEvent() local 1704 auto onCancel = paramObject->GetProperty("onCancel"); in Show() local [all...] |
H A D | js_textpicker.cpp | 1353 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 D | animate_impl.h | 93 void (*onCancel)(ArkUI_AnimatorEvent* event); member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_custom_dialog_controller.cpp | 102 auto onCancel = [execCtx = info.GetExecutionContext(), func = std::move(jsCancelFunction), in ConstructorCallback() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_update.cpp | 1405 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 D | dialog_properties.h | 221 std::function<void()> onCancel; // NG cancel callback member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_test_ng.cpp | 1878 std::function<void()> onCancel = []() {}; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1341 void (*onCancel)(ArkUI_AnimatorEvent* event); member
|