Home
last modified time | relevance | path

Searched defs:DialogEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_event_hub.h25 using DialogEvent = std::function<void(const std::string&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_event_hub.h27 using DialogEvent = std::function<void(const std::string&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_event_hub.h26 using DialogEvent = std::function<void(const std::string&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp1739 std::map<std::string, NG::DialogTextEvent> JSTextPickerDialog::DialogEvent(const JSCallbackInfo& in… in DialogEvent() function in OHOS::Ace::Framework::JSTextPickerDialog