/external/chromium/chrome/browser/chromeos/login/ |
network_screen.h | 53 // Subscribes NetworkScreen to the network change notification, 54 // forces refresh of current network state. 72 // Subscribes to network change notifications. 75 // Unsubscribes from network change notifications. 81 // Called by |connection_timer_| when connection to the network timed out. 84 // Update UI based on current network status. 85 void UpdateStatus(NetworkLibrary* network); 87 // Stops waiting for network to connect. 90 // Starts waiting for network connection. Shows spinner. 93 // True if subscribed to network change notification [all...] |
/external/chromium_org/ash/system/chromeos/network/ |
tray_vpn.h | 8 #include "ash/system/chromeos/network/tray_network_state_observer.h" 46 const chromeos::NetworkState* network) OVERRIDE;
|
tray_vpn.cc | 5 #include "ash/system/chromeos/network/tray_vpn.h" 8 #include "ash/system/chromeos/network/network_icon_animation.h" 9 #include "ash/system/chromeos/network/network_state_list_detailed_view.h" 16 #include "chromeos/network/network_state.h" 17 #include "chromeos/network/network_state_handler.h" 176 void TrayVPN::NetworkServiceChanged(const chromeos::NetworkState* network) { 178 detailed_->NetworkServiceChanged(network);
|
tray_network.h | 10 #include "ash/system/chromeos/network/network_icon.h" 11 #include "ash/system/chromeos/network/network_observer.h" 12 #include "ash/system/chromeos/network/tray_network_state_observer.h" 70 const chromeos::NetworkState* network) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/cros/ |
network_library_impl_cros.h | 35 virtual void CallConnectToNetwork(Network* network) OVERRIDE; 64 virtual void DisconnectFromNetwork(const Network* network) OVERRIDE; 67 virtual void CallRemoveNetwork(const Network* network) OVERRIDE; 135 // Refresh the IP configuration of the given network after changes. Puts 137 void RefreshIPConfig(Network* network); 146 // Second half of refreshing IPConfig for a network. Refreshes all IP confi [all...] |
network_library.h | 23 #include "chromeos/network/network_ip_config.h" 24 #include "chromeos/network/network_ui_data.h" 25 #include "chromeos/network/network_util.h" 26 #include "chromeos/network/onc/onc_constants.h" 36 // access to the internals of the network library classes. 75 // The value of priority if network is preferred. 294 // network layer. 300 // Contains data common to all network service types. 301 class Network { 303 virtual ~Network(); [all...] |
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
locally_managed_user_creation_screen.cc | 18 #include "chromeos/network/network_state.h" 30 const NetworkState* network, 43 network->name()); 104 const NetworkState* network, 111 ConfigureErrorScreen(screen, network, state.status);
|
locally_managed_user_creation_screen.h | 88 const NetworkState* network,
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_error_message.css | 76 #offline-network-control { 81 .offline-network-list-label {
|
/external/dnsmasq/bld/ |
Makefile | 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
AbstractKernel.java | 33 package com.jme3.network.kernel;
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old.h | 26 #define WPAS_DBUS_IFACE_NETWORK WPAS_DBUS_INTERFACE ".Network" 84 char * wpas_dbus_decompose_object_path(const char *path, char **network,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 79 // handle the select network completion callbacks. 148 selectNetworkManually(OperatorInfo network, 154 nsm.operatorNumeric = network.getOperatorNumeric(); 155 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); 160 mCi.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg); 164 * Used to track the settings upon completion of the network change. 193 loge("failed to commit network selection preference");
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
DefaultServer.java | 33 package com.jme3.network.base; 35 import com.jme3.network.*; 36 import com.jme3.network.kernel.Endpoint; 37 import com.jme3.network.kernel.Kernel; 38 import com.jme3.network.message.ChannelInfoMessage; 39 import com.jme3.network.message.ClientRegistrationMessage; 40 import com.jme3.network.message.DisconnectMessage; 52 * its network connectivity to kernel.Kernel. 407 // exist. Note: by this point the raw network channel is
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/ |
Serializer.java | 33 package com.jme3.network.serializing; 36 import com.jme3.network.message.ChannelInfoMessage; 37 import com.jme3.network.message.ClientRegistrationMessage; 38 import com.jme3.network.message.DisconnectMessage; 39 import com.jme3.network.message.GZIPCompressedMessage; 40 import com.jme3.network.message.ZIPCompressedMessage; 41 import com.jme3.network.serializing.serializers.*; 55 * they can be sent across the network. Serializing classes should extend
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
signin_screen_handler.cc | 53 #include "chromeos/network/network_state.h" 54 #include "chromeos/network/network_state_handler.h" 91 // current network. 94 // Timeout used to prevent infinite connecting to a flaky network. 135 const char kErrorReasonNetworkStateChanged[] = "network state changed"; 232 // Returns network name by service path. 234 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local 236 if (!network) 238 return network->name(); 241 // Returns captive portal state for a network by its service path 245 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local 277 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
ResponseHeaders.java | 102 * actually means "do not use the network". It is set by a client who only 341 // Always go to network for uncacheable response codes (RFC 2616, 13.4), 393 return ResponseSource.NETWORK; 397 return ResponseSource.NETWORK; 438 return request.hasConditions() ? ResponseSource.CONDITIONAL_CACHE : ResponseSource.NETWORK; 443 * network response should be used. 450 // The HTTP spec says that if the network's response is older than our 463 * Combines this cached header with a network header as defined by RFC 2616, 466 public ResponseHeaders combine(ResponseHeaders network) throws IOException { 476 if (!isEndToEnd(fieldName) || network.headers.get(fieldName) == null) [all...] |
/external/chromium/chrome/browser/chromeos/status/ |
network_menu.cc | 75 static SkBitmap IconForDisplay(const Network* network); 114 // Show the config settings for the active network. 129 // If we are attempting to connect to a network that no longer exists, 131 LOG(WARNING) << "Wi-fi network does not exist to connect to: " 145 // Cellular network is connecting or connected, 146 // so we show the config settings for the cellular network. 150 // Clicked on a disconnected cellular network, so connect to it. 153 // If we are attempting to connect to a network that no longer exists, 155 LOG(WARNING) << "Cellular network does not exist to connect to: [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
mobile_setup_dialog.cc | 67 CellularNetwork* network, 73 // Cellular network service path. 183 CellularNetwork* network,
|
/external/chromium_org/chromeos/network/onc/ |
onc_utils.cc | 5 #include "chromeos/network/onc/onc_utils.h" 13 #include "chromeos/network/network_event_log.h" 14 #include "chromeos/network/onc/onc_mapper.h" 15 #include "chromeos/network/onc/onc_signature.h" 16 #include "chromeos/network/onc/onc_utils.h" 17 #include "chromeos/network/onc/onc_validator.h" 231 base::DictionaryValue* network = NULL; local 232 (*it)->GetAsDictionary(&network); 233 DCHECK(network); 235 kNetworkConfigurationSignature, substitution, network); 585 base::DictionaryValue* network = NULL; local [all...] |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
ArraySerializer.java | 33 package com.jme3.network.serializing.serializers; 35 import com.jme3.network.serializing.Serializer;
|
/build/target/product/ |
generic_no_telephony.mk | 57 network \
|
/external/chromium/chrome/browser/chromeos/ |
network_message_observer.cc | 163 bool NetworkMessageObserver::CheckNetworkFailed(const Network* network) { 164 if (network->failed()) { 166 network_states_.find(network->service_path()); 167 // If the network did not previously exist, then don't do anything. 172 // If network connection failed, display a notification. 174 // So if a previously connected network got disconnected for any reason, 177 if (Network::IsConnectingState(prev_state)) 184 const Network* new_failed_network = NULL; 191 break; // There should only be one failed network [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
network.h | 40 class Network; 43 // Keeps track of the available network interfaces over time so that quality 51 // a given network, so that quality is tracked appropriately. 53 bool GetNetworks(std::vector<Network*>* networks); 62 // Creates a network object for each network available on the machine. 64 std::vector<Network*>* networks); 65 // Determines if a network should be ignored. 66 static bool IsIgnoredNetwork(const Network& network); [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
auth_prewarmer.cc | 11 #include "chromeos/network/network_handler.h" 12 #include "chromeos/network/network_state.h" 13 #include "chromeos/network/network_state_handler.h" 70 void AuthPrewarmer::DefaultNetworkChanged(const NetworkState* network) {
|