Searched refs:urlType (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.cpp | 43 napi_valuetype urlType; in CheckUrl() local 44 NAPI_CALL(env, napi_typeof(env, args[indexTwo], &urlType)); in CheckUrl() 46 NAPI_ASSERT(env, bundleNameType == napi_string && domainTypeType == napi_string && urlType == napi_string, in CheckUrl()
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.cpp | 43 napi_valuetype urlType; in CheckUrl() local 44 NAPI_CALL(env, napi_typeof(env, args[indexTwo], &urlType)); in CheckUrl() 46 NAPI_ASSERT(env, bundleNameType == napi_string && domainTypeType == napi_string && urlType == napi_string, in CheckUrl()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_parser.cpp | 942 DashUrlType *urlType = new (std::nothrow) DashUrlType; in ParseUrlType() local 943 if (urlType == nullptr) { in ParseUrlType() 950 urlTypeNode->GetAttr("sourceURL", urlType->sourceUrl_); in ParseUrlType() 951 urlTypeNode->GetAttr("range", urlType->range_); in ParseUrlType() 956 *urlTypeInfo = urlType; in ParseUrlType()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_mpd_downloader.h | 215 void UpdateInitSegUrl(std::shared_ptr<DashStreamDescription> streamDesc, const DashUrlType *urlType,
|
H A D | dash_mpd_downloader.cpp | 1996 void DashMpdDownloader::UpdateInitSegUrl(std::shared_ptr<DashStreamDescription> streamDesc, const DashUrlType *urlType, in UpdateInitSegUrl() argument 2000 streamDesc->initSegment_->url_ = urlType->sourceUrl_; in UpdateInitSegUrl() 2001 if (urlType->range_.length() > 0) { in UpdateInitSegUrl() 2002 DashParseRange(urlType->range_, streamDesc->initSegment_->rangeBegin_, streamDesc->initSegment_->rangeEnd_); in UpdateInitSegUrl()
|
/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_common_helper.cpp | 223 std::string urlType = parcel.ReadString(); in ReadMediaInfo() local 224 if (urlType == "localFd") { in ReadMediaInfo()
|
Completed in 8 milliseconds