Home
last modified time | relevance | path

Searched refs:GetDateAcceptEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.h72 …static std::function<void(const std::string&)> GetDateAcceptEvent(const JSRef<JSObject>& paramObje…
H A Djs_datepicker.cpp837 std::function<void(const std::string&)> JSDatePickerDialog::GetDateAcceptEvent(const JSRef<JSObject… in GetDateAcceptEvent() function in OHOS::Ace::Framework::JSDatePickerDialog
1130 dateAcceptEvent = GetDateAcceptEvent(paramObject, info, pickerType, frameNode); in Show()