/external/autotest/client/cros/cellular/ |
modem.py | 22 GSM_NETWORK_INTERFACE = 'org.freedesktop.ModemManager.Modem.Gsm.Network' 158 network = self.GsmNetwork() 159 _, operator_code, operator_name = network.GetRegistrationInfo() 189 network = self.GsmNetwork() 190 (status, unused_code, unused_name) = network.GetRegistrationInfo() 206 """Ensure that modem is registered on the network.""" 210 """Ensure that modem is registered on the network with a technology."""
|
/external/autotest/client/site_tests/network_BasicProfileProperties/ |
network_BasicProfileProperties.py | 9 from autotest_lib.client.common_lib.cros.network import interface
|
/external/autotest/client/site_tests/network_FirewallHolePunch/ |
network_FirewallHolePunch.py | 11 from autotest_lib.client.common_lib.cros.network import interface
|
/external/autotest/server/cros/ap_configurators/ |
ap_cartridge.py | 10 from autotest_lib.client.common_lib.cros.network import ap_constants
|
static_ap_configurator.py | 11 from autotest_lib.client.common_lib.cros.network import ap_constants 12 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 13 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types
|
/external/autotest/server/cros/network/ |
frame_sender.py | 5 from autotest_lib.server.cros.network import hostap_config
|
wifi_test_context_manager.py | 8 from autotest_lib.client.common_lib.cros.network import ping_runner 9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 13 from autotest_lib.server.cros.network import attenuator_controller 14 from autotest_lib.server.cros.network import wifi_client 220 """Connect to a WiFi network and check for success. 222 Connect a DUT to a WiFi network and check that we connect successfully. 224 @param wifi_params AssociationParameters describing network to connect. 266 """Ping a host on the WiFi network from the DUT. 268 Ping a host reachable on the WiFi network from the DUT, and 272 used to confirm that a WiFi network is operating correctly [all...] |
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/ |
network_WiFi_ChaosConnectDisconnect.py | 9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
|
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/ |
network_WiFi_ChaosLongConnect.py | 9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
|
/external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/ |
network_WiFi_RoamOnLowPower.py | 12 from autotest_lib.client.common_lib.cros.network import ping_runner 13 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 15 from autotest_lib.server.cros.network import hostap_config 16 from autotest_lib.server.cros.network import rvr_test_base
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
network_WiFi_SimpleConnect.py | 9 from autotest_lib.server.cros.network import wifi_cell_test_base
|
/external/dnsmasq/contrib/Suse/ |
dnsmasq-suse.spec | 25 is designed to provide DNS and, optionally, DHCP, to a small network. It can 30 leases and BOOTP for network booting of diskless machines.
|
/external/iproute2/testsuite/ |
Makefile | 44 $(error Please install util-linux tools to run tests in separated network namespace)
|
/external/libweave/src/privet/ |
privet_manager.h | 33 class Network; 49 void Start(provider::Network* network,
|
privet_types.cc | 11 #include <weave/provider/network.h> 22 using provider::Network; 66 const EnumToStringMap<Network::State>::Map kNetworkStateMap[] = { 67 {Network::State::kOffline, "offline"}, 68 {Network::State::kError, "error"}, 69 {Network::State::kConnecting, "connecting"}, 70 {Network::State::kOnline, "online"}, 104 LIBWEAVE_EXPORT EnumToStringMap<Network::State>::EnumToStringMap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
SecurityControllerImpl.java | 28 import android.net.Network; 87 // TODO: re-register network callback on user change. 252 // Legacy VPNs should do nothing if the network is disconnected. Third-party 293 public void onAvailable(Network network) { 294 if (DEBUG) Log.d(TAG, "onAvailable " + network.netId); 302 public void onLost(Network network) { 303 if (DEBUG) Log.d(TAG, "onLost " + network.netId);
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
PermissionMonitor.java | 60 private static final boolean NETWORK = false; 71 // Keys are App IDs. Values are true for SYSTEM permission and false for NETWORK permission. 136 if (permission == null || permission == NETWORK) { 186 List<Integer> network = new ArrayList<>(); local 189 List<Integer> list = app.getValue() ? system : network; 196 mNetd.setPermission("NETWORK", toIntArray(network)); 199 mNetd.clearPermission(toIntArray(network)); 245 if (permission == null || permission == NETWORK) { 266 apps.put(appUid, NETWORK); // doesn't matter which permission we pick her [all...] |
/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/ |
Vvm3Subscriber.java | 20 import android.net.Network; 69 * subscription. This link should be clicked through cellular network, and have cookies enabled. 160 // processSubscription() is called after network is available. 164 Network network = wrapper.get(); local 165 VvmLog.d(TAG, "provisioning: network available"); 167 .newRequestQueue(mHelper.getContext(), new NetworkSpecifiedHurlStack(network)); 311 private final Network mNetwork; 313 public NetworkSpecifiedHurlStack(Network network) { [all...] |
/external/autotest/client/common_lib/cros/network/ |
iw_runner_unittest.py | 11 from autotest_lib.client.common_lib.cros.network import iw_runner 157 Uses the runner to search for a network by bss. 161 network = runner.wait_for_scan_result('wlan0', bsses=[test_iw_bss.bss]) 162 self.verify_values(test_iw_bss, network) 184 """Test with a HT40+ network.""" 190 """Test with a HT40- network.""" 196 """Test with a network that doesn't have ht.""" 202 """Test with a network with a hidden ssid."""
|
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/ |
network_ChromeCellularNetworkProperties.py | 33 a read-only network property and a ModemManager property that have a 1:1 109 Finds the current cellular network. Asserts that it matches the fake 110 network from pseudomodem and returns the network. 116 'Expected 1 cellular network, found ' + 118 network = networks[0] 120 network, 123 return network 143 # Store the GUID of the fake test network.
|
/external/webrtc/webrtc/tools/agc/ |
agc_harness.cc | 105 VoENetwork* network = VoENetwork::GetInterface(voe_); local 122 new test::VoiceChannelTransport(network, channel_)); 143 network->Release();
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
ConnectivityServiceMock.java | 59 import android.net.Network; 165 * used to add a network request 171 * used to add a network listener - no request 177 * used to remove a network request, either a listener or a real request 280 // A network factory has connected. Send it all current NetworkRequests. 295 // A network agent has requested a connection. Establish the connection. 304 // mNetworkForNetId.remove(nai.network.netId); 305 // mNetIdInUse.delete(nai.network.netId); 320 // A network agent has disconnected. 321 // TODO - if we move the logic to the network agent (have them disconnec [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConfigManagerTest.java | 250 * Verifies that getConfiguredNetworksSize() returns the number of network configurations 277 // Find the network configuration to test (assume that |actualConfigs| contains them in 290 * Verifies that getConfiguredNetworksSize() returns the network configurations visible to the 303 * Verifies that getPrivilegedConfiguredNetworks() returns the network configurations visible to 317 * Verifies that getWifiConfiguration(int netId) can be used to access network configurations 339 * Verifies that getWifiConfiguration(String key) can be used to access network configurations 361 * Verifies that enableAllNetworks() enables all temporarily disabled network configurations 391 * Verifies that selectNetwork() disables all network configurations visible to the current user 402 // Enable all network configurations. 407 // Try to select a network configuration [all...] |
/external/autotest/client/cros/cellular/pseudomodem/ |
modem_3gpp.py | 30 GsmNetwork stores the properties of a 3GPP network that can be 31 discovered during a network scan. 173 scanned = [network.ToScanDictionary() 174 for network in self.roaming_networks] 176 # get home network 188 {network['operator-code']: network for network in scanned}) 234 returned when the modem is not registered on a network. 236 returned when the modem is registered on a network [all...] |
/external/libweave/src/notification/ |
xmpp_channel.cc | 11 #include <weave/provider/network.h> 95 provider::Network* network) 99 network_{network}, 104 if (network) { 105 network->AddConnectionChangedCallback(base::Bind(
|