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

/external/autotest/client/cros/networking/chrome_testing/
H A Dchrome_networking_test_context.py218 def find_networks(self, network_type):
222 @param network_type: One of CHROME_NETWORK_TYPE_* strings.
230 '"' + network_type + '"')
/external/kernel-headers/original/uapi/rdma/
H A Drdma_user_rxe.h57 __u8 network_type; member in struct:rxe_av
/external/webrtc/webrtc/p2p/base/
H A Dcandidate.h123 rtc::AdapterType network_type() const { return network_type_; } function in class:cricket::Candidate
124 void set_network_type(rtc::AdapterType network_type) { argument
125 network_type_ = network_type;
H A Dport.cc1390 new_local_candidate.set_network_type(local_candidate().network_type());
/external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
H A Dnetwork_ChromeCellularEndToEnd.py154 def _get_networks(self, network_type='All'):
157 @param network_type: Type of network, defaults to All
162 properties = json.dumps({'networkType': network_type,
/external/webrtc/talk/app/webrtc/
H A Dstatscollector_unittest.cc1244 rtc::AdapterType network_type = rtc::ADAPTER_TYPE_ETHERNET; local
1253 c.set_network_type(network_type);
1263 c.set_network_type(network_type);
1291 AdapterTypeToStatsType(network_type),
H A Dstatscollector.cc662 AdapterTypeToStatsType(candidate.network_type()));

Completed in 249 milliseconds