Home
last modified time | relevance | path

Searched refs:GetSiblingPrev (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_xml_unit_test.cpp96 std::shared_ptr<XmlElement> prev = last->GetSiblingPrev();
113 std::shared_ptr<XmlElement> prev = root->GetSiblingPrev();
135 std::shared_ptr<XmlElement> prev = root->GetSiblingPrev();
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/
H A Dxml_element.h34 std::shared_ptr<XmlElement> GetSiblingPrev();
H A Dxml_element.cpp49 std::shared_ptr<XmlElement> XmlElement::GetSiblingPrev() in GetSiblingPrev() function in OHOS::Media::Plugins::HttpPlugin::XmlElement