Searched refs:sourceUrl_ (Results 1 – 8 of 8) sorted by relevance
34 dstUrlType->sourceUrl_ = srcUrlType->sourceUrl_; in CloneUrlType()
101 … initSegment_->sourceUrl_ = representationInfo_->representationSegTmplt_->segTmpltInitialization_; in ParseInitSegmentBySegTmplt()
112 initSegment_->sourceUrl_ = adptSetInfo_->adptSetSegTmplt_->segTmpltInitialization_; in ParseInitSegmentBySegTmplt()
222 initSegment_->sourceUrl_ = periodInfo_->periodSegTmplt_->segTmpltInitialization_; in ParseInitSegmentBySegTmplt()
950 urlTypeNode->GetAttr("sourceURL", urlType->sourceUrl_); in ParseUrlType()
47 const std::string sourceUrl_ = "sourcetest.mp3"; member in OHOS::NWeb::PlayerAdapterImplTest75 EXPECT_EQ(playerAdapter_->SetSource(sourceUrl_), -1);98 EXPECT_NE(playerAdapter_->SetSource(sourceUrl_), -1);
56 std::string sourceUrl_; member
1971 streamDesc->initSegment_->url_ = urlType->sourceUrl_; in UpdateInitSegUrl()