Searched refs:GetCurrentLunarDate (Results 1 – 4 of 4) sorted by relevance
156 return LunarToSolar(GetCurrentLunarDate(lunarYear)); in GetCurrentDate()159 LunarDate PickerDateComponent::GetCurrentLunarDate(uint32_t lunarYear) const in GetCurrentLunarDate() function in OHOS::Ace::PickerDateComponent218 auto lunarDate = GetCurrentLunarDate(lastLunarYear); in HandleLunarYearChange()268 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleLunarMonthChange()393 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleAddLunarDayChange()434 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleReduceLunarDayChange()
101 LunarDate GetCurrentLunarDate(uint32_t lunarYear) const;
834 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleReduceLunarDayChange()886 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleAddLunarDayChange()1153 auto lunarDate = GetCurrentLunarDate(nowLunarYear); in HandleLunarMonthChange()1198 auto lunarDate = GetCurrentLunarDate(lastLunarYear); in HandleLunarYearChange()1213 LunarDate DatePickerPattern::GetCurrentLunarDate(uint32_t lunarYear) const in GetCurrentLunarDate() function in OHOS::Ace::NG::DatePickerPattern1344 return LunarToSolar(GetCurrentLunarDate(lunarYear)); in GetCurrentDateByYearMonthDayColumn()
131 LunarDate GetCurrentLunarDate(uint32_t lunarYear) const;