Home
last modified time | relevance | path

Searched refs:RelativePathPlay (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.h68 bool RelativePathPlay(const std::string& filePath);
H A Drosen_media_player.cpp299 bool RosenMediaPlayer::RelativePathPlay(const std::string& filePath) in RelativePathPlay() function in OHOS::Ace::NG::RosenMediaPlayer
398 return RelativePathPlay(filePath); in SetMediaSource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.h124 void RelativePathPlay(const std::string& filePath);
H A Dvideo_element.cpp436 void VideoElement::RelativePathPlay(const std::string& filePath) in RelativePathPlay() function in OHOS::Ace::VideoElement
507 RelativePathPlay(filePath); in SetMediaSource()