Home
last modified time | relevance | path

Searched refs:xml (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_xml_unit_test.cpp63 std::string xml = ""; in HWTEST_F() local
64 double ret = xmlParser_->ParseFromBuffer(xml.c_str(), xml.length()); in HWTEST_F()
70 std::string xml = "<test><11111>"; in HWTEST_F() local
71 double ret = xmlParser_->ParseFromBuffer(xml.c_str(), xml.length()); in HWTEST_F()
77 std::string xml = "<test>123</test>"; in HWTEST_F() local
78 double ret = xmlParser_->ParseFromBuffer(xml.c_str(), xml.length()); in HWTEST_F()
84 std::string xml in HWTEST_F() local
145 std::string xml = "/data/test/media/test_dash/segment_base/index.mpd"; HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.cpp48 bool XmlParser::LoadConfigurationMemory(const char *xml) in LoadConfigurationMemory() argument
50 if (xml == nullptr) { in LoadConfigurationMemory()
51 WIFI_LOGE("LoadConfigurationMemory xml is nullptr"); in LoadConfigurationMemory()
54 mDoc_ = xmlReadMemory(xml, strlen(xml), nullptr, nullptr, 0); in LoadConfigurationMemory()
H A Dxml_parser.h44 * @Description load a Configuration xml
46 * @param xmlPath - path of config xml
52 * @Description load xml in memory
54 * @param xml - memory data
57 bool LoadConfigurationMemory(const char *xml);
60 * @Description parse Configuration xml
67 * @Description get xml node name value
74 * @Description get xml node value
82 * @Description get xml node string content
85 * @return std::string - xml nod
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H A Dringtone_dualfwk_restore_test.cpp179 string xml = "setting_system"; in HWTEST_F() local
180 auto ret = g_restoreDualFwkService->ParseDualFwkConf(xml); in HWTEST_F()
184 xml = "/data/test/backup/setting_system.xml"; in HWTEST_F()
185 ret = g_restoreDualFwkService->ParseDualFwkConf(xml); in HWTEST_F()
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_metadata.h140 "value": "image/svg+xml"
430 "value": "image/svg+xml"
/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Dringtone_dualfwk_restore.h43 int32_t ParseDualFwkConf(const std::string &xml);
/foundation/arkui/ace_engine/test/unittest/scripts/
H A Drun.py24 import xml.etree.ElementTree as ET namespace
61 default_cmds.append("--gtest_output=xml:{}.xml".format(test_binary_path))
110 xml_file_path = "{}.xml".format(test_binary)
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_settings_test.cpp421 std::string xml = R"( in HWTEST_F() local
435 write(fd.Get(), xml.c_str(), xml.size()); in HWTEST_F()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_dualfwk_restore.cpp89 int32_t RingtoneDualFwkRestore::ParseDualFwkConf(const string &xml) in ParseDualFwkConf() argument
91 auto parser = std::make_unique<DualFwkConfParser>(xml); in ParseDualFwkConf()
104 RINGTONE_ERR_LOG("parse dualfwk-sound-setting-xml Failed."); in ParseDualFwkConf()

Completed in 5 milliseconds