Searched defs:networks (Results 1 – 8 of 8) sorted by relevance
56 def print_networks(networks): argument91 def select_network(networks, name): argument110 def disconnect_network(networks, name): argument
71 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> networks; variable
222 const vector<dbus::ObjectPath>& networks) { in NetworksChanged()
404 brillo::VariantDictionary* networks) { in GetNetworksForGeolocation()
74 const std::set<RpcIdentifier>& networks() const { return networks_; } in networks() function
149 RpcIdentifiers networks; in TEST_F() local249 RpcIdentifiers networks(1, "path"); in TEST_F() local
275 void WiMax::OnNetworksChanged(const RpcIdentifiers& networks) { in OnNetworksChanged()
124 const set<RpcIdentifier>& networks = device.second->networks(); in OnNetworksChanged() local