Searched defs:network (Results 51 - 75 of 119) sorted by relevance

12345

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dchoose_mobile_network_ui.cc20 #include "chromeos/network/device_state.h"
21 #include "chromeos/network/network_device_handler.h"
22 #include "chromeos/network/network_event_log.h"
23 #include "chromeos/network/network_state_handler.h"
24 #include "chromeos/network/network_state_handler_observer.h"
130 "Cannot initiate a cellular network scan without a cellular device.");
179 // We need to remove duplicates from the list because same network with
182 // network in UI.
184 base::DictionaryValue* network = new base::DictionaryValue(); local
185 network
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dapp_launch_splash_screen_handler.cc12 #include "chromeos/network/network_state.h"
13 #include "chromeos/network/network_state_handler.h"
23 // Returns network name by service path.
25 const chromeos::NetworkState* network = local
28 if (!network)
30 return network->name();
263 LOG(WARNING) << "No delegate set to handle network configuration.";
H A Derror_screen_handler.cc27 #include "chromeos/network/portal_detector/network_portal_detector.h"
28 #include "chromeos/network/portal_detector/network_portal_detector_strategy.h"
134 const std::string& network) {
136 network_ = network;
138 CallJS("setErrorState", static_cast<int>(error_state_), network);
289 params.SetString("network", network_);
133 SetErrorState(ErrorScreen::ErrorState error_state, const std::string& network) argument
H A Dnetwork_dropdown.cc13 #include "chromeos/network/network_state_handler.h"
17 #include "ui/chromeos/network/network_icon.h"
18 #include "ui/chromeos/network/network_icon_animation.h"
25 // Timeout between consecutive requests to network library for network
48 // WebUI where network menu is located.
158 void NetworkDropdown::DefaultNetworkChanged(const NetworkState* network) { argument
163 const NetworkState* network) {
162 NetworkConnectionStateChanged( const NetworkState* network) argument
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.cc5 #include "chromeos/network/onc/onc_normalizer.h"
11 #include "chromeos/network/onc/onc_signature.h"
152 void Normalizer::NormalizeNetworkConfiguration(base::DictionaryValue* network) { argument
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
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvie.h94 webrtc::ViECapture* capture, webrtc::ViENetwork* network,
102 network_(network),
114 webrtc::ViENetwork* network() { return network_.get(); } function in class:cricket::ViEWrapper
93 ViEWrapper(webrtc::ViEBase* base, webrtc::ViECodec* codec, webrtc::ViECapture* capture, webrtc::ViENetwork* network, webrtc::ViERender* render, webrtc::ViERTP_RTCP* rtp, webrtc::ViEImageProcess* image, webrtc::ViEExternalCodec* ext_codec) argument
H A Dwebrtcvoe.h111 webrtc::VoENetwork* network,
124 network_(network),
139 webrtc::VoENetwork* network() const { return network_.get(); } function in class:cricket::VoEWrapper
103 VoEWrapper(webrtc::VoEAudioProcessing* processing, webrtc::VoEBase* base, webrtc::VoECodec* codec, webrtc::VoEDtmf* dtmf, webrtc::VoEFile* file, webrtc::VoEHardware* hw, webrtc::VoEExternalMedia* media, webrtc::VoENetEqStats* neteq, webrtc::VoENetwork* network, webrtc::VoERTP_RTCP* rtp, webrtc::VoEVideoSync* sync, webrtc::VoEVolumeControl* volume) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunport.h50 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,
215 rtc::Network* network,
221 StunPort* port = new StunPort(thread, factory, network,
239 rtc::Network* network, const rtc::IPAddress& ip,
243 : UDPPort(thread, factory, network, i
48 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, rtc::AsyncPacketSocket* socket, const std::string& username, const std::string& password) argument
63 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password) argument
212 Create( rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const ServerAddresses& servers) argument
238 StunPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const ServerAddresses& servers) argument
[all...]
H A Dtcpport.cc38 rtc::Network* network, const rtc::IPAddress& ip,
41 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port,
261 // Incoming connections should match the network address.
36 TCPPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, bool allow_listen) argument
H A Dturnport.h55 rtc::Network* network,
62 return new TurnPort(thread, factory, network, socket,
69 rtc::Network* network,
77 return new TurnPort(thread, factory, network, ip, min_port, max_port,
143 rtc::Network* network,
153 rtc::Network* network,
53 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, rtc::AsyncPacketSocket* socket, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority) argument
67 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority) argument
/external/chromium_org/third_party/webrtc/base/
H A Dnetwork_unittest.cc11 #include "webrtc/base/network.h"
44 const Network& network) {
45 return network_manager.IsIgnoredNetwork(network);
152 // is called, after network update signal is already sent.
171 // Verify that MergeNetworkList() merges network lists properly.
269 // Test that the basic network merging case works.
289 // Tests that when two network lists that describe the same set of networks are
324 // Test that we can merge a network that is the same as another network but with
325 // a different IP. The original network shoul
43 IsIgnoredNetwork(BasicNetworkManager& network_manager, const Network& network) argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
H A Dvie_video_verification_test.cc125 NetworkParameters network; member in struct:__anon16203::ParameterizedFullStackTest::TestParameters
146 parameter_table_[i].network.loss_model = kUniformLoss;
147 parameter_table_[i].network.packet_loss_rate = 0;
148 parameter_table_[i].network.burst_length = -1;
149 parameter_table_[i].network.mean_one_way_delay = 0;
150 parameter_table_[i].network.std_dev_one_way_delay = 0;
164 parameter_table_[i].network.loss_model = kUniformLoss;
165 parameter_table_[i].network.packet_loss_rate = 5;
166 parameter_table_[i].network.burst_length = -1;
167 parameter_table_[i].network
270 const NetworkParameters network = parameter_table_[GetParam()].network; local
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_loopback.cc556 NetworkParameters network; local
557 network.loss_model = kUniformLoss;
562 network.packet_loss_rate = atoi(rate_str.c_str());
563 if (network.packet_loss_rate > 0) {
567 // Set network delay value
568 std::cout << "Enter network delay value [mS]" << std::endl;
571 network.mean_one_way_delay = atoi(delay_str.c_str());
572 extTransport->SetNetworkParameters(network);
H A Dvie_autotest_simulcast.cc427 // Set network one-way delay value.
429 NetworkParameters network; local
430 network.loss_model = kUniformLoss;
431 network.mean_one_way_delay = 10;
432 ext_transport.SetNetworkParameters(network);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DResponse.java146 * Returns the raw response received from the network. Will be null if this
147 * response didn't use the network, such as when the response is fully cached.
157 * response and network response may both be non-null. The body of the
192 * network response should be used.
195 public boolean validate(Response network) { argument
196 if (network.code() == HttpURLConnection.HTTP_NOT_MODIFIED) {
200 // The HTTP spec says that if the network's response is older than our
203 ParsedHeaders networkHeaders = network.parsedHeaders();
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.c26 * @network: (out) the configured network this object path refers to, if any
28 * Returns: The object path of the network interface this path refers to
30 * For a given object path, decomposes the object path into object id, network,
33 char * wpas_dbus_decompose_object_path(const char *path, char **network, argument
61 if (network && net_part) {
62 /* Deal with a request for a configured network */
65 *network = NULL;
67 *network = os_strdup(net_name);
102 * wpas_dbus_new_invalid_network_error - Return a new invalid network erro
211 char *network = NULL; local
[all...]
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc5 #include "ash/system/chromeos/network/network_state_list_detailed_view.h"
13 #include "ash/system/chromeos/network/network_connect.h"
14 #include "ash/system/chromeos/network/tray_network_state_observer.h"
28 #include "chromeos/network/device_state.h"
29 #include "chromeos/network/network_configuration_handler.h"
30 #include "chromeos/network/network_state.h"
31 #include "chromeos/network/network_state_handler.h"
39 #include "ui/chromeos/network/network_icon.h"
40 #include "ui/chromeos/network/network_icon_animation.h"
41 #include "ui/chromeos/network/network_inf
158 NetworkServiceChanged( const NetworkState* network) argument
260 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local
529 const NetworkState* network = handler->DefaultNetwork(); local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dupdate_screen.cc21 #include "chromeos/network/network_state.h"
232 const NetworkState* network,
235 << "network=" << (network ? network->path() : "") << ", "
240 if (network &&
246 if ((!network ||
266 UpdateErrorMessage(network, status);
273 UpdateErrorMessage(network, status);
281 // allowed, initiate network stat
231 OnPortalDetectionCompleted( const NetworkState* network, const NetworkPortalDetector::CaptivePortalState& state) argument
498 UpdateErrorMessage( const NetworkState* network, const NetworkPortalDetector::CaptivePortalStatus status) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_impl.cc19 #include "chromeos/network/network_event_log.h"
20 #include "chromeos/network/network_state.h"
21 #include "chromeos/network/network_state_handler.h"
91 const NetworkState* network,
94 if (network->connection_state() == shill::kStateOnline) {
99 } else if (network->connection_state() == shill::kStatePortal) {
104 } else if (network->connection_state() == shill::kStateOffline) {
111 if (network->connection_state() == shill::kStateOnline) {
116 } else if (network->connection_state() == shill::kStatePortal) {
121 } else if (network
90 RecordDiscrepancyWithShill( const NetworkState* network, const NetworkPortalDetector::CaptivePortalStatus status) argument
284 const NetworkState* network = DefaultNetwork(); local
306 const NetworkState* network = DefaultNetwork(); local
485 const NetworkState* network = DefaultNetwork(); local
575 OnDetectionCompleted( const NetworkState* network, const CaptivePortalState& state) argument
602 NotifyDetectionCompleted( const NetworkState* network, const CaptivePortalState& state) argument
614 RecordDetectionStats( const NetworkState* network, CaptivePortalStatus status) argument
[all...]
H A Donc_utils.cc15 #include "chromeos/network/managed_network_configuration_handler.h"
16 #include "chromeos/network/network_configuration_handler.h"
17 #include "chromeos/network/network_handler.h"
18 #include "chromeos/network/network_profile.h"
19 #include "chromeos/network/network_profile_handler.h"
20 #include "chromeos/network/network_state.h"
21 #include "chromeos/network/network_state_handler.h"
22 #include "chromeos/network/network_ui_data.h"
23 #include "chromeos/network/onc/onc_normalizer.h"
24 #include "chromeos/network/on
210 const base::DictionaryValue* network = NULL; local
311 const base::DictionaryValue* network = NULL; local
329 const base::DictionaryValue* network = NULL; local
351 GetNetworkConfigForNetworkFromOnc( const base::ListValue& network_configs, const NetworkState& network) argument
381 GetPolicyForNetworkFromPref( const PrefService* pref_service, const char* pref_name, const NetworkState& network) argument
423 GetPolicyForNetwork( const PrefService* profile_prefs, const PrefService* local_state_prefs, const NetworkState& network, ::onc::ONCSource* onc_source) argument
449 HasPolicyForNetwork(const PrefService* profile_prefs, const PrefService* local_state_prefs, const NetworkState& network) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_chromeos.cc17 #include "chromeos/network/managed_network_configuration_handler.h"
18 #include "chromeos/network/network_connection_handler.h"
19 #include "chromeos/network/network_device_handler.h"
20 #include "chromeos/network/network_event_log.h"
21 #include "chromeos/network/network_state.h"
22 #include "chromeos/network/network_state_handler.h"
23 #include "chromeos/network/network_util.h"
24 #include "chromeos/network/onc/onc_signature.h"
25 #include "chromeos/network/onc/onc_translator.h"
26 #include "chromeos/network/on
66 const chromeos::NetworkState* network = local
[all...]
/external/chromium_org/chromeos/network/
H A Dclient_cert_resolver.cc5 #include "chromeos/network/client_cert_resolver.h"
23 #include "chromeos/network/managed_network_configuration_handler.h"
24 #include "chromeos/network/network_state.h"
32 // Describes a network |network_path| for which a matching certificate |cert_id|
91 // Describes a network that is configured with the certificate pattern
189 VLOG(1) << "Couldn't find a matching client cert for network "
192 // network.
353 // Compare this network with all certificates.
354 const NetworkState* network = local
357 if (!network) {
375 const NetworkState* network = *it; local
[all...]
/external/chromium_org/components/invalidation/
H A Dsync_system_resources.cc182 // Remember network state for future NetworkStatusReceivers.
324 SyncNetworkChannel* SyncSystemResources::network() { function in class:syncer::SyncSystemResources
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.cc380 const PortConfiguration* config, rtc::Network* network) {
383 network,
385 network->GetBestIP(),
387 network->ip(),
398 const PortConfiguration* config, rtc::Network* network) {
401 network,
403 network->GetBestIP(),
405 network->ip(),
454 // Listen to network events.
496 // Listen to network event
378 CreateStunPort( const std::string& username, const std::string& password, const PortConfiguration* config, rtc::Network* network) argument
396 CreateRelayPort( const std::string& username, const std::string& password, const PortConfiguration* config, rtc::Network* network) argument
[all...]
H A Dconnectivitychecker_unittest.cc66 // 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.
237 const PortConfiguration* config, rtc::Network* network) {
240 network,
69 FakeRelayPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password) argument
87 FakeStunPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const ServerAddresses& server_addr) argument
235 CreateStunPort( const std::string& username, const std::string& password, const PortConfiguration* config, rtc::Network* network) argument
252 CreateRelayPort( const std::string& username, const std::string& password, const PortConfiguration* config, rtc::Network* network) argument
[all...]

Completed in 6503 milliseconds

12345