Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_datetime_component.cpp44 FillSolarLunarDays(lunar_, selectedDate_); in OnColumnsBuilding()
71 FillSolarLunarDays(checked, currentDate_); in OnLunarCallback()
192 void PickerDateTimeComponent::FillSolarLunarDays(bool lunar, const PickerDate& currentDate) in FillSolarLunarDays() function in OHOS::Ace::PickerDateTimeComponent
220 FillSolarLunarDays(lunar_, date); in OnDataLinking()
231 FillSolarLunarDays(lunar_, date); in OnDataLinking()
H A Dpicker_datetime_component.h76 void FillSolarLunarDays(bool lunar, const PickerDate& currentDate);