Home
last modified time | relevance | path

Searched refs:sourceUrl (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/unittest/dfx_test/
H A Dmedia_dfx_test.cpp103 std::string sourceUrl = "sourceUrl"; variable
105 FaultSourceEventWrite(appName, instanceId, callerType, sourceType, sourceUrl, errorMessage);
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_dfx.h66 …int64_t instanceId, const std::string& callerType, int8_t sourceType, const std::string& sourceUrl,
90 …const std::string& callerType, int8_t sourceType, const std::string& sourceUrl, const std::string&…
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp174 const std::string& sourceUrl, const std::string& errMsg) in SourceEventWrite() argument
182 "SOURCE_URI", sourceUrl, in SourceEventWrite()
331 int8_t sourceType, const std::string& sourceUrl, const std::string& errorMessage) in FaultSourceEventWrite() argument
335 callerType, sourceType, sourceUrl, errorMessage); in FaultSourceEventWrite()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h56 AVMediaSource(std::string sourceUrl, std::map<std::string, std::string> sourceHeader) in AVMediaSource() argument
57 : url(sourceUrl), header(sourceHeader) in AVMediaSource()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h52 std::string sourceUrl {};
H A Dhiplayer_impl.cpp338 playStatisticalInfo_.sourceUrl = "private"; in SetSource()
979 meta->SetData(Tag::MEDIA_FILE_URI, playStatisticalInfo_.sourceUrl); in AppendPlayerMediaInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1635 auto sourceUrl = JSVal(ToJSValue(url)); in GetSourceUrl() local
1636 auto descriptionRef = JSRef<JSVal>::Make(sourceUrl); in GetSourceUrl()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md7820 获取sourceUrl链接。