Home
last modified time | relevance | path

Searched refs:SetCurrentTime (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video_controller.cpp39 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 Djs_video_controller.h37 void SetCurrentTime(const JSCallbackInfo& args);
/ohos5.0/base/location/services/location_gnss/gnss/include/ntp/
H A Dtime_manager.h33 void SetCurrentTime(int64_t msTime, int64_t msTimeSynsBoot);
/ohos5.0/base/location/services/location_gnss/gnss/source/ntp/
H A Dtime_manager.cpp52 void TimeManager::SetCurrentTime(int64_t msTime, int64_t msTimeSynsBoot) in SetCurrentTime() function in OHOS::Location::TimeManager
H A Dgps_time_manager.cpp62 timeManager_.SetCurrentTime(gpsMsTime, bootTimeMs); in SetGpsTime()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_video_ffi.cpp57 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 Dcj_video_ffi.h36 void SetCurrentTime(int32_t time, int32_t seekMode);
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/include/
H A Daudio_player.h114 bool SetCurrentTime(double currentTime) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp910 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 Dvideo_element.h67 void SetCurrentTime(float currentPos, SeekMode seekMode = SeekMode::SEEK_PREVIOUS_SYNC);
H A Dvideo_element_v2.cpp128 … client->SetCurrentTime(isPlaying ? currentPos + 1 : currentPos, SeekMode::SEEK_CLOSEST); in FireFullscreen()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.cpp61 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 Dvideo_component.h361 static JSValue SetCurrentTime(const jerry_value_t func,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.h300 void SetCurrentTime(float currentPos, SeekMode seekMode = SeekMode::SEEK_PREVIOUS_SYNC);
H A Dvideo_pattern.cpp1473 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 Daudio_player.cpp461 bool AudioPlayer::SetCurrentTime(double currentTime) const in SetCurrentTime() function in OHOS::ACELite::AudioPlayer
H A Daudio_module.cpp128 return JSI::CreateBoolean(AudioPlayer::GetInstance()->SetCurrentTime(currentTime)); in CurrentTimeSetter()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp548 ntpTime_.SetCurrentTime(ntpTime, elapsedTime); in UpdateNtpTime()