Searched refs:IntTimeToText (Results 1 – 3 of 3) sorted by relevance
204 IntTimeToText(currentPos_, currentPosText_); in InitStatus()1220 IntTimeToText(duration_, durationText_); in OnPrepared()1221 IntTimeToText(currentPos_, currentPosText_); in OnPrepared()1360 IntTimeToText(duration_, durationText_); in OnCurrentTimeChange()1366 IntTimeToText(currentPos, currentPosText_); in OnCurrentTimeChange()1389 IntTimeToText(currentPos_, currentPosText_); in OnCompletion()1727 void VideoElement::IntTimeToText(uint32_t time, std::string& timeText) in OnStartBtnClick() function in OHOS::Ace::VideoElement
104 void IntTimeToText(uint32_t time, std::string& timeText);
89 std::string IntTimeToText(uint32_t time) in IntTimeToText() function824 std::string timeText = IntTimeToText(time); in OnUpdateTime()1069 std::string label = IntTimeToText(currentPos_); in OnModifyDone()1076 std::string durationText = IntTimeToText(duration_); in OnModifyDone()1364 label = IntTimeToText(time); in OnModifyDone()