Home
last modified time | relevance | path

Searched refs:XML_BASE_OK (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Dmpd_parser_def.h34 enum class XmlBaseRtnValue { XML_BASE_ERR = -1, XML_BASE_OK = 0 }; enumerator
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_seg_tmline_node.cpp37 if (static_cast<int32_t>(XmlBaseRtnValue::XML_BASE_OK) == in ParseNode()
H A Ddash_seg_url_node.cpp37 if (static_cast<int32_t>(XmlBaseRtnValue::XML_BASE_OK) == in ParseNode()
H A Ddash_url_type_node.cpp37 if (static_cast<int32_t>(XmlBaseRtnValue::XML_BASE_OK) == in ParseNode()
H A Ddash_seg_list_node.cpp45 if (static_cast<int32_t>(XmlBaseRtnValue::XML_BASE_OK) == in ParseNode()
H A Ddash_seg_template_node.cpp45 if (static_cast<int32_t>(XmlBaseRtnValue::XML_BASE_OK) == in ParseNode()
H A Ddash_mpd_parser.cpp1071 …if (ret != static_cast<int32_t>(XmlBaseRtnValue::XML_BASE_OK) || this->stopFlag_ || rootElement ==… in ParseMPD()