Searched refs:GetWifiPHYLayerProtocol (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/metrics/net/
H A Dnetwork_metrics_provider.h41 GetWifiPHYLayerProtocol() const;
43 // Posts a call to net::GetWifiPHYLayerProtocol on the blocking pool.
46 // net::GetWifiPHYLayerProtocol.
66 // net::GetWifiPHYLayerProtocol.
H A Dnetwork_metrics_provider.cc50 network->set_wifi_phy_layer_protocol(GetWifiPHYLayerProtocol());
111 NetworkMetricsProvider::GetWifiPHYLayerProtocol() const { function in class:NetworkMetricsProvider
136 base::Bind(&net::GetWifiPHYLayerProtocol),
/external/chromium_org/net/base/
H A Dnet_util_posix.cc284 WifiPHYLayerProtocol GetWifiPHYLayerProtocol() { function in namespace:net
H A Dnet_util_win.cc206 WifiPHYLayerProtocol GetWifiPHYLayerProtocol() { function in namespace:net
H A Dnet_util.h523 NET_EXPORT WifiPHYLayerProtocol GetWifiPHYLayerProtocol();
H A Dnet_util_unittest.cc797 EXPECT_NE(WIFI_PHY_LAYER_PROTOCOL_NONE, GetWifiPHYLayerProtocol());
/external/chromium_org/net/quic/
H A Dquic_connection_logger.cc294 WifiPHYLayerProtocol wifi_type = GetWifiPHYLayerProtocol();

Completed in 121 milliseconds