OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shill_network_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chromeos/network/
shill_property_util.h
93
// Matches only networks of exactly the type |
shill_network_type
|, which must
98
static NetworkTypePattern Primitive(const std::string&
shill_network_type
);
101
bool MatchesType(const std::string&
shill_network_type
) const;
shill_property_util.cc
288
const char*
shill_network_type
;
member in struct:chromeos::__anon7286::ShillToBitFlagEntry
302
if (shill_type_to_flag[i].
shill_network_type
== shill_type)
359
const std::string&
shill_network_type
) {
360
return NetworkTypePattern(ShillNetworkTypeToFlag(
shill_network_type
));
368
const std::string&
shill_network_type
) const {
369
return MatchesPattern(Primitive(
shill_network_type
));
398
str += shill_type_to_flag[i].
shill_network_type
;
/external/chromium_org/chromeos/network/onc/
onc_translator_shill_to_onc.cc
138
std::string
shill_network_type
;
local
140
&
shill_network_type
);
142
if (
shill_network_type
== shill::kTypeEthernetEap)
258
std::string
shill_network_type
;
local
260
&
shill_network_type
);
262
if (
shill_network_type
!= shill::kTypeEthernet &&
263
shill_network_type
!= shill::kTypeEthernetEap) {
265
kNetworkTypeTable,
shill_network_type
, &onc_network_type);
Completed in 149 milliseconds