Searched defs:network (Results 76 - 100 of 119) sorted by relevance

12345

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_rtp_rtcp.cc105 TbExternalTransport myTransport(*(ViE.network), tbChannel.videoChannel,
108 ViE.network->DeregisterSendTransport(tbChannel.videoChannel);
109 EXPECT_EQ(0, ViE.network->RegisterSendTransport(
185 NetworkParameters network; local
186 network.packet_loss_rate = 0;
187 network.loss_model = kUniformLoss;
188 myTransport.SetNetworkParameters(network);
242 network.packet_loss_rate = kPacketLossRate;
243 network.loss_model = kUniformLoss;
244 myTransport.SetNetworkParameters(network);
[all...]
H A Dvie_autotest_codec.cc150 webrtc::ViENetwork* network = interfaces.network; local
195 new webrtc::test::VideoChannelTransport(network, video_channel));
304 webrtc::ViENetwork* network = interfaces.network; local
341 new webrtc::test::VideoChannelTransport(network, video_channel));
373 webrtc::ViENetwork* network = video_engine.network; local
392 new webrtc::test::VideoChannelTransport(network, video_channel_1));
400 new webrtc::test::VideoChannelTransport(network, video_channel_
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java76 * number of those requests that required network use.
84 * valid. Such responses increment both the network count and hit count.
240 @Override public void update(Response cached, Response network) { argument
241 Entry entry = new Entry(network);
/external/tcpdump/
H A Dprint-olsr.c131 u_int8_t network[4]; member in struct:olsr_hna4
136 u_int8_t network[16]; member in struct:olsr_hna6
487 i, ip6addr_string(hna6->network),
511 ipaddr_string(ptr.hna->network),
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c970 * @network: (out) the configured network this object path refers to, if any
972 * Returns: The object path of the network interface this path refers to
974 * For a given object path, decomposes the object path into object id, network,
979 char **network,
1009 if (network && net_part) {
1010 /* Deal with a request for a configured network */
1016 *network = NULL;
1018 *network = os_strdup(net_name);
977 wpas_dbus_new_decompose_object_path(const char *path, int p2p_persistent_group, char **network, char **bssid) argument
H A Ddbus_old_handlers.c72 * wpas_dbus_global_add_interface - Request registration of a network interface
79 * by dbus clients to register a network interface that wpa_supplicant
203 * by dbus clients to deregister a network interface that wpa_supplicant
248 * by dbus clients for the object path of an specific network interface.
290 * by dbus clients for the object path of an specific network interface.
323 * @wpa_s: wpa_supplicant structure for a network interface
327 * Handler function for "scan" method call of a network device. Requests
343 * @wpa_s: wpa_supplicant structure for a network interface
347 * Handler function for "scanResults" method call of a network device. Returns
371 /* Construct the object path for this network
1080 char *network = NULL; local
[all...]
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.cc14 #include "chromeos/network/network_state.h"
15 #include "chromeos/network/network_state_handler.h"
495 void BurnManager::DefaultNetworkChanged(const NetworkState* network) { argument
497 if (state_machine_->state() == StateMachine::INITIAL && network)
500 if (state_machine_->state() == StateMachine::DOWNLOADING && !network)
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_screen.cc33 #include "chromeos/network/network_state.h"
62 const NetworkState* network,
75 network ? network->name() : std::string());
153 const NetworkState* network,
160 ConfigureErrorScreen(screen, network, state.status);
61 ConfigureErrorScreen(ErrorScreen* screen, const NetworkState* network, const NetworkPortalDetector::CaptivePortalStatus status) argument
152 OnPortalDetectionCompleted( const NetworkState* network, const NetworkPortalDetector::CaptivePortalState& state) argument
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dwebui_login_view.cc32 #include "chromeos/network/network_state.h"
33 #include "chromeos/network/network_state_handler.h"
301 const NetworkState* network = local
303 if (!network) {
304 LOG(ERROR) << "No default network found!";
309 *network, NULL, GetNativeWindow());
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Denrollment_screen_handler.cc27 #include "chromeos/network/network_state.h"
28 #include "chromeos/network/network_state_handler.h"
81 // Returns network name by service path.
83 const NetworkState* network = local
86 if (!network)
88 return network->name();
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc31 #include "chromeos/network/device_state.h"
32 #include "chromeos/network/network_configuration_handler.h"
33 #include "chromeos/network/network_event_log.h"
34 #include "chromeos/network/network_state.h"
35 #include "chromeos/network/network_state_handler.h"
36 #include "chromeos/network/network_state_handler_observer.h"
87 // Converts the network properties into a JS object.
194 // The network is not yet activated, and the webui is in activation flow.
196 // The network is activated, the webui displays network porta
391 OnActivationStateChanged( const NetworkState* network, MobileActivator::PlanActivationState state, const std::string& error_description) argument
510 const NetworkState* network = nsh->GetNetworkState(path.substr(1)); local
576 const NetworkState* network = local
587 NetworkConnectionStateChanged( const NetworkState* network) argument
599 UpdatePortalReachability( const NetworkState* network, bool force_notification) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc48 #include "chromeos/network/network_state.h"
49 #include "chromeos/network/network_state_handler.h"
826 const chromeos::NetworkState* network = GetDefaultNetwork(); variable
827 ASSERT_TRUE(network); variable
828 chromeos::proxy_config::SetProxyConfigForNetwork(proxy_config, *network);
830 std::string url = base::StringPrintf("%s?network=%s",
832 network->path().c_str());
917 const chromeos::NetworkState* network = GetDefaultNetwork(); local
918 ASSERT_TRUE(network);
924 *network,
[all...]
/external/chromium_org/chrome/common/local_discovery/
H A Dservice_discovery_client_impl.cc96 CreateTransaction(false /*network*/, true /*cache*/, false /*force refresh*/,
101 bool network, bool cache, bool force_refresh,
104 if (network)
341 CreateTransaction(true /*network*/, false /*cache*/, force_update,
100 CreateTransaction( bool network, bool cache, bool force_refresh, scoped_ptr<net::MDnsTransaction>* transaction) argument
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_impl.cc5 #include "chromeos/network/managed_network_configuration_handler_impl.h"
21 #include "chromeos/network/device_state.h"
22 #include "chromeos/network/network_configuration_handler.h"
23 #include "chromeos/network/network_device_handler.h"
24 #include "chromeos/network/network_event_log.h"
25 #include "chromeos/network/network_policy_observer.h"
26 #include "chromeos/network/network_profile.h"
27 #include "chromeos/network/network_profile_handler.h"
28 #include "chromeos/network/network_state.h"
29 #include "chromeos/network/network_state_handle
384 const base::DictionaryValue* network = NULL; local
[all...]
H A Dnetwork_connection_handler.cc5 #include "chromeos/network/network_connection_handler.h"
16 #include "chromeos/network/certificate_pattern.h"
17 #include "chromeos/network/client_cert_resolver.h"
18 #include "chromeos/network/client_cert_util.h"
19 #include "chromeos/network/managed_network_configuration_handler.h"
20 #include "chromeos/network/network_configuration_handler.h"
21 #include "chromeos/network/network_event_log.h"
22 #include "chromeos/network/network_handler_callbacks.h"
23 #include "chromeos/network/network_profile_handler.h"
24 #include "chromeos/network/network_stat
89 GetDefaultUserProfilePath(const NetworkState* network) argument
258 const NetworkState* network = local
322 const NetworkState* network = local
348 NetworkPropertiesUpdated( const NetworkState* network) argument
665 const NetworkState* network = local
804 const NetworkState* network = *it; local
[all...]
H A Dnetwork_state_handler_unittest.cc5 #include "chromeos/network/network_state_handler.h"
21 #include "chromeos/network/device_state.h"
22 #include "chromeos/network/network_state.h"
23 #include "chromeos/network/network_state_handler.h"
24 #include "chromeos/network/network_state_handler_observer.h"
85 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE {
87 default_network_ = network ? network->path() : "";
89 network ? network
101 DCHECK(network); variable
683 const NetworkState* network = local
716 const NetworkState* network = local
[all...]
/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc5 #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"
235 base::DictionaryValue* network = NULL; local
236 (*it)->GetAsDictionary(&network);
237 DCHECK(network);
239 kNetworkConfigurationSignature, substitution, network);
633 base::DictionaryValue* network = NULL; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunport.cc76 // This should have almost no impact on network usage.
179 rtc::Network* network,
182 : Port(thread, factory, network, socket->GetLocalAddress().ipaddr(),
193 rtc::Network* network,
196 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port,
177 UDPPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, rtc::AsyncPacketSocket* socket, const std::string& username, const std::string& password) argument
191 UDPPort(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
/external/chromium_org/third_party/webrtc/base/
H A Dnetwork.cc15 #include "webrtc/base/network.h"
169 // First, build a set of network-keys to the ipaddresses.
194 // Next, look for existing network objects to re-use.
203 // This network is new. Place it in the network map.
211 // This network exists in the map already. Reset its IP addresses.
221 // If the network lists changes, we resort it.
224 // Now network interfaces are sorted, we should set the preference value
226 // Preference order of network interfaces might have changed from previous
227 // sorting due to addition of higher preference network interfac
427 scoped_ptr<Network> network; local
612 const Network* network = list[i]; local
[all...]
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvideo_engine_jni.cc158 network(webrtc::ViENetwork::GetInterface(vie)),
166 CHECK(network != NULL, "Failed to acquire network interface");
184 ReleaseSubApi(network);
259 webrtc::ViENetwork* const network; member in class:__anon15740::VideoEngineData::webrtc
277 new webrtc::test::VideoChannelTransport(network, channel);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.cc161 const NetworkParameters& network,
170 webrtc::ViENetwork *network_interface = interfaces.network;
187 // Configure External transport to simulate network interference:
188 TbExternalTransport external_transport(*interfaces.network, video_channel,
190 external_transport.SetNetworkParameters(network);
236 const int one_way_delay_99_percentile = network.mean_one_way_delay +
237 3 * network.std_dev_one_way_delay;
250 // based on network statistics etc. We don't have access to that value here.
471 ViETest::Log(" (incl network)"
472 "(excl network)");
155 TestFullStack(const TbInterfaces& interfaces, int capture_id, int video_channel, int width, int height, int bit_rate_kbps, const NetworkParameters& network, FrameDropDetector* frame_drop_detector, ViEToFileRenderer* remote_file_renderer, ViEToFileRenderer* local_file_renderer) argument
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc138 my_transportation(VoENetwork * network) : argument
139 netw(network) {
1208 "Get network sub-API failed");
1309 "Release network sub-API failed");
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc39 #include "chromeos/network/network_handler.h"
40 #include "chromeos/network/network_state_handler.h"
607 void EventRouter::DefaultNetworkChanged(const chromeos::NetworkState* network) { argument
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc11 #include "ash/system/chromeos/network/network_connect.h"
30 #include "chromeos/network/device_state.h"
31 #include "chromeos/network/network_activation_handler.h"
32 #include "chromeos/network/network_configuration_handler.h"
33 #include "chromeos/network/network_connection_handler.h"
34 #include "chromeos/network/network_event_log.h"
35 #include "chromeos/network/network_handler_callbacks.h"
36 #include "chromeos/network/network_state.h"
37 #include "chromeos/network/network_state_handler.h"
79 bool IsSimpleActivationFlow(const chromeos::NetworkState* network) { argument
209 DefaultNetworkChanged(const NetworkState* network) argument
213 NetworkPropertiesUpdated(const NetworkState* network) argument
253 const NetworkState* network = GetNetworkState(service_path); local
343 const NetworkState* network = GetNetworkState(service_path_); local
365 const NetworkState* network = GetNetworkState(service_path_); local
410 const NetworkState* network = GetNetworkState(service_path_); local
441 const NetworkState* network = GetNetworkState(service_path_); local
459 const NetworkState* network = GetNetworkState(service_path_); local
478 const NetworkState* network = GetNetworkState(service_path_); local
502 const NetworkState* network = GetNetworkState(service_path_); local
514 const NetworkState* network = GetNetworkState(service_path_); local
556 ConnectNetwork(const NetworkState* network) argument
564 ForceReconnect(const NetworkState* network, PlanActivationState next_state) argument
595 const NetworkState* network = GetNetworkState(service_path_); local
607 const NetworkState* network = GetNetworkState(service_path_); local
639 const NetworkState* network = GetNetworkState(service_path_); local
677 EvaluateCellularNetwork(const NetworkState* network) argument
707 PickNextState( const NetworkState* network, std::string* error_description) const argument
932 const NetworkState* network = GetNetworkState(service_path); local
948 RequestCellularActivation( const NetworkState* network, const base::Closure& success_callback, const network_handler::ErrorCallback& error_callback) argument
963 ChangeState(const NetworkState* network, PlanActivationState new_state, std::string error_description) argument
1118 GotActivationError( const NetworkState* network, std::string* error) const argument
[all...]
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc7 #include "ash/system/chromeos/network/network_connect.h"
18 #include "chromeos/network/network_configuration_handler.h"
19 #include "chromeos/network/network_event_log.h"
20 #include "chromeos/network/network_state.h"
21 #include "chromeos/network/network_state_handler.h"
22 #include "chromeos/network/network_ui_data.h"
382 // Shill no longer knows about this network (edge case).
1055 const NetworkState* network,
1061 onc::FindPolicyForActiveUser(network->guid(), &onc_source);
1063 VLOG_IF(1, !onc) << "No ONC found for VPN network " << networ
1054 ParseVPNUIProperty( const NetworkState* network, const std::string& dict_key, const std::string& key, NetworkPropertyUIData* property_ui_data) argument
[all...]

Completed in 4960 milliseconds

12345