Home
last modified time | relevance | path

Searched refs:network (Results 1 – 25 of 57) sorted by relevance

123

/system/netd/server/
DNetworkController.cpp157 Network* network = getNetworkLocked(netId); in setDefaultNetwork() local
158 if (!network) { in setDefaultNetwork()
162 if (network->getType() != Network::PHYSICAL) { in setDefaultNetwork()
166 if (int ret = static_cast<PhysicalNetwork*>(network)->addAsDefault()) { in setDefaultNetwork()
172 Network* network = getNetworkLocked(mDefaultNetId); in setDefaultNetwork() local
173 if (!network || network->getType() != Network::PHYSICAL) { in setDefaultNetwork()
177 if (int ret = static_cast<PhysicalNetwork*>(network)->removeAsDefault()) { in setDefaultNetwork()
201 Network *network = getNetworkLocked(*netId); in getNetworkForDns() local
202 if (network && network->getType() == Network::VIRTUAL && in getNetworkForDns()
203 !static_cast<VirtualNetwork *>(network)->getHasDns()) { in getNetworkForDns()
[all …]
/system/connectivity/shill/dbus/
Dchromeos_supplicant_interface_proxy.h48 bool AddNetwork(const KeyValueStore& args, std::string* network) override;
54 bool NetworkReply(const std::string& network,
60 bool RemoveNetwork(const std::string& network) override;
63 bool SelectNetwork(const std::string& network) override;
68 bool SetHT40Enable(const std::string& network, bool enable) override;
111 void NetworkAdded(const dbus::ObjectPath& network,
113 void NetworkRemoved(const dbus::ObjectPath& network);
114 void NetworkSelected(const dbus::ObjectPath& network);
Dchromeos_supplicant_interface_proxy.cc144 string* network) { in AddNetwork() argument
155 *network = path.value(); in AddNetwork()
216 bool ChromeosSupplicantInterfaceProxy::NetworkReply(const string& network, in NetworkReply() argument
220 << " network: " << network << " field: " << field << " value: " << value; in NetworkReply()
222 if (!interface_proxy_->NetworkReply(dbus::ObjectPath(network), in NetworkReply()
279 bool ChromeosSupplicantInterfaceProxy::RemoveNetwork(const string& network) { in RemoveNetwork() argument
280 SLOG(&interface_proxy_->GetObjectPath(), 2) << __func__ << ": " << network; in RemoveNetwork()
282 if (!interface_proxy_->RemoveNetwork(dbus::ObjectPath(network), in RemoveNetwork()
316 bool ChromeosSupplicantInterfaceProxy::SelectNetwork(const string& network) { in SelectNetwork() argument
317 SLOG(&interface_proxy_->GetObjectPath(), 2) << __func__ << ": " << network; in SelectNetwork()
[all …]
Dchromeos_manager_dbus_adaptor.cc406 for (const auto& network : manager_->GetNetworksForGeolocation()) { in GetNetworksForGeolocation() local
409 for (const auto& info : network.second) { in GetNetworksForGeolocation()
412 networks->insert(std::make_pair(network.first, brillo::Any(value))); in GetNetworksForGeolocation()
454 const dbus::ObjectPath& network) { in VerifyAndEncryptCredentials() argument
463 network.value(), in VerifyAndEncryptCredentials()
/system/connectivity/shill/supplicant/
Dsupplicant_interface_proxy_interface.h34 std::string* network) = 0;
40 virtual bool NetworkReply(const std::string& network,
46 virtual bool RemoveNetwork(const std::string& network) = 0;
49 virtual bool SelectNetwork(const std::string& network) = 0;
61 virtual bool SetHT40Enable(const std::string& network, bool enable) = 0;
Dmock_supplicant_interface_proxy.h43 MOCK_METHOD3(NetworkReply, bool(const std::string& network,
49 MOCK_METHOD1(RemoveNetwork, bool(const std::string& network));
52 MOCK_METHOD1(SelectNetwork, bool(const std::string& network));
63 MOCK_METHOD2(SetHT40Enable, bool(const std::string& network, bool enable));
/system/connectivity/shill/test-scripts/
Dtest-flimflam58 network = dbus.Interface(
62 properties = network.GetProperties(utf8_strings = True)
93 network = dbus.Interface(
97 properties = network.GetProperties(utf8_strings = True)
108 network.Connect()
112 network = dbus.Interface(
116 properties = network.GetProperties(utf8_strings = True)
124 network.Disconnect()
Dcheck-rssi18 for network in flim.GetObjectList("Network", device_properties):
19 network_properties = network.GetProperties(utf8_strings = True)
/system/sepolicy/
Dmediaextractor.te24 # mediaextractor should never need network access. Disallow network sockets.
Dmediacodec.te29 # mediacodec should never need network access. Disallow network sockets.
Dcameraserver.te38 # cameraserver should never need network access. Disallow network sockets.
Daudioserver.te54 # audioserver should never need network access. Disallow network sockets.
Dsecurity_classes26 # network-related classes
74 # network peer labels
Dattributes55 # All types used for network interfaces.
58 # All types used for network ports.
98 # All domains used for apps with network access.
/system/connectivity/shill/doc/
Dipconfig-api.txt63 "ipv4" (fixed IPv4 network state)
64 "ipv6" (fixed IPv6 network state)
90 part of the network address. For IPv4 networks this
91 corresponds to the length of the network mask; e.g.
103 The Web Proxy Auto-Discovery URL for this network
Ddevice-api.txt130 (Cellular only) Initiate registration on the network
132 If the network ID is the empty string, then switch
137 and is saved in the profile, so that the same network
251 for the currently connected network, below which
261 not registered on the home network). When this
267 network, and the device begins roaming, the data
296 operator on whose network the device is
381 certain MVNOs which have no home network and
382 wish to provide network services without
446 "status" The availability of the network. Values
[all …]
/system/update_engine/
Dnetwork_selector.h25 namespace network {
Dnetwork_selector_stub.cc24 namespace network { namespace
Dnetwork_selector_android.cc25 namespace network { namespace
/system/connectivity/shill/udev/
D86-reload_network_device.rules1 # Reloads network device instance if it fails.
/system/bt/doc/
Dnetwork_ports.md3 This document lists all of the network ports used by the bluetooth stack.
/system/connectivity/shill/bin/
Dff_debug41 e.g.: ff_debug network+wifi
42 Sets debug tags to network and wifi
43 e.g.: ff_debug +network-service
44 Adds network and removes service tags from the existing debug settings
/system/connectivity/shill/wimax/
Dmock_wimax_device_proxy.h43 MOCK_METHOD5(Connect, void(const RpcIdentifier& network,
Dwimax_device_proxy_interface.h54 virtual void Connect(const RpcIdentifier& network,
/system/bt/bta/ag/
Dbta_ag_sdp.c136 UINT8 network; in bta_ag_add_record() local
181 network = (features & BTA_AG_FEAT_REJECT) ? 1 : 0; in bta_ag_add_record()
183 UINT_DESC_TYPE, 1, &network); in bta_ag_add_record()

123