Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.h65 onDateChange_ = value; in SetOnDateChange()
157 std::function<void(const PickerDate&)> onDateChange_; variable
H A Dpicker_date_component.cpp64 if (onDateChange_) { in OnTitleBuilding()
65 onDateChange_(date); in OnTitleBuilding()