Home
last modified time | relevance | path

Searched refs:uriAttr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_tags_unit_test.cpp186 auto uriAttr = testTag.GetAttributeByName("URI"); variable
191 EXPECT_NE(uriAttr, nullptr);
192 EXPECT_EQ(uriAttr->QuotedString(), "https://test.com/key");
H A Dm3u8_unit_test.cpp412 auto uriAttr = std::make_shared<Attribute>("METHOD", "\"SAMPLE-AES\""); variable
413 attributesTag->AddAttribute(uriAttr);
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp364 auto uriAttr = std::make_shared<Attribute>("URI", line); in ParseURI() local
365 if (uriAttr) { in ParseURI()
366 streaminftag->AddAttribute(uriAttr); in ParseURI()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp371 auto uriAttr = std::make_shared<Attribute>("URI", line); in ParseURI() local
372 if (uriAttr) { in ParseURI()
373 streaminftag->AddAttribute(uriAttr); in ParseURI()