Searched refs:sourceUrl (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/test/unittest/dfx_test/ |
H A D | media_dfx_test.cpp | 103 std::string sourceUrl = "sourceUrl"; variable 105 FaultSourceEventWrite(appName, instanceId, callerType, sourceType, sourceUrl, errorMessage);
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/ |
H A D | media_dfx.h | 66 …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 D | media_dfx.cpp | 174 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 D | player.h | 56 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 D | hiplayer_impl.h | 52 std::string sourceUrl {};
|
H A D | hiplayer_impl.cpp | 338 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 D | js_web.cpp | 1635 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 D | ts-basic-components-web.md | 7820 获取sourceUrl链接。
|