Home
last modified time | relevance | path

Searched refs:DoSetSource (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Didle_state.h35 auto ret = executor_.DoSetSource(source); in SetSource()
H A Dinit_state.h42 auto ret = executor_.DoSetSource(source); in SetSource()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/
H A Dplay_executor.h45 virtual ErrorCode DoSetSource(const std::shared_ptr<MediaSource>& source) in DoSetSource() function
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestStateMachine.cpp44 ErrorCode DoSetSource(const std::shared_ptr<MediaSource>& source) override in DoSetSource() function in OHOS::Media::Test::PlayExecutorStub
/ohos5.0/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
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h92 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
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h174 Status DoSetSource(const std::shared_ptr<MediaSource> source);
H A Dhiplayer_impl.cpp625 ret = DoSetSource(std::make_shared<MediaSource>(dataSrc_)); in DoSetMediaSource()
629 ret = DoSetSource(std::make_shared<MediaSource>(url_, header_)); in DoSetMediaSource()
632 ret = DoSetSource(std::make_shared<MediaSource>(url_)); in DoSetMediaSource()
2207 Status HiPlayerImpl::DoSetSource(const std::shared_ptr<MediaSource> source) in DoSetSource() function in OHOS::Media::HiPlayerImpl