Home
last modified time | relevance | path

Searched refs:isColumnChange (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_text_component.cpp49 std::string PickerTextComponent::GetSelectedObject(bool isColumnChange, in GetSelectedObject() argument
54 if (isColumnChange) { in GetSelectedObject()
H A Dpicker_multitext_component.cpp60 std::string PickerMultiTextComponent::GetSelectedObject(bool isColumnChange, in GetSelectedObject() argument
72 if (isColumnChange) { in GetSelectedObject()
H A Dpicker_datetime_component.cpp54 std::string PickerDateTimeComponent::GetSelectedObject(bool isColumnChange, in GetSelectedObject() argument
57 if (isColumnChange) { in GetSelectedObject()
H A Dpicker_datetime_component.h61 std::string GetSelectedObject(bool isColumnChange,
H A Dpicker_time_component.cpp107 std::string PickerTimeComponent::GetSelectedObject(bool isColumnChange, in GetSelectedObject() argument
111 if (isColumnChange) { in GetSelectedObject()
H A Dpicker_text_component.h91 std::string GetSelectedObject(bool isColumnChange,
H A Dpicker_multitext_component.h72 std::string GetSelectedObject(bool isColumnChange,
H A Dpicker_time_component.h63 std::string GetSelectedObject(bool isColumnChange,
H A Dpicker_date_component.h89 std::string GetSelectedObject(bool isColumnChange,
H A Dpicker_base_component.h346 virtual std::string GetSelectedObject(bool isColumnChange,
H A Dpicker_date_component.cpp92 std::string PickerDateComponent::GetSelectedObject(bool isColumnChange, in GetSelectedObject() argument
96 if (isColumnChange) { in GetSelectedObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.h137 std::string GetSelectedObject(bool isColumnChange, int32_t status = 0) const;
H A Dtextpicker_pattern.h154 std::string GetSelectedObject(bool isColumnChange, int32_t status = 0) const;
H A Dtextpicker_pattern.cpp968 std::string TextPickerPattern::GetSelectedObject(bool isColumnChange, int32_t status) const in GetSelectedObject() argument
987 if (isColumnChange) { in GetSelectedObject()
H A Dtextpicker_column_pattern.cpp1441 std::string TextPickerColumnPattern::GetSelectedObject(bool isColumnChange, int32_t status) const in GetSelectedObject() argument
1447 if (isColumnChange) { in GetSelectedObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.h148 std::string GetSelectedObject(bool isColumnChange, int32_t status = -1);
H A Dtimepicker_row_pattern.cpp365 std::string TimePickerRowPattern::GetSelectedObject(bool isColumnChange, int32_t status) in GetSelectedObject() argument
368 if (isColumnChange) { in GetSelectedObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h354 std::string GetSelectedObject(bool isColumnChange, int status = -1) const;
H A Ddatepicker_pattern.cpp693 std::string DatePickerPattern::GetSelectedObject(bool isColumnChange, int status) const in GetSelectedObject() argument
696 if (isColumnChange) { in GetSelectedObject()