Searched refs:NetworkSection (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | network_parser.cpp | 88 const std::unordered_map<std::string, NetworkSection> g_networkSectionMap = { 89 {XML_TAG_SECTION_HEADER_WIFI_CONFIGURATION, NetworkSection::WIFI_CONFIGURATION}, 90 {XML_TAG_SECTION_HEADER_NETWORK_STATUS, NetworkSection::NETWORK_STATUS}, 91 {XML_TAG_SECTION_HEADER_IP_CONFIGURATION, NetworkSection::IP_CONFIGURATION}, 92 … {XML_TAG_SECTION_HEADER_WIFI_ENTERPRISE_CONFIGURATION, NetworkSection::ENTERPRISE_CONFIGURATION}, 148 NetworkSection NetworkXmlParser::GetNodeNameAsInt(xmlNodePtr node) in GetNodeNameAsInt() 152 return NetworkSection::UNVALID; in GetNodeNameAsInt() 158 return NetworkSection::UNVALID; in GetNodeNameAsInt() 484 case NetworkSection::WIFI_CONFIGURATION: { in ParseNetwork() 488 case NetworkSection::NETWORK_STATUS: { in ParseNetwork() [all …]
|
H A D | network_parser.h | 68 enum class NetworkSection { enum 113 NetworkSection GetNodeNameAsInt(xmlNodePtr node);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | network_parser_test.cpp | 79 EXPECT_EQ(NetworkSection::UNVALID, m_networkXmlParser->GetNodeNameAsInt(nullptr));
|