Home
last modified time | relevance | path

Searched refs:IntTimeToText (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp204 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
H A Dvideo_element.h104 void IntTimeToText(uint32_t time, std::string& timeText);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp89 std::string IntTimeToText(uint32_t time) in IntTimeToText() function
824 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()