Home | History | Annotate | Download | only in onc

Lines Matching defs:onc

17 #include "components/onc/onc_constants.h"
29 namespace onc {
45 // Decrypts the given EncryptedConfiguration |onc| (see the ONC specification)
50 const base::DictionaryValue& onc);
53 CHROMEOS_EXPORT std::string GetSourceAsString(::onc::ONCSource source);
71 // Replaces all expandable fields that are mentioned in the ONC
81 // be a list of ONC NetworkConfigurations. See ExpandStringsInOncObject above.
102 ::onc::ONCSource onc_source,
116 // from |network_configs|. |network_configs| must be a list of ONC
124 // must be a ONC NetworkConfiguration.
129 // Returns a network type pattern for matching the ONC type string.
133 // Returns true if |property_key| is a recommended value in the ONC dictionary.
134 CHROMEOS_EXPORT bool IsRecommendedValue(const base::DictionaryValue* onc,
137 } // namespace onc