Searched refs:LoadConfigurationMemory (Results 1 – 5 of 5) sorted by relevance
57 bool LoadConfigurationMemory(const char *xml);
48 bool XmlParser::LoadConfigurationMemory(const char *xml) in LoadConfigurationMemory() function in OHOS::Wifi::XmlParser
79 EXPECT_FALSE(m_xmlParser->LoadConfigurationMemory(nullptr));
146 m_xmlParser->LoadConfigurationMemory(string); in AppXmlParserTest()
1880 bool ret = xmlParser->LoadConfigurationMemory(wifiBackupXml.c_str()); in GetConfigbyBackupXml()