Searched defs:network_type (Results 1 – 5 of 5) sorted by relevance
123 rtc::AdapterType network_type() const { return network_type_; } in network_type() function124 void set_network_type(rtc::AdapterType network_type) { in set_network_type()
11 network_type = ndb.StringProperty(indexed=True, default=None) variable in TraceInfo
154 def _get_networks(self, network_type='All'): argument
215 def find_networks(self, network_type): argument
1244 rtc::AdapterType network_type = rtc::ADAPTER_TYPE_ETHERNET; in TEST_F() local