/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_video_controller.cpp | 39 JSClass<JSVideoController>::CustomMethod("setCurrentTime", &JSVideoController::SetCurrentTime); in JSBind() 100 void JSVideoController::SetCurrentTime(const JSCallbackInfo& args) in SetCurrentTime() function in OHOS::Ace::Framework::JSVideoController
|
H A D | js_video_controller.h | 37 void SetCurrentTime(const JSCallbackInfo& args);
|
/ohos5.0/base/location/services/location_gnss/gnss/include/ntp/ |
H A D | time_manager.h | 33 void SetCurrentTime(int64_t msTime, int64_t msTimeSynsBoot);
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ntp/ |
H A D | time_manager.cpp | 52 void TimeManager::SetCurrentTime(int64_t msTime, int64_t msTimeSynsBoot) in SetCurrentTime() function in OHOS::Location::TimeManager
|
H A D | gps_time_manager.cpp | 62 timeManager_.SetCurrentTime(gpsMsTime, bootTimeMs); in SetGpsTime()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_video_ffi.cpp | 57 void NativeVideoController::SetCurrentTime(int32_t time, int32_t seekMode) in SetCurrentTime() function in OHOS::Ace::Framework::NativeVideoController 257 self->SetCurrentTime(time, seekMode); in FfiOHOSAceFrameworkVideoControllerSetCurrentTime()
|
H A D | cj_video_ffi.h | 36 void SetCurrentTime(int32_t time, int32_t seekMode);
|
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/include/ |
H A D | audio_player.h | 114 bool SetCurrentTime(double currentTime) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.cpp | 910 videoElement->SetCurrentTime(pos, seekMode); in SetMethodCall() 1256 SetCurrentTime(startTime_, SeekMode::SEEK_CLOSEST); in OnPrepared() 1680 SetCurrentTime(value); in OnStartBtnClick() 1712 SetCurrentTime(value); in OnStartBtnClick() 1798 void VideoElement::SetCurrentTime(float currentPos, SeekMode seekMode) in OnStartBtnClick() function in OHOS::Ace::VideoElement 2049 SetCurrentTime(currentPos_ > VIDEO_SEEK_STEP ? currentPos_ - VIDEO_SEEK_STEP : 0); in OnStartBtnClick() 2055 SetCurrentTime(currentPos_ + VIDEO_SEEK_STEP); in OnStartBtnClick()
|
H A D | video_element.h | 67 void SetCurrentTime(float currentPos, SeekMode seekMode = SeekMode::SEEK_PREVIOUS_SYNC);
|
H A D | video_element_v2.cpp | 128 … client->SetCurrentTime(isPlaying ? currentPos + 1 : currentPos, SeekMode::SEEK_CLOSEST); in FireFullscreen()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | video_component.cpp | 61 RegisterNamedFunction(FUNC_SET_CURRENT_TIME, SetCurrentTime); in RegisterNativeFunctions() 132 JSValue VideoComponent::SetCurrentTime(const jerry_value_t func, in SetCurrentTime() function in OHOS::ACELite::VideoComponent
|
H A D | video_component.h | 361 static JSValue SetCurrentTime(const jerry_value_t func,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_pattern.h | 300 void SetCurrentTime(float currentPos, SeekMode seekMode = SeekMode::SEEK_PREVIOUS_SYNC);
|
H A D | video_pattern.cpp | 1473 targetPattern->SetCurrentTime(pos, seekMode); in OnModifyDone() 1705 void VideoPattern::SetCurrentTime(float currentPos, OHOS::Ace::SeekMode seekMode) in OnModifyDone() function in OHOS::Ace::NG::VideoPattern 1718 SetCurrentTime(posTime, OHOS::Ace::SeekMode::SEEK_CLOSEST); in OnModifyDone()
|
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/ |
H A D | audio_player.cpp | 461 bool AudioPlayer::SetCurrentTime(double currentTime) const in SetCurrentTime() function in OHOS::ACELite::AudioPlayer
|
H A D | audio_module.cpp | 128 return JSI::CreateBoolean(AudioPlayer::GetInstance()->SetCurrentTime(currentTime)); in CurrentTimeSetter()
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 548 ntpTime_.SetCurrentTime(ntpTime, elapsedTime); in UpdateNtpTime()
|