Searched refs:urlType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/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… in CheckUrl()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_mpd_downloader.h | 214 …oid UpdateInitSegUrl(std::shared_ptr<DashStreamDescription> streamDesc, const DashUrlType *urlType,
|
H A D | dash_mpd_downloader.cpp | 1967 …er::UpdateInitSegUrl(std::shared_ptr<DashStreamDescription> streamDesc, const DashUrlType *urlType, in UpdateInitSegUrl() argument 1971 streamDesc->initSegment_->url_ = urlType->sourceUrl_; in UpdateInitSegUrl() 1972 if (urlType->range_.length() > 0) { in UpdateInitSegUrl() 1973 …DashParseRange(urlType->range_, streamDesc->initSegment_->rangeBegin_, streamDesc->initSegment_->r… in UpdateInitSegUrl()
|