OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEthernet
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/components/onc/
onc_constants.cc
37
const char
kEthernet
[] = "Ethernet";
54
const char
kEthernet
[] = "Ethernet";
onc_constants.h
59
ONC_EXPORT extern const char
kEthernet
[];
76
ONC_EXPORT extern const char
kEthernet
[];
/external/chromium_org/components/wifi/
wifi_service.cc
106
if (l.type == onc::network_type::
kEthernet
)
108
if (r.type == onc::network_type::
kEthernet
)
fake_wifi_service.cc
25
network_properties.type = onc::network_type::
kEthernet
;
/external/chromium_org/chromeos/network/
policy_util.cc
89
if (actual_network_type == ::onc::network_type::
kEthernet
) {
91
policy.GetDictionaryWithoutPathExpansion(::onc::network_config::
kEthernet
,
95
::onc::network_config::
kEthernet
, &actual_ethernet);
policy_applicator.cc
239
if (type == ::onc::network_type::
kEthernet
&&
242
policy.GetDictionaryWithoutPathExpansion(::onc::network_config::
kEthernet
,
client_cert_resolver.cc
226
network_config.GetDictionaryWithoutPathExpansion(network_config::
kEthernet
,
/external/chromium_org/chromeos/network/onc/
onc_normalizer.cc
168
::onc::network_config::
kEthernet
,
169
type == ::onc::network_type::
kEthernet
);
onc_validator.cc
451
static const char* kValidTypes[] = { ::onc::network_type::
kEthernet
,
476
type != ::onc::network_type::
kEthernet
) {
485
} else if (type == ::onc::network_type::
kEthernet
) {
487
RequireField(*result, ::onc::network_config::
kEthernet
);
onc_translator_onc_to_shill.cc
199
if (type != ::onc::network_type::
kEthernet
)
onc_translator_shill_to_onc.cc
261
std::string onc_network_type = ::onc::network_type::
kEthernet
;
onc_signature.cc
257
{ ::onc::network_config::
kEthernet
, &kEthernetSignature},
/external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc
334
if (type != ::onc::network_type::
kEthernet
)
338
network->GetDictionaryWithoutPathExpansion(::onc::network_config::
kEthernet
,
Completed in 333 milliseconds