Home
last modified time | relevance | path

Searched defs:networks (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/test-scripts/
Dtest-flimflam56 def print_networks(networks): argument
91 def select_network(networks, name): argument
110 def disconnect_network(networks, name): argument
/system/connectivity/shill/dbus/
Dchromeos_wimax_device_proxy.h71 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> networks; variable
Dchromeos_wimax_device_proxy.cc222 const vector<dbus::ObjectPath>& networks) { in NetworksChanged()
Dchromeos_manager_dbus_adaptor.cc404 brillo::VariantDictionary* networks) { in GetNetworksForGeolocation()
/system/connectivity/shill/wimax/
Dwimax.h74 const std::set<RpcIdentifier>& networks() const { return networks_; } in networks() function
Dwimax_unittest.cc149 RpcIdentifiers networks; in TEST_F() local
249 RpcIdentifiers networks(1, "path"); in TEST_F() local
Dwimax.cc275 void WiMax::OnNetworksChanged(const RpcIdentifiers& networks) { in OnNetworksChanged()
Dwimax_provider.cc124 const set<RpcIdentifier>& networks = device.second->networks(); in OnNetworksChanged() local