Searched refs:GetTimerFromMSecond (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_video.cpp | 83 if (!GetTimerFromMSecond(duration_, timer, sizeof(timer))) { in Prepare() 622 if (!GetTimerFromMSecond(currentValue, timer, sizeof(timer))) { in OnChange() 675 bool UIVideo::GetTimerFromMSecond(int64_t currentTime, char* timer, int32_t len) in GetTimerFromMSecond() function in OHOS::UIVideo 696 if (!video_->GetTimerFromMSecond(currentTime, timer, sizeof(timer))) { in Callback()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_video.h | 379 bool GetTimerFromMSecond(int64_t currentTime, char* timer, int32_t len);
|
Completed in 2 milliseconds