/external/autotest/client/common_lib/cros/ |
virtual_ethernet_pair.py | 45 from autotest_lib.client.common_lib.cros.network import interface
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
tcp-server.js | 61 * Static method to return available network interfaces. 65 * @param {Function} callback The function to call with the available network 68 * preferred network as the addr parameter on TcpServer contructor. 71 chrome.system.network.getNetworkInterfaces(callback);
|
/external/autotest/server/cros/ |
ap_config.py | 10 from autotest_lib.client.common_lib.cros.network import ap_constants
|
/external/autotest/server/cros/ap_configurators/ |
ap_batch_locker.py | 14 from autotest_lib.client.common_lib.cros.network import ap_constants
|
ap_configurator_factory.py | 9 from autotest_lib.client.common_lib.cros.network import ap_constants
|
ap_spec.py | 5 from autotest_lib.client.common_lib.cros.network import iw_runner
|
/external/autotest/server/cros/clique_lib/ |
clique_dut_locker.py | 17 from autotest_lib.server.cros.network import wifi_client
|
/external/autotest/server/cros/network/ |
wifi_client.py | 17 from autotest_lib.client.common_lib.cros.network import interface 18 from autotest_lib.client.common_lib.cros.network import iw_runner 19 from autotest_lib.client.common_lib.cros.network import ping_runner 25 from autotest_lib.server.cros.network import wpa_cli_proxy 669 @param ssid string name of network being queried 698 @param ssid string name of network being queried [all...] |
wpa_cli_proxy.py | 11 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 55 Add a wpa_supplicant network for ssid. 57 @param ssid string: name of network to add. 58 @return int network id of added network. 66 logging.debug('Added network %s=%d', ssid, network_id) 124 @param ssid string: SSID of the network we're concerned about. 138 @param ssid string: SSID of the network we're concerned about. 176 # network id / ssid / bssid / flags^M 185 if line.startswith('network id') [all...] |
/external/autotest/server/ |
site_linux_router.py | 15 from autotest_lib.client.common_lib.cros.network import interface 16 from autotest_lib.client.common_lib.cros.network import netblock 17 from autotest_lib.client.common_lib.cros.network import ping_runner 21 from autotest_lib.server.cros.network import hostap_config 819 """@return string ssid for the network stemming from this router.""" [all...] |
/external/chromium-trace/catapult/devil/devil/android/ |
battery_utils.py | 232 """Get network data for specific package. 235 package: package name you want network data for. 241 None if no network data found 249 logger.warning('No UID found for %s. Can\'t get network data.', 256 # If ReadFile throws exception, it means no network data usage file for
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
battery_utils.py | 200 """Get network data for specific package. 203 package: package name you want network data for. 209 None if no network data found 217 logging.warning('No UID found for %s. Can\'t get network data.', 224 # If ReadFile throws exception, it means no network data usage file for
|
/external/selinux/python/sepolicy/ |
sepolicy-bash-completion.sh | 75 [NETWORK]='network' 87 [network]='-h --help -d --domain -l --list -p --port -t --type ' 174 elif [ "$verb" = "network" ]; then
|
sepolicy.py | 260 import sepolicy.network 261 portdict = sepolicy.network.get_network_connect(src, protocol, perm) 281 def network(args): function 391 net = parser.add_parser("network", 392 help=_('Query SELinux policy network information')) 410 net.set_defaults(func=network)
|
/external/v8/tools/testrunner/server/ |
work_handler.py | 38 from ..network import endpoint
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
NetworkMonitorTest.java | 38 import android.net.Network; 55 * Listens for alerts fired by the NetworkMonitor when network status changes. 96 public Network[] getAllNetworks() { 97 return new Network[0]; 101 public NetworkState getNetworkState(Network network) { 160 * Helper method to create a network monitor and delegates for testing. 210 * Tests that when there is an intent indicating a change in network connectivity, it sends a 256 * active network connections so it cannot usefully check results, but it can at least check 266 Network[] networks = delegate.getAllNetworks() [all...] |
/external/webrtc/webrtc/base/ |
network.h | 35 class Network; 52 // Makes a string key for this network. Used in the network manager's maps. 53 // Network objects are keyed on interface name, network prefix and the 67 // Generic network manager interface. It provides list of local 71 typedef std::vector<Network*> NetworkList; 75 ENUMERATION_ALLOWED, // Adapter enumeration is allowed. Getting 0 network 76 // from GetNetworks means that there is no network 85 // Called when network list is updated [all...] |
/external/webrtc/webrtc/p2p/base/ |
p2ptransportchannel.h | 202 Connection* GetBestConnectionOnNetwork(rtc::Network* network) const;
|
/frameworks/base/core/java/android/net/ |
IpSecTransform.java | 368 * Specify the network on which this transform will emit its traffic; (otherwise it will 369 * emit on the default network). 371 * <p>Restricts the transformed traffic to a particular {@link Network}. This is required in 377 public IpSecTransform.Builder setUnderlyingNetwork(Network net) { 378 mConfig.network = net; 434 * <p>Note that an active transform will not impact any network traffic until it has 461 * IPsec tunnel. This is almost certainly an address belonging to the {@link Network}
|
/frameworks/base/services/core/java/com/android/server/ |
NetworkScoreService.java | 382 for (ScoredNetwork network : networks) { 383 List<ScoredNetwork> networkList = networksByType.get(network.networkKey.type); 386 networksByType.put(network.networkKey.type, networkList); 388 networkList.add(network); 391 // Pass the scores of each type down to the appropriate network scorer. 550 * {@link ScoredNetwork} associated with the current network. If no network is connected the 554 * current network is determined at construction time and never changed. Also, the 661 "Caller is neither the system process or a network scorer."); 686 * Obtain the package name of the current active network scorer [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiScanner.java | 173 * Hidden network to be scanned for. 177 /** SSID of the network */ 530 * Pno network to be added to the PNO scan filtering. 539 /** Whether PNO event shall be triggered if the network is found on A band */ 541 /** Whether PNO event shall be triggered if the network is found on G band */ 545 * If required then the firmware must store the network's SSID and not just a hash 549 * If this SSID should be considered the same network as the currently connected 558 /** Open Network */ 565 /** SSID of the network */ 588 /** Maximum score that a network can have before bonuses * [all...] |
/packages/apps/Settings/src/com/android/settings/network/ |
MobilePlanPreferenceController.java | 16 package com.android.settings.network;
|
TetherPreferenceController.java | 16 package com.android.settings.network;
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
NetworkScorerPickerTest.java | 16 package com.android.settings.network;
|
TetherPreferenceControllerTest.java | 17 package com.android.settings.network;
|