Searched defs:xml (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_xml_unit_test.cpp | 63 std::string xml = ""; variable 70 std::string xml = "<test><11111>"; variable 77 std::string xml = "<test>123</test>"; variable 84 std::string xml = "<root id=\"1\"><test1>123</test1><test2></test2></root>"; variable 145 std::string xml = "/data/test/media/test_dash/segment_base/index.mpd"; variable
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.h | 149 TagEnum XmlTest::DealExclamationGroup(napi_env env, std::string xml) in DealExclamationGroup() 332 std::string xml = "W"; in ParseTagValue() local 342 std::string xml = "Work"; in GetNamespace() local 358 std::string xml = "Work"; in ParseNspFunc() local 379 std::string xml = "Work"; in ParseNspFunction() local 399 std::string xml = "Work"; in ParseNsp() local 409 bool XmlTest::ParseStartTagFuncDeal(napi_env env, std::string xml, bool relax) in ParseStartTagFuncDeal()
|
H A D | test_xml.cpp | 1904 OHOS::xml::XmlPullParser xml(env, "1\n1", "utf8"); variable 1928 OHOS::xml::XmlPullParser xml(env, "", "utf8"); variable 1989 OHOS::xml::XmlPullParser xml(env, "S11", "utf8"); variable 2006 OHOS::xml::XmlPullParser xml(env, "\"\'1", "utf8"); variable 2018 OHOS::xml::XmlPullParser xml(env, "()*", "utf8"); variable 2270 … std::string xml = "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?><todo>Work</todo>"; variable 2905 … std::string xml = "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?><todo>Work</todo>"; variable 2917 std::string xml = "<?xml version=\"1.0\" encoding=\"utf-8\"?>"; variable 3135 … std::string xml = "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?><todo>Work</todo>"; variable
|
/ohos5.0/foundation/communication/wifi/wifi/base/utils/ |
H A D | xml_parser.cpp | 48 bool XmlParser::LoadConfigurationMemory(const char *xml) in LoadConfigurationMemory()
|
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/ |
H A D | ringtone_dualfwk_restore_test.cpp | 179 string xml = "setting_system"; variable
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | ringtone_dualfw_restore.cpp | 65 int32_t RingtoneDualfwRestore::ParseDualfwConf(string &xml) in ParseDualfwConf()
|
H A D | ringtone_dualfwk_restore.cpp | 89 int32_t RingtoneDualFwkRestore::ParseDualFwkConf(const string &xml) in ParseDualFwkConf()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_settings_test.cpp | 414 std::string xml = R"( variable
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | native_module_xml.cpp | 25 namespace OHOS::xml { namespace
|
H A D | js_xml.cpp | 18 namespace OHOS::xml { namespace
|