Home
last modified time | relevance | path

Searched refs:GetValueByIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_time_picker.cpp168 GetValueByIndex(selectedHour_, BUF_SIZE, hourSelect, TIME_START, HOUR_END); in TimeSelectedCallback()
169 GetValueByIndex(selectedMinute_, BUF_SIZE, minSelect, TIME_START, MIN_END); in TimeSelectedCallback()
177 GetValueByIndex(selectedSecond_, BUF_SIZE, secSelect, TIME_START, SEC_END); in TimeSelectedCallback()
193 void UITimePicker::GetValueByIndex(char* value, uint8_t len, uint16_t index, int16_t start, int16_t… in GetValueByIndex() function in OHOS::UITimePicker
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h334 void GetValueByIndex(char* value, uint8_t len, uint16_t index, int16_t start, int16_t end);