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 D | timepicker_dialog_view.cpp | 471 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 D | calendar_dialog_view.cpp | 674 …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 D | p2p_state_machine.cpp | 731 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 D | textpicker_dialog_view.cpp | 469 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 D | js_datepicker.cpp | 922 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 D | js_textpicker.cpp | 1380 std::function<void(const std::string&)> acceptEvent; in Show() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_dialog_view.cpp | 392 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 D | cs2_test.cpp | 1057 … auto acceptEvent = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_ACCEPT_CALL, rilRadioResponse); variable
|