Home | History | Annotate | Download | only in onc

Lines Matching defs:onc

10 #include "components/onc/onc_constants.h"
17 namespace onc {
21 // Translates a hierarchical ONC dictionary |onc_object| to a flat Shill
26 // This function is used to translate network settings from ONC to Shill's
33 // Translates a |shill_dictionary| to an ONC object according to the given
35 // "onc_signature.h". The resulting ONC object is returned.
37 // This function is used to translate network settings coming from Shill to ONC
38 // before sending them to the UI. The result doesn't have to be valid ONC, but
41 // of the ONC dictionary will be set accordingly. Note: ONC_SOURCE_USER_IMPORT
46 ::onc::ONCSource onc_source,
49 } // namespace onc