/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 | 629 auto lunarDate = dataPickerRowLayoutProperty->GetSelectedDate().value_or(SolarToLunar(GetSelectedDate())); in FlushColumn() 689 dataPickerRowLayoutProperty->GetSelectedDate().value_or(SolarToLunar(GetSelectedDate()))); in FlushMonthDaysColumn() 692 LunarToSolar(dataPickerRowLayoutProperty->GetSelectedDate().value_or(SolarToLunar(GetSelectedDate())))); in FlushMonthDaysColumn()
|
H A D | datepicker_pattern.h | 382 const PickerDate& GetSelectedDate() in GetSelectedDate() function in OHOS::Ace::NG::DatePickerPattern
|
H A D | datepicker_model_ng.cpp | 814 PickerDate pickerDate = datePickerPattern->GetSelectedDate();
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | time_picker_dialog_composed_element.cpp | 59 auto start = render->GetSelectedDate();
in GetSelected()
|
H A D | time_picker_composed_element.cpp | 50 auto start = render->GetSelectedDate(); in GetSelected()
|
H A D | date_picker_dialog_composed_element.cpp | 100 auto start = render->GetSelectedDate();
in GetSelected()
|
H A D | date_picker_composed_element.cpp | 107 auto start = render->GetSelectedDate(); in GetSelected()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_update.cpp | 1597 EXPECT_EQ(1990, pickerProperty->GetSelectedDate()->year); //1990 is year of start date in HWTEST_F() 1598 EXPECT_EQ(1, pickerProperty->GetSelectedDate()->month); in HWTEST_F() 1599 EXPECT_EQ(1, pickerProperty->GetSelectedDate()->day); in HWTEST_F() 1609 EXPECT_EQ(selectedDate.GetYear(), pickerProperty->GetSelectedDate()->year); in HWTEST_F() 1610 EXPECT_EQ(selectedDate.GetMonth(), pickerProperty->GetSelectedDate()->month); in HWTEST_F() 1611 EXPECT_EQ(selectedDate.GetDay(), pickerProperty->GetSelectedDate()->day); in HWTEST_F() 1620 EXPECT_EQ(limitEndDate_.GetYear(), pickerProperty->GetSelectedDate()->year); in HWTEST_F() 1621 EXPECT_EQ(limitEndDate_.GetMonth(), pickerProperty->GetSelectedDate()->month); in HWTEST_F() 1622 EXPECT_EQ(limitEndDate_.GetDay(), pickerProperty->GetSelectedDate()->day); in HWTEST_F() 1631 EXPECT_EQ(theme->GetDefaultStartDate().GetYear(), pickerProperty->GetSelectedDate() in HWTEST_F() [all...] |
H A D | date_picker_test_ng.cpp | 966 EXPECT_EQ(pickerProperty->GetSelectedDate()->year, datePickerPattern->GetSelectDate().year); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | calendar_picker_modifier.cpp | 49 ArkUISelectedDateType GetSelectedDate(ArkUINodeHandle node) in GetSelectedDate() function 324 GetHintRadius, GetSelectedDate, GetTextStyle, GetEdgeAlign, SetCalendarPickerHeight, ResetCalendarPickerHeight, in GetCalendarPickerModifier() 336 GetHintRadius, GetSelectedDate, GetTextStyle, GetEdgeAlign, SetCalendarPickerHeight, ResetCalendarPickerHeight, in GetCJUICalendarPickerModifier()
|
H A D | node_date_picker_modifier.cpp | 364 ArkUI_CharPtr GetSelectedDate(ArkUINodeHandle node) in GetSelectedDate() function 401 GetStartDate, SetStartDate, ResetStartDate, GetEndDate, SetEndDate, ResetEndDate, GetSelectedDate, in GetDatePickerModifier() 413 GetStartDate, SetStartDate, ResetStartDate, GetEndDate, SetEndDate, ResetEndDate, GetSelectedDate, in GetCJUIDatePickerModifier()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_date_component.h | 54 const PickerDate& GetSelectedDate() const in GetSelectedDate() function in OHOS::Ace::PickerDateComponent
|
H A D | render_picker_base.h | 112 const PickerDate& GetSelectedDate() const in GetSelectedDate() function in OHOS::Ace::RenderPickerBase
|
H A D | render_picker_base.cpp | 108 selectedDate_ = datePicker->GetSelectedDate(); in Update()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 10139 const ArkUI_AttributeItem* GetSelectedDate(ArkUI_NodeHandle node) in GetSelectedDate() function 13557 static Getter* getters[] = { GetHintRadius, GetSelectedDate, GetEdgeAlignment, GetCalendarPickerTextStyle }; in GetCalendarPickerAttribute()
|