HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 76 - 100 of 387) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ui/chromeos/network/
network_icon.h 30 // Gets the image for the network associated with |service_path|. |network| must
32 // show the VPN badge. This caches badged icons per network per |icon_type|.
34 const chromeos::NetworkState* network,
40 const chromeos::NetworkState* network,
44 // Gets the fulls strength image for a connected network type.
49 // Gets the image for a connecting network type.
54 // Gets the image for a disconnected network type.
59 // Returns the label for |network| based on |icon_type|. |network| can be NULL
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 21 import android.net.Network;
43 public Network network; field in class:NetworkAgentInfo
48 // Indicates if netd has been told to create this Network. Once created the appropriate routing
49 // rules are setup and routes are added so packets can begin flowing over the Network.
52 // Set to true if this Network successfully passed validation or if it did not satisfy the
58 // The result of the last validation attempt on this network (true if validated, false if not).
59 // This bit exists only because we never unvalidate a network once it's been validated, and that
60 // is because the network scoring and revalidation code does not (may not?) deal properly with
62 // TODO: Fix the network scoring code, remove this, and rename everValidated to validated
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 26 #include "chromeos/network/network_state.h"
27 #include "chromeos/network/network_state_handler.h"
87 bool NetworkConfigView::InitWithNetworkState(const NetworkState* network) {
88 DCHECK(network);
89 std::string service_path = network->path();
90 if (network->type() == shill::kTypeWifi ||
91 network->type() == shill::kTypeEthernet) {
93 } else if (network->type() == shill::kTypeWimax) {
95 } else if (network->type() == shill::kTypeVPN) {
127 const NetworkState* network = NetworkHandler::Get()->network_state_handler()- local
    [all...]
wifi_config_view.cc 7 #include "ash/system/chromeos/network/network_connect.h"
19 #include "chromeos/network/client_cert_util.h"
20 #include "chromeos/network/network_configuration_handler.h"
21 #include "chromeos/network/network_event_log.h"
22 #include "chromeos/network/network_handler.h"
23 #include "chromeos/network/network_state.h"
24 #include "chromeos/network/network_state_handler.h"
25 #include "chromeos/network/network_ui_data.h"
26 #include "chromeos/network/shill_property_util.h"
384 const NetworkState* network = GetNetworkState() local
589 const NetworkState* network = GetNetworkState(); local
657 const NetworkState* network = GetNetworkState(); local
896 const NetworkState* network = GetNetworkState(); local
1345 const NetworkState* network = GetNetworkState(); local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
network.cc 15 #include "webrtc/base/network.h"
69 Network* net;
73 bool CompareNetworks(const Network* a, const Network* b) {
82 bool SortNetworks(const Network* a, const Network* b) {
83 // Network types will be preferred above everything else while sorting
160 // Result of Network merge. Element in this list should have unique key.
169 // First, build a set of network-keys to the ipaddresses.
194 // Next, look for existing network objects to re-use
427 scoped_ptr<Network> network; local
612 const Network* network = list[i]; local
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 5 #include "ash/system/chromeos/network/network_state_notifier.h"
8 #include "ash/system/chromeos/network/network_connect.h"
14 #include "chromeos/network/network_configuration_handler.h"
15 #include "chromeos/network/network_connection_handler.h"
16 #include "chromeos/network/network_event_log.h"
17 #include "chromeos/network/network_state.h"
18 #include "chromeos/network/network_state_handler.h"
19 #include "chromeos/network/shill_property_util.h"
109 void NetworkStateNotifier::DefaultNetworkChanged(const NetworkState* network) {
110 if (!UpdateDefaultNetwork(network))
267 const NetworkState* network = local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
choose_mobile_network.js 29 '<input type="radio" name="network" id="network' + i + '" />' +
30 '<label for="network' + i + '" id="label' + i + '"></label>';
34 $('network' + i).checked = true;
37 $('network' + i).disabled = true;
40 $('network' + i).addEventListener('click', function(event) {
51 if ($('network' + i).checked) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 13 #include "ash/system/chromeos/network/network_connect.h"
35 #include "chromeos/network/device_state.h"
36 #include "chromeos/network/managed_network_configuration_handler.h"
37 #include "chromeos/network/network_configuration_handler.h"
38 #include "chromeos/network/network_connection_handler.h"
39 #include "chromeos/network/network_device_handler.h"
40 #include "chromeos/network/network_event_log.h"
41 #include "chromeos/network/network_ip_config.h"
42 #include "chromeos/network/network_profile.h"
43 #include "chromeos/network/network_profile_handler.h
467 const NetworkState* network = local
636 const NetworkState* network = GetNetworkState(service_path); local
683 const NetworkState* network = local
839 const NetworkState* network = GetNetworkState(service_path); local
922 const NetworkState* network = GetNetworkState(service_path); local
940 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local
988 const NetworkState* network = *iter; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunport.h 50 rtc::Network* network,
54 UDPPort* port = new UDPPort(thread, factory, network, socket,
65 rtc::Network* network,
70 UDPPort* port = new UDPPort(thread, factory, network,
119 rtc::Network* network, const rtc::IPAddress& ip,
124 rtc::Network* network, rtc::AsyncPacketSocket* socket
    [all...]
  /frameworks/volley/tests/src/com/android/volley/
RequestQueueTest.java 72 OrderCheckingNetwork network = new OrderCheckingNetwork(); local
73 RequestQueue queue = new RequestQueue(new NoCache(), network, 1, mDelivery);
79 network.setExpectedRequests(requestsToMake);
81 network.waitUntilExpectedDone(2000); // 2 seconds
86 OrderCheckingNetwork network = new OrderCheckingNetwork(); local
100 network.setExpectedRequests(2);
101 RequestQueue queue = new RequestQueue(new NoCache(), network, 3, mDelivery);
105 network.waitUntilExpectedDone(2000);
110 MockNetwork network = new MockNetwork(); local
111 RequestQueue queue = new RequestQueue(new NoCache(), network, 3, mDelivery)
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
network_list.js 16 cr.define('options.network', function() {
26 * Network settings constants. These enums usually match their C++
39 * Order in which controls are to appear in the network list sorted by key.
70 * Indicates if cellular device supports network scanning.
112 * Icon to use when not connected to a particular type of network.
113 * @type {!Object.<string, string>} Mapping of network type to icon data url.
119 * Returns the display name for 'network'.
120 * @param {Object} data The network data dictionary.
129 * Create an element in the network list for controlling network
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 12 #include "ash/system/chromeos/network/network_connect.h"
25 #include "chromeos/network/device_state.h"
26 #include "chromeos/network/network_state.h"
27 #include "chromeos/network/network_state_handler.h"
32 #include "ui/chromeos/network/network_icon.h"
57 bool ShouldHighlightNetwork(const NetworkState* network) {
58 return network->IsConnectedState() || network->IsConnectingState();
114 // Connect or reconnect to the network at |index|.
170 // Open a dialog to set up and connect to a network
423 const NetworkState* network = *iter; local
483 const NetworkState* network = *iter; local
498 const NetworkState* network = *iter; local
    [all...]
  /external/chromium_org/content/renderer/p2p/
ipc_network_manager.cc 70 // Update flag if network list received for the first time.
74 // rtc::Network uses these prefix_length to compare network
76 std::vector<rtc::Network*> networks;
87 rtc::Network* network = local
88 new rtc::Network(it->name,
93 network->AddIP(rtc::IPAddress(address));
94 networks.push_back(network);
103 rtc::Network* network local
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsConfig.java 361 * Gets the value for IMS feature item for specified network type.
364 * @param network, defined as in android.telephony.TelephonyManager#NETWORK_TYPE_XXX.
370 public void getFeatureValue(int feature, int network,
373 Rlog.d(TAG, "getFeatureValue: feature = " + feature + ", network =" + network +
377 miConfig.getFeatureValue(feature, network, listener);
385 * Sets the value for IMS feature item for specified network type.
388 * @param network, as defined in android.telephony.TelephonyManager#NETWORK_TYPE_XXX.
395 public void setFeatureValue(int feature, int network, int value,
399 Rlog.d(TAG, "setFeatureValue: feature = " + feature + ", network =" + network
    [all...]
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 35 * resolving from either cache or network on a worker thread, and then delivering
67 /** The queue of requests that are actually going out to the network. */
71 /** Number of network request dispatcher threads to start. */
77 /** Network interface for performing requests. */
78 private final Network mNetwork;
83 /** The network dispatchers. */
93 * @param network A Network interface for performing HTTP requests
94 * @param threadPoolSize Number of network dispatcher threads to create
97 public RequestQueue(Cache cache, Network network, int threadPoolSize
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.cc 5 #include "chromeos/network/onc/onc_normalizer.h"
11 #include "chromeos/network/onc/onc_signature.h"
152 void Normalizer::NormalizeNetworkConfiguration(base::DictionaryValue* network) {
154 network->GetBooleanWithoutPathExpansion(::onc::kRemove, &remove);
156 network->RemoveWithoutPathExpansion(::onc::network_config::kStaticIPConfig,
158 network->RemoveWithoutPathExpansion(::onc::network_config::kName, NULL);
159 network->RemoveWithoutPathExpansion(::onc::network_config::kNameServers,
161 network->RemoveWithoutPathExpansion(::onc::network_config::kProxySettings,
163 network->RemoveWithoutPathExpansion(::onc::network_config::kSearchDomains,
165 network->RemoveWithoutPathExpansion(::onc::network_config::kType, NULL)
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_network_manager.cc 66 // Convert the networks to rtc::Network.
67 std::vector<rtc::Network*> networks;
87 rtc::Network* network = new rtc::Network( local
89 network->AddIP(address.ipaddr());
90 networks.push_back(network);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 66 // Fake implementation to mock away real network usage.
71 rtc::Network* network, const rtc::IPAddress& ip,
74 : RelayPort(thread, factory, network, ip, min_port, max_port,
84 // Fake implementation to mock away real network usage.
89 rtc::Network* network,
94 : StunPort(thread, factory, network, ip, min_port, max_port,
106 // Fake implementation to mock away real network usage by responding
215 // Overridden methods for faking a real network
    [all...]
  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 44 VoENetwork* network = VoENetwork::GetInterface(voe); local
45 ASSERT_TRUE(network != NULL);
52 new VoiceChannelTransport(network, channel));
  /external/chromium_org/athena/system/
status_icon_container_view.cc 17 #include "chromeos/network/network_state.h"
18 #include "chromeos/network/network_state_handler.h"
19 #include "chromeos/network/network_state_handler_observer.h"
20 #include "chromeos/network/network_type_pattern.h"
134 const chromeos::NetworkState* network = handler->DefaultNetwork(); local
135 if (!network) {
136 network = handler->ConnectedNetworkByType(
139 if (network) {
141 "%s (%s)", network->ip_address().c_str(), network->name().c_str())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
auth_prewarmer.h 10 #include "chromeos/network/network_state_handler_observer.h"
22 // Class for prewarming authentication network connection.
33 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_chromeos.cc 13 #include "chromeos/network/network_event_log.h"
14 #include "chromeos/network/network_state.h"
15 #include "chromeos/network/network_state_handler.h"
16 #include "chromeos/network/network_state_handler_observer.h"
17 #include "chromeos/network/onc/onc_signature.h"
18 #include "chromeos/network/onc/onc_translator.h"
19 #include "chromeos/network/portal_detector/network_portal_detector.h"
50 virtual void NetworkPropertiesUpdated(const NetworkState* network) OVERRIDE;
54 const NetworkState* network,
58 // Decide if we should listen for network changes or not. If there are an
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_monitor_host.cc 100 const net::NetworkInterface& network = list->at(i); local
102 network_copy.name = network.name;
107 network.address, 0, &(network_copy.addresses[0]));
115 network_copy.display_name = network.name;
  /external/ipsec-tools/src/racoon/
isakmp_unity.h 65 struct unity_network network; member in struct:unity_netentry
  /external/ppp/pppd/
ipxcp.h 48 #define IPX_NETWORK_NUMBER 1 /* IPX Network Number */
64 bool neg_nn; /* Negotiate IPX network number? */
65 bool req_nn; /* Ask peer to send IPX network number */
73 bool accept_network; /* accept network number */
78 u_int32_t his_network; /* base network number */
79 u_int32_t our_network; /* our value for network number */
80 u_int32_t network; /* the final network number */ member in struct:ipxcp_options

Completed in 1049 milliseconds

1 2 34 5 6 7 8 91011>>