Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A 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
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp469 auto acceptEvent = dialogEvent["acceptId"]; in CreateButtonNode() local
523 …r<FrameNode>& textPickerNode, const std::vector<ButtonInfo>& buttonInfos, DialogEvent& acceptEvent) in CreateConfirmNode()
1368 auto acceptEvent = dialogEvent["acceptId"]; in CreateAgingButtonNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A 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
H A Djs_textpicker.cpp1380 std::function<void(const std::string&)> acceptEvent; in Show() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp392 auto acceptEvent = dialogEvent["acceptId"]; in CreateButtonNode() local
648 auto acceptEvent = dialogEvent["acceptId"]; in CreateButtonNodeForAging() local
704 …const RefPtr<FrameNode>& datePickerNode, DialogEvent& acceptEvent, const std::vector<ButtonInfo>& … in CreateConfirmNode()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp1057 … auto acceptEvent = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_ACCEPT_CALL, rilRadioResponse); variable