OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:network_list
(Results
1 - 25
of
51
) sorted by null
1
2
3
/external/chromium_org/ppapi/proxy/
network_monitor_resource.cc
45
PP_Resource*
network_list
,
47
if (!
network_list
)
55
*
network_list
= current_list_.Release();
59
network_list_ =
network_list
;
network_monitor_resource.h
36
PP_Resource*
network_list
,
/external/chromium_org/native_client_sdk/src/examples/api/network_monitor/
network_monitor.cc
12
#include "ppapi/cpp/
network_list
.h"
37
pp::NetworkList
network_list
);
63
pp::NetworkList
network_list
) {
73
uint32_t count =
network_list
.GetCount();
76
var_network.Set("displayName",
network_list
.GetDisplayName(i));
77
var_network.Set("name",
network_list
.GetName(i));
78
var_network.Set("state", GetNetworkStateAsString(
network_list
.GetState(i)));
79
var_network.Set("type", GetNetworkTypeAsString(
network_list
.GetType(i)));
80
var_network.Set("MTU", static_cast<int32_t>(
network_list
.GetMTU(i)));
84
result =
network_list
.GetIpAddresses(i, &ip_addresses)
[
all
...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
OWNERS
13
per-file
network_list
*=pneubeck@chromium.org
/external/chromium_org/ppapi/thunk/
ppb_network_monitor_api.h
22
PP_Resource*
network_list
,
ppb_network_monitor_thunk.cc
29
PP_Resource*
network_list
,
35
return enter.SetResult(enter.object()->UpdateNetworkList(
network_list
,
/external/chromium_org/net/dns/
mdns_client.cc
68
NetworkInterfaceList
network_list
;
local
70
if (!GetNetworkList(&
network_list
, INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES))
72
for (size_t i = 0; i <
network_list
.size(); ++i) {
73
AddressFamily family = GetAddressFamily(
network_list
[i].address);
76
std::make_pair(
network_list
[i].interface_index, family));
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
network__list_8h.html
2
<h1>
network_list
.h File Reference</h1>
13
Include dependency graph for
network_list
.h:</div>
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
network__list_8h.html
2
<h1>
network_list
.h File Reference</h1>
13
Include dependency graph for
network_list
.h:</div>
/external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
network__list_8h.html
2
<h1>
network_list
.h File Reference</h1>
13
Include dependency graph for
network_list
.h:</div>
/external/chromium_org/ppapi/tests/
test_network_monitor.cc
13
#include "ppapi/cpp/
network_list
.h"
58
const pp::NetworkList&
network_list
) {
60
size_t count =
network_list
.GetCount();
67
network_list
.GetIpAddresses(iface, &addresses);
118
ASSERT_FALSE(
network_list
.GetName(iface).empty());
119
ASSERT_FALSE(
network_list
.GetDisplayName(iface).empty());
121
PP_NetworkList_Type type =
network_list
.GetType(iface);
125
PP_NetworkList_State state =
network_list
.GetState(iface);
test_network_monitor.h
31
std::string VerifyNetworkList(const pp::NetworkList&
network_list
);
/external/chromium_org/ppapi/cpp/
network_monitor.cc
11
#include "ppapi/cpp/
network_list
.h"
network_list.cc
5
#include "ppapi/cpp/
network_list
.h"
/external/chromium_org/ppapi/api/
ppb_network_monitor.idl
46
* @param[out]
network_list
The <code>PPB_NetworkList<code> resource with the
56
[out] PP_Resource
network_list
,
/external/chromium_org/ppapi/c/
ppb_network_monitor.h
59
* @param[out]
network_list
The <code>PPB_NetworkList<code> resource with the
69
PP_Resource*
network_list
,
/external/chromium_org/components/wifi/
network_properties.h
52
scoped_ptr<base::DictionaryValue> ToValue(bool
network_list
) const;
network_properties.cc
26
bool
network_list
) const {
43
if (!
network_list
) {
60
if (!
network_list
&& !json_extra.empty()) {
wifi_test.cc
138
base::ListValue
network_list
;
local
139
wifi_service_->GetVisibleNetworks(std::string(), &
network_list
, true);
local
140
VLOG(0) <<
network_list
;
fake_wifi_service.h
42
base::ListValue*
network_list
,
/external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_nonchromeos.cc
236
const base::ListValue&
network_list
) {
237
SetResult(
network_list
.DeepCopy());
265
const base::ListValue&
network_list
) {
266
SetResult(
network_list
.DeepCopy());
278
base::ListValue*
network_list
= new base::ListValue;
local
279
network_list
->Append(new base::StringValue(onc::network_type::kWiFi));
280
SetResult(
network_list
);
/external/chromium_org/native_client_sdk/src/libraries/ppapi_cpp/
library.dsc
44
'
network_list
.cc',
124
'
network_list
.h',
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_b___network_monitor__1__0.html
16
<tr><td class="memItemLeft" align="right" valign="top">int32_t(* </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___network_monitor__1__0.html#ade2323702ca75e315fac9e4fa6a9f5d5">UpdateNetworkList</a> )(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> network_monitor, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> *
network_list
, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td></tr>
63
<a class="anchor" id="ade2323702ca75e315fac9e4fa6a9f5d5"></a><!-- doxytag: member="PPB_NetworkMonitor::UpdateNetworkList" ref="ade2323702ca75e315fac9e4fa6a9f5d5" args=")(PP_Resource network_monitor, PP_Resource *
network_list
, struct PP_CompletionCallback callback)" -->
68
<td class="memname">int32_t(* <a class="el" href="struct_p_p_b___network_monitor__1__0.html#ade2323702ca75e315fac9e4fa6a9f5d5">PPB_NetworkMonitor::UpdateNetworkList</a>)(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> network_monitor, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> *
network_list
, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td>
78
<tr><td class="paramdir">[out]</td><td class="paramname">
network_list
</td><td>The <code>PPB_NetworkList</code><code> resource with the current state of network interfaces. </code></td></tr>
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___network_monitor__1__0.html
16
<tr><td class="memItemLeft" align="right" valign="top">int32_t(* </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___network_monitor__1__0.html#ade2323702ca75e315fac9e4fa6a9f5d5">UpdateNetworkList</a> )(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> network_monitor, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> *
network_list
, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td></tr>
63
<a class="anchor" id="ade2323702ca75e315fac9e4fa6a9f5d5"></a><!-- doxytag: member="PPB_NetworkMonitor::UpdateNetworkList" ref="ade2323702ca75e315fac9e4fa6a9f5d5" args=")(PP_Resource network_monitor, PP_Resource *
network_list
, struct PP_CompletionCallback callback)" -->
68
<td class="memname">int32_t(* <a class="el" href="struct_p_p_b___network_monitor__1__0.html#ade2323702ca75e315fac9e4fa6a9f5d5">PPB_NetworkMonitor::UpdateNetworkList</a>)(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> network_monitor, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> *
network_list
, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td>
78
<tr><td class="paramdir">[out]</td><td class="paramname">
network_list
</td><td>The <code>PPB_NetworkList</code><code> resource with the current state of network interfaces. </code></td></tr>
/external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p_b___network_monitor__1__0.html
16
<tr><td class="memItemLeft" align="right" valign="top">int32_t(* </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___network_monitor__1__0.html#ade2323702ca75e315fac9e4fa6a9f5d5">UpdateNetworkList</a> )(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> network_monitor, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> *
network_list
, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td></tr>
63
<a class="anchor" id="ade2323702ca75e315fac9e4fa6a9f5d5"></a><!-- doxytag: member="PPB_NetworkMonitor::UpdateNetworkList" ref="ade2323702ca75e315fac9e4fa6a9f5d5" args=")(PP_Resource network_monitor, PP_Resource *
network_list
, struct PP_CompletionCallback callback)" -->
68
<td class="memname">int32_t(* <a class="el" href="struct_p_p_b___network_monitor__1__0.html#ade2323702ca75e315fac9e4fa6a9f5d5">PPB_NetworkMonitor::UpdateNetworkList</a>)(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> network_monitor, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> *
network_list
, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td>
78
<tr><td class="paramdir">[out]</td><td class="paramname">
network_list
</td><td>The <code>PPB_NetworkList</code><code> resource with the current state of network interfaces. </code></td></tr>
Completed in 1100 milliseconds
1
2
3