Searched refs:sourceUrl (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | media_dfx.h | 66 appName, uint64_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& errorMessage);
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | media_dfx.cpp | 174 const std::string& sourceUrl, const std::string& errMsg) in SourceEventWrite() 182 "SOURCE_URI", sourceUrl, in SourceEventWrite() 332 int8_t sourceType, const std::string& sourceUrl, const std::string& errorMessage) in FaultSourceEventWrite() 336 callerType, sourceType, sourceUrl, errorMessage); in FaultSourceEventWrite() 172 SourceEventWrite(const std::string& eventName, OHOS::HiviewDFX::HiSysEvent::EventType type, const std::string& appName, uint64_t instanceId, const std::string& callerType, int8_t sourceType, const std::string& sourceUrl, const std::string& errMsg) SourceEventWrite() argument 331 FaultSourceEventWrite(const std::string& appName, uint64_t instanceId, const std::string& callerType, int8_t sourceType, const std::string& sourceUrl, const std::string& errorMessage) FaultSourceEventWrite() argument
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | player.h | 61 AVMediaSource(std::string sourceUrl, std::map<std::string, std::string> sourceHeader) in AVMediaSource() argument 62 : url(sourceUrl), header(sourceHeader) in AVMediaSource()
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.h | 52 std::string sourceUrl {};
|
H A D | hiplayer_impl.cpp | 287 playStatisticalInfo_.sourceUrl = "private"; in SetSource() 937 meta->SetData(Tag::MEDIA_FILE_URI, playStatisticalInfo_.sourceUrl); in AppendPlayerMediaInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1627 auto sourceUrl = JSVal(ToJSValue(url)); in GetSourceUrl() local 1628 auto descriptionRef = JSRef<JSVal>::Make(sourceUrl); in GetSourceUrl()
|
Completed in 18 milliseconds