/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_row_layout_property.h | 134 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 D | datepicker_pattern.cpp | 531 …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 D | datepicker_pattern.h | 374 const PickerDate& GetSelectedDate() in GetSelectedDate() function
|
H A D | datepicker_model_ng.cpp | 816 PickerDate pickerDate = datePickerPattern->GetSelectedDate(); in getSelectedDate()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_update.cpp | 1624 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 D | date_picker_test_ng.cpp | 993 EXPECT_EQ(pickerProperty->GetSelectedDate()->year, datePickerPattern->GetSelectDate().year);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | time_picker_composed_element.cpp | 50 auto start = render->GetSelectedDate(); in GetSelected()
|
H A D | time_picker_dialog_composed_element.cpp | 61 auto start = render->GetSelectedDate(); in GetSelected()
|
H A D | date_picker_dialog_composed_element.cpp | 101 auto start = render->GetSelectedDate(); in GetSelected()
|
H A D | date_picker_composed_element.cpp | 112 auto start = render->GetSelectedDate(); in GetSelected()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | calendar_picker_modifier.cpp | 53 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 D | node_date_picker_modifier.cpp | 368 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 D | picker_date_component.h | 54 const PickerDate& GetSelectedDate() const in GetSelectedDate() function
|
H A D | render_picker_base.h | 112 const PickerDate& GetSelectedDate() const in GetSelectedDate() function
|
H A D | render_picker_base.cpp | 108 selectedDate_ = datePicker->GetSelectedDate(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 10179 const ArkUI_AttributeItem* GetSelectedDate(ArkUI_NodeHandle node) in GetSelectedDate() function 13599 …static Getter* getters[] = { GetHintRadius, GetSelectedDate, GetEdgeAlignment, GetCalendarPickerTe… in GetCalendarPickerAttribute()
|