Searched refs:GetConfigNameAsInt (Results 1 – 7 of 7) sorted by relevance
102 if (GetConfigNameAsInt(node) != WifiConfigType::IPASSIGNMENT) { in GetIpConfig()135 WifiConfigType NetworkXmlParser::GetConfigNameAsInt(xmlNodePtr node) in GetConfigNameAsInt() function in OHOS::Wifi::NetworkXmlParser174 switch (GetConfigNameAsInt(node)) { in ParseIpConfig()211 if (GetConfigNameAsInt(node) != WifiConfigType::PROXYSETTINGS) { in GetProxyMethod()236 switch (GetConfigNameAsInt(node)) { in ParseProxyConfig()322 switch (GetConfigNameAsInt(node)) { in ParseWifiConfig()434 switch (GetConfigNameAsInt(node)) { in ParseNetworkStatus()
67 switch (GetConfigNameAsInt(node)) { in ParseSoftap()97 HotspotConfigType SoftapXmlParser::GetConfigNameAsInt(xmlNodePtr node) in GetConfigNameAsInt() function in OHOS::Wifi::SoftapXmlParser
60 HotspotConfigType GetConfigNameAsInt(xmlNodePtr node);
112 WifiConfigType GetConfigNameAsInt(xmlNodePtr node);
102 m_networkXmlParser->GetConfigNameAsInt(root_node); in NetworkXmlParserTest()166 m_softapXmlParser->GetConfigNameAsInt(root_node); in SoftapParserTest()
78 EXPECT_EQ(HotspotConfigType::UNUSED, m_softapXmlParser->GetConfigNameAsInt(nullptr));
73 EXPECT_EQ(WifiConfigType::UNVALID, m_networkXmlParser->GetConfigNameAsInt(nullptr));