Home
last modified time | relevance | path

Searched refs:GetSelectedDate (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_row_layout_property.h134 selectedDate += std::to_string(GetSelectedDate()->year); in GetDateSelected()
136 selectedDate += std::to_string(GetSelectedDate()->month); in GetDateSelected()
138 selectedDate += std::to_string(GetSelectedDate()->day); in GetDateSelected()
H A Ddatepicker_pattern.cpp531 …auto lunarDate = dataPickerRowLayoutProperty->GetSelectedDate().value_or(SolarToLunar(GetSelectedD… in FlushColumn()
591 … dataPickerRowLayoutProperty->GetSelectedDate().value_or(SolarToLunar(GetSelectedDate()))); in FlushMonthDaysColumn()
594 …LunarToSolar(dataPickerRowLayoutProperty->GetSelectedDate().value_or(SolarToLunar(GetSelectedDate(… in FlushMonthDaysColumn()
H A Ddatepicker_pattern.h374 const PickerDate& GetSelectedDate() in GetSelectedDate() function
H A Ddatepicker_model_ng.cpp816 PickerDate pickerDate = datePickerPattern->GetSelectedDate(); in getSelectedDate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp1624 EXPECT_EQ(1, pickerProperty->GetSelectedDate()->month);
1625 EXPECT_EQ(1, pickerProperty->GetSelectedDate()->day);
1635 EXPECT_EQ(selectedDate.GetYear(), pickerProperty->GetSelectedDate()->year);
1636 EXPECT_EQ(selectedDate.GetMonth(), pickerProperty->GetSelectedDate()->month);
1637 EXPECT_EQ(selectedDate.GetDay(), pickerProperty->GetSelectedDate()->day);
1646 EXPECT_EQ(limitEndDate_.GetYear(), pickerProperty->GetSelectedDate()->year);
1647 EXPECT_EQ(limitEndDate_.GetMonth(), pickerProperty->GetSelectedDate()->month);
1648 EXPECT_EQ(limitEndDate_.GetDay(), pickerProperty->GetSelectedDate()->day);
1664 EXPECT_EQ(limitEndDate_.GetYear(), pickerProperty->GetSelectedDate()->year);
1665 EXPECT_EQ(limitEndDate_.GetMonth(), pickerProperty->GetSelectedDate()->month);
[all …]
H A Ddate_picker_test_ng.cpp993 EXPECT_EQ(pickerProperty->GetSelectedDate()->year, datePickerPattern->GetSelectDate().year);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtime_picker_composed_element.cpp50 auto start = render->GetSelectedDate(); in GetSelected()
H A Dtime_picker_dialog_composed_element.cpp61 auto start = render->GetSelectedDate(); in GetSelected()
H A Ddate_picker_dialog_composed_element.cpp101 auto start = render->GetSelectedDate(); in GetSelected()
H A Ddate_picker_composed_element.cpp112 auto start = render->GetSelectedDate(); in GetSelected()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcalendar_picker_modifier.cpp53 ArkUISelectedDateType GetSelectedDate(ArkUINodeHandle node) in GetSelectedDate() function
328 …GetHintRadius, GetSelectedDate, GetTextStyle, GetEdgeAlign, SetCalendarPickerHeight, ResetCalendar… in GetCalendarPickerModifier()
340 …GetHintRadius, GetSelectedDate, GetTextStyle, GetEdgeAlign, SetCalendarPickerHeight, ResetCalendar… in GetCJUICalendarPickerModifier()
H A Dnode_date_picker_modifier.cpp368 ArkUI_CharPtr GetSelectedDate(ArkUINodeHandle node) in GetSelectedDate() function
405 … GetStartDate, SetStartDate, ResetStartDate, GetEndDate, SetEndDate, ResetEndDate, GetSelectedDate, in GetDatePickerModifier()
417 … GetStartDate, SetStartDate, ResetStartDate, GetEndDate, SetEndDate, ResetEndDate, GetSelectedDate, in GetCJUIDatePickerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.h54 const PickerDate& GetSelectedDate() const in GetSelectedDate() function
H A Drender_picker_base.h112 const PickerDate& GetSelectedDate() const in GetSelectedDate() function
H A Drender_picker_base.cpp108 selectedDate_ = datePicker->GetSelectedDate(); in Update()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp10179 const ArkUI_AttributeItem* GetSelectedDate(ArkUI_NodeHandle node) in GetSelectedDate() function
13599 …static Getter* getters[] = { GetHintRadius, GetSelectedDate, GetEdgeAlignment, GetCalendarPickerTe… in GetCalendarPickerAttribute()