HomeSort by relevance Sort by last modified time
    Searched refs:Network (Results 51 - 75 of 165) sorted by null

1 23 4 5 6 7

  /system/netd/server/
PhysicalNetwork.cpp 58 Network(netId), mDelegate(delegate), mPermission(PERMISSION_NONE), mIsDefault(false) {
120 Network::Type PhysicalNetwork::getType() const {
  /external/chromium_org/chrome/common/mac/
launchd.h 25 Network = 4, // /Network/Library/Launch*
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.h 55 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,
    [all...]
port.h 43 #include "webrtc/base/network.h"
128 rtc::Network* network, const rtc::IPAddress& ip,
132 rtc::Network* network, const rtc::IPAddress& ip,
138 virtual rtc::Network* Network() const { return network_; }
366 rtc::Network* network_;
p2ptransportchannel.cc 493 port->Network()->name(), 0U,
497 port->Network()->preference(), 0));
656 // immediately be re-pruned, churning the network for no purpose.
965 std::set<rtc::Network*>::iterator network; local
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStateTracker.java 28 * changes occur, an API for controlling the network and storage
29 * for network specific information.
48 * The network state has changed and the NetworkInfo object
102 * Fetch NetworkInfo for the network
119 * Get interesting information about this network link
126 * for this network.
131 * Disable connectivity to a network
138 * Reenable connectivity to a network after a {@link #teardown()}.
149 * Turn the wireless radio off for a network.
155 * Returns an indication of whether this network is available fo
    [all...]
VpnService.java 30 import android.net.Network;
52 * own VPN solutions. In general, it creates a virtual network interface,
63 * A VPN application can easily break the network. Besides, two of them may
75 * <li>The network is restored automatically when the file descriptor is
91 * <li>Create a tunnel to the remote server and negotiate the network
196 * through this socket will go directly to the underlying network,
234 * Adds a network address to the VPN interface.
262 * Removes a network address from the VPN interface.
299 * to a {@code Network} using APIs such as {@link Network#bindSocket(Socket)} o
    [all...]
  /frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
CaptivePortalLoginActivity.java 26 import android.net.Network;
95 // System misconfigured, bail out in a way that at least provides network access.
100 final Network network = new Network(mNetId); local
102 cm.setProcessDefaultNetwork(network);
110 // Exit app if Network disappears.
111 final NetworkCapabilities networkCapabilities = cm.getNetworkCapabilities(network);
118 public void onLost(Network lostNetwork) {
119 if (network.equals(lostNetwork)) done(CAPTIVE_PORTAL_APP_RETURN_UNWANTED)
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 145 // Class for capturing a network definition from the wifi supplicant config file
146 static class Network {
153 public static Network readFromStream(BufferedReader in) {
154 final Network n = new Network();
201 Log.v(TAG, "network={");
211 // No SSID => malformed network definition
227 // Parse out all the key management regimes permitted for this network. The literal
262 if (!(o instanceof Network)) return false;
263 final Network other
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrip.h 26 UCHAR Network[4];
atalkwsh.h 66 USHORT Network;
stm.h 15 UCHAR Network[4];
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 59 #include "platform/network/HTTPParsers.h"
60 #include "platform/network/ParsedContentType.h"
61 #include "platform/network/ResourceError.h"
62 #include "platform/network/ResourceRequest.h"
549 WTF_LOG(Network, "XMLHttpRequest %p open('%s', '%s', %d)", this, method.utf8().data(), url.elidedString().utf8().data(), async);
654 WTF_LOG(Network, "XMLHttpRequest %p send() Document %p", this, document);
684 WTF_LOG(Network, "XMLHttpRequest %p send() String '%s'", this, body.utf8().data());
710 WTF_LOG(Network, "XMLHttpRequest %p send() Blob '%s'", this, body->uuid().utf8().data());
749 WTF_LOG(Network, "XMLHttpRequest %p send() DOMFormData %p", this, body);
770 WTF_LOG(Network, "XMLHttpRequest %p send() ArrayBuffer %p", this, body)
    [all...]
  /external/chromium_org/content/renderer/p2p/
ipc_network_manager_unittest.cc 46 // that it should group addresses with the same network key under
47 // single Network class. This also tests the logic inside
54 std::vector<rtc::Network*> networks;
83 // Add another network with different prefix length, should result in
84 // a different network.
101 // Verify the network with prefix length of 64 has 2 IP addresses.
108 // Verify the network with prefix length of 48 has 2 IP addresses.
  /external/chromium_org/sandbox/win/src/
sid_unittest.cc 56 ATL::Sids::Network().GetPSID()));
  /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...]
fakeportallocator.h 56 network_("network", "unittest",
103 rtc::Network network_;
connectivitychecker.h 14 #include "webrtc/base/network.h"
61 // Identifier for a network interface and proxy address pair.
72 // Comparator implementation identifying unique network interface and
93 // Contains information of a network interface and proxy address pair.
147 // Runs a request/response check on all network interface and proxy
216 const PortConfiguration* config, rtc::Network* network);
219 const PortConfiguration* config, rtc::Network* network);
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 22 import android.net.Network;
49 * Returns a list of currently known network interfaces
100 * Retrieves the network routes currently configured on the specified
173 void setDnsForwarders(in Network network, in String[] dns);
181 * Enables Network Address Translation between two interfaces.
183 * the NAT'ed network.
188 * Disables Network Address Translation between two interfaces.
239 * Return global network statistics summarized at an interface level,
246 * Return detailed network statistics with UID-level granularity
    [all...]
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 29 import android.net.Network;
104 public Network[] underlyingNetworks;
189 config.underlyingNetworks = in.createTypedArray(Network.CREATOR);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 25 import android.net.Network;
71 // TODO: re-register network callback on user change.
189 public void onAvailable(Network network) {
191 mConnectivityManager.getNetworkCapabilities(network);
192 if (DEBUG) Log.d(TAG, "onAvailable " + network.netId + " : " + networkCapabilities);
194 setCurrentNetid(network.netId);
201 public void onLost(Network network) {
202 if (DEBUG) Log.d(TAG, "onLost " + network.netId)
    [all...]
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 65 Categories=Application;Network;WebBrowser;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
NetworkWorkspaceBinding.js 121 var projectType = isContentScripts ? WebInspector.projectTypes.ContentScripts : WebInspector.projectTypes.Network;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
popup.js 16 "<td>Network</td>" +
36 // Format network string like task manager
37 var network = process.network;
38 if (network > 1024) {
39 network = (network / 1024).toFixed(1) + " kB/s";
40 } else if (network > 0) {
41 network += " B/s";
42 } else if (network == -1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.cpp 73 WTF_LOG(Network, "WebSocketDeflater %p Destructor deflateEnd() failed: %d is returned", this, result);
168 WTF_LOG(Network, "WebSocketInflater %p Destructor inflateEnd() failed: %d is returned", this, result);

Completed in 1479 milliseconds

1 23 4 5 6 7