Home
last modified time | relevance | path

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

/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.cpp629 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 Ddatepicker_pattern.h382 const PickerDate& GetSelectedDate() in GetSelectedDate() function in OHOS::Ace::NG::DatePickerPattern
H A Ddatepicker_model_ng.cpp814 PickerDate pickerDate = datePickerPattern->GetSelectedDate();
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtime_picker_dialog_composed_element.cpp59 auto start = render->GetSelectedDate(); in GetSelected()
H A Dtime_picker_composed_element.cpp50 auto start = render->GetSelectedDate(); in GetSelected()
H A Ddate_picker_dialog_composed_element.cpp100 auto start = render->GetSelectedDate(); in GetSelected()
H A Ddate_picker_composed_element.cpp107 auto start = render->GetSelectedDate(); in GetSelected()
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp1597 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 Ddate_picker_test_ng.cpp966 EXPECT_EQ(pickerProperty->GetSelectedDate()->year, datePickerPattern->GetSelectDate().year); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcalendar_picker_modifier.cpp49 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 Dnode_date_picker_modifier.cpp364 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 Dpicker_date_component.h54 const PickerDate& GetSelectedDate() const in GetSelectedDate() function in OHOS::Ace::PickerDateComponent
H A Drender_picker_base.h112 const PickerDate& GetSelectedDate() const in GetSelectedDate() function in OHOS::Ace::RenderPickerBase
H A Drender_picker_base.cpp108 selectedDate_ = datePicker->GetSelectedDate(); in Update()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp10139 const ArkUI_AttributeItem* GetSelectedDate(ArkUI_NodeHandle node) in GetSelectedDate() function
13557 static Getter* getters[] = { GetHintRadius, GetSelectedDate, GetEdgeAlignment, GetCalendarPickerTextStyle }; in GetCalendarPickerAttribute()

Completed in 49 milliseconds