Home
last modified time | relevance | path

Searched refs:GetSecondFormatString (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_time_component.cpp64 secondColumn->AppendOption(GetSecondFormatString(second)); in OnColumnsBuilding()
316 std::string PickerTimeComponent::GetSecondFormatString(uint32_t second) const in GetSecondFormatString() function in OHOS::Ace::PickerTimeComponent
H A Dpicker_time_component.h98 std::string GetSecondFormatString(uint32_t second) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.h419 std::string GetSecondFormatString(uint32_t Second) const;
H A Dtimepicker_row_pattern.cpp1006 std::string TimePickerRowPattern::GetSecondFormatString(uint32_t second) const in GetSecondFormatString() function in OHOS::Ace::NG::TimePickerRowPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_update.cpp1642 timePickerRowPattern->GetSecondFormatString(second);