Home
last modified time | relevance | path

Searched refs:GetPrimValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.cpp181 … ipConfig.staticIpAddress.ipAddress.prefixLength = GetPrimValue<int>(node, PrimType::INT); in ParseIpConfig()
245 … wifiProxyConfig.manualProxyConfig.serverPort = GetPrimValue<int>(node, PrimType::INT); in ParseProxyConfig()
307 int randMacSetting = GetPrimValue<int>(node, PrimType::INT); in GetRandMacSetting()
330 wifiConfig.hiddenSSID = GetPrimValue<bool>(node, PrimType::BOOLEAN); in ParseWifiConfig()
342 wifiConfig.wepTxKeyIndex = GetPrimValue<int>(node, PrimType::INT); in ParseWifiConfig()
348 wifiConfig.noInternetAccess = !GetPrimValue<bool>(node, PrimType::BOOLEAN); in ParseWifiConfig()
351 wifiConfig.isPortal = GetPrimValue<bool>(node, PrimType::BOOLEAN); in ParseWifiConfig()
H A Dsoftap_parser.cpp74 int securityType = GetPrimValue<int>(node, PrimType::INT); in ParseSoftap()
130 int band = GetPrimValue<int>(node, PrimType::INT); in TransBandinfo()
/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.h97 T GetPrimValue(xmlNodePtr node, const PrimType type) in GetPrimValue() function