OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onc_type
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chromeos/network/onc/
onc_signature.h
24
base::Value::Type
onc_type
;
member in struct:chromeos::onc::OncValueSignature
onc_translator_shill_to_onc.cc
157
field_signature->value_signature->
onc_type
);
163
<< field_signature->value_signature->
onc_type
;
271
if (shill_value->GetType() != field_signature->value_signature->
onc_type
) {
277
<< field_signature->value_signature->
onc_type
<< ".";
onc_utils.cc
60
std::string
onc_type
;
local
78
!root.GetString(toplevel_config::kType, &
onc_type
) ||
79
onc_type
!= toplevel_config::kEncryptedConfiguration) {
366
std::string
onc_type
;
local
368
&
onc_type
);
369
if (
onc_type
== toplevel_config::kEncryptedConfiguration) {
onc_validator.cc
95
if (onc_value.GetType() != signature.
onc_type
) {
98
<< "', but type '" << ValueTypeToString(signature.
onc_type
)
107
CHECK_EQ(repaired->GetType(), signature.
onc_type
);
276
} else if (field_signature->value_signature->
onc_type
==
/external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc
246
std::string
onc_type
;
local
248
&
onc_type
);
250
onc_type
== type_filter) {
Completed in 5156 milliseconds