Searched refs:onc_type (Results 1 – 4 of 4) sorted by relevance
198 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()
62 std::string onc_type; in Decrypt() local80 !root.GetString(toplevel_config::kType, &onc_type) || in Decrypt()81 onc_type != toplevel_config::kEncryptedConfiguration) { in Decrypt()370 std::string onc_type; in ParseAndValidateOncForImport() local372 &onc_type); in ParseAndValidateOncForImport()373 if (onc_type == toplevel_config::kEncryptedConfiguration) { in ParseAndValidateOncForImport()
24 base::Value::Type onc_type; member
85 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()