Home
last modified time | relevance | path

Searched refs:DoSetSource (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Didle_state.h35 auto ret = executor_.DoSetSource(source);
H A Dinit_state.h42 auto ret = executor_.DoSetSource(source);
/foundation/multimedia/media_foundation/engine/scene/player/
H A Dplay_executor.h45 virtual ErrorCode DoSetSource(const std::shared_ptr<MediaSource>& source) in DoSetSource() function in OHOS::Media::PlayExecutor
/foundation/multimedia/media_foundation/test/unittest/
H A DTestStateMachine.cpp44 ErrorCode DoSetSource(const std::shared_ptr<MediaSource>& source) override
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.h100 ErrorCode DoSetSource(const std::shared_ptr<MediaSource>& source) override;
H A Dhiplayer_impl.cpp317 ErrorCode HiPlayerImpl::DoSetSource(const std::shared_ptr<MediaSource>& source) in DoSetSource() function in OHOS::Media::HiPlayerImpl
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h93 ErrorCode DoSetSource(const std::shared_ptr<MediaSource>& source);
H A Dhiplayer_impl.cpp156 ret = DoSetSource(std::make_shared<MediaSource>(uri)); in SetSource()
174 ret = DoSetSource(std::make_shared<MediaSource>(dataSrc)); in SetSource()
571 ErrorCode HiPlayerImpl::DoSetSource(const std::shared_ptr<MediaSource>& source) in DoSetSource() function in OHOS::Media::HiPlayerImpl
/foundation/multimedia/player_framework/test/unittest/hiplayer_impl_test/
H A Dhiplayer_impl_unit_test.cpp760 hiplayer_->DoSetSource(std::make_shared<MediaSource>(url)); in HWTEST_F()
784 hiplayer_->DoSetSource(std::make_shared<MediaSource>(url)); in HWTEST_F()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h176 Status DoSetSource(const std::shared_ptr<MediaSource> source);
H A Dhiplayer_impl.cpp529 CollectionErrorInfo(errCode, "PrepareAsync error: DoSetSource error"); in PrepareAsync()
571 ret = DoSetSource(std::make_shared<MediaSource>(dataSrc_)); in DoSetMediaSource()
574 MEDIA_LOG_I_SHORT("DoSetSource header"); in DoSetMediaSource()
575 ret = DoSetSource(std::make_shared<MediaSource>(url_, header_)); in DoSetMediaSource()
577 MEDIA_LOG_I_SHORT("DoSetSource url"); in DoSetMediaSource()
578 ret = DoSetSource(std::make_shared<MediaSource>(url_)); in DoSetMediaSource()
2153 Status HiPlayerImpl::DoSetSource(const std::shared_ptr<MediaSource> source) in DoSetSource() function in OHOS::Media::HiPlayerImpl
2155 MediaTrace trace("HiPlayerImpl::DoSetSource"); in DoSetSource()

Completed in 12 milliseconds