HomeSort by relevance Sort by last modified time
    Searched refs:network_type (Results 1 - 10 of 10) sorted by null

  /tools/test/connectivity/acts/tests/google/wifi/
SetupWifiNetworkTest.py 57 network_type = self.user_params["network_type"]
58 if (network_type == "2G"):
85 "AccessPoint", "network_type", "ssid", "passphrase", "security",
98 "AccessPoint", "network_type", "ssid", "security", "socket_port",
  /external/autotest/client/cros/networking/chrome_testing/
chrome_networking_test_context.py 218 def find_networks(self, network_type):
222 @param network_type: One of CHROME_NETWORK_TYPE_* strings.
230 '"' + network_type + '"')
  /bionic/libc/kernel/uapi/rdma/
rdma_user_rxe.h 38 __u8 network_type; member in struct:rxe_av
  /external/kernel-headers/original/uapi/rdma/
rdma_user_rxe.h 57 __u8 network_type; member in struct:rxe_av
  /external/webrtc/webrtc/p2p/base/
candidate.h 123 rtc::AdapterType network_type() const { return network_type_; } function in class:cricket::Candidate
124 void set_network_type(rtc::AdapterType network_type) {
125 network_type_ = network_type;
port.cc     [all...]
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 154 def _get_networks(self, network_type='All'):
157 @param network_type: Type of network, defaults to All
162 properties = json.dumps({'networkType': network_type,
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 914 RIL_PreferredNetworkType network_type) {
918 gModemTechnologies.find(network_type);
921 network_type);
939 RIL_PreferredNetworkType network_type) {
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 1244 rtc::AdapterType network_type = rtc::ADAPTER_TYPE_ETHERNET; local
    [all...]
statscollector.cc 662 AdapterTypeToStatsType(candidate.network_type()));
    [all...]

Completed in 314 milliseconds