Home
last modified time | relevance | path

Searched refs:onc_type (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chromeos/network/onc/
Donc_translator_shill_to_onc.cc198 field_signature->value_signature->onc_type); in TranslateOpenVPN()
204 << field_signature->value_signature->onc_type; in TranslateOpenVPN()
402 if (field_signature->value_signature->onc_type != base::Value::TYPE_LIST) { in TranslateAndAddListOfObjects()
404 << field_signature->value_signature->onc_type in TranslateAndAddListOfObjects()
458 if (shill_value->GetType() != field_signature->value_signature->onc_type) { in CopyProperty()
464 << field_signature->value_signature->onc_type << "."; in CopyProperty()
Donc_utils.cc62 std::string onc_type; in Decrypt() local
80 !root.GetString(toplevel_config::kType, &onc_type) || in Decrypt()
81 onc_type != toplevel_config::kEncryptedConfiguration) { in Decrypt()
370 std::string onc_type; in ParseAndValidateOncForImport() local
372 &onc_type); in ParseAndValidateOncForImport()
373 if (onc_type == toplevel_config::kEncryptedConfiguration) { in ParseAndValidateOncForImport()
Donc_signature.h24 base::Value::Type onc_type; member
Donc_validator.cc85 if (onc_value.GetType() != signature.onc_type) { in MapValue()
88 << "', but type '" << ValueTypeToString(signature.onc_type) in MapValue()
97 CHECK_EQ(repaired->GetType(), signature.onc_type); in MapValue()
268 } else if (field_signature->value_signature->onc_type == in ValidateRecommendedField()