Home
last modified time | relevance | path

Searched defs:acceptEvent (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
Dtimepicker_dialog_view.cpp471 auto acceptEvent = dialogEvent["acceptId"]; in CreateButtonNode() local
492 auto acceptEvent = dialogEvent["acceptId"]; in CreateButtonNodeForAging() local
609 …r<FrameNode>& timePickerNode, const std::vector<ButtonInfo>& buttonInfos, DialogEvent& acceptEvent) in CreateConfirmNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_dialog_view.cpp674 …const RefPtr<FrameNode>& calendarNode, DialogEvent& acceptEvent, const std::vector<ButtonInfo>& bu… in CreateConfirmNode()
769 DialogEvent acceptEvent = (acceptIter != dialogEvent.end()) ? acceptIter->second : nullptr; in CreateOptionsNode() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
Dp2p_state_machine.cpp731 std::function<void(AlertDialog &, std::any)> acceptEvent = [=](AlertDialog &dlg, std::any msg) { in NotifyUserProvDiscShowPinRequestMessage() local
755 std::function<void(AlertDialog &, std::any)> acceptEvent = [=](AlertDialog &dlg, std::any msg) { in NotifyUserInvitationReceivedMessage() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_dialog_view.cpp470 auto acceptEvent = dialogEvent["acceptId"]; in CreateButtonNode() local
524 …r<FrameNode>& textPickerNode, const std::vector<ButtonInfo>& buttonInfos, DialogEvent& acceptEvent) in CreateConfirmNode()
1406 auto acceptEvent = dialogEvent["acceptId"]; in CreateAgingButtonNode() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_datepicker.cpp922 std::function<void(const std::string&)> acceptEvent; in GetAcceptEvent() local
1121 std::function<void(const std::string&)> acceptEvent; in Show() local
1670 std::function<void(const std::string&)> acceptEvent; in Show() local
Djs_textpicker.cpp1434 std::function<void(const std::string&)> acceptEvent; in Show() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Ddatepicker_dialog_view.cpp393 auto acceptEvent = dialogEvent["acceptId"]; in CreateButtonNode() local
651 auto acceptEvent = dialogEvent["acceptId"]; in CreateButtonNodeForAging() local
707 …const RefPtr<FrameNode>& datePickerNode, DialogEvent& acceptEvent, const std::vector<ButtonInfo>& … in CreateConfirmNode()