HomeSort by relevance Sort by last modified time
    Searched refs:shill_dictionary (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chromeos/network/onc/
onc_translator.h 32 // Translates a |shill_dictionary| to an ONC object according to the given
42 const base::DictionaryValue& shill_dictionary,
onc_translator_onc_to_shill.cc 38 // |onc_object| according to |onc_signature| into |shill_dictionary|. This
46 base::DictionaryValue* shill_dictionary)
49 shill_dictionary_(shill_dictionary) {
67 // Adds |value| to |shill_dictionary| at the field shill_property_name given
257 // results are written to |shill_dictionary|.
260 base::DictionaryValue* shill_dictionary) {
261 base::DictionaryValue* target_shill_dictionary = shill_dictionary;
277 // |target_shill_dictionary_| nested in |shill_dictionary|.
292 shill_dictionary);
302 scoped_ptr<base::DictionaryValue> shill_dictionary(new base::DictionaryValue)
    [all...]
onc_translator_shill_to_onc.cc 45 // |shill_dictionary| to a new ONC object of signature |onc_signature|. Using
50 ShillToONCTranslator(const base::DictionaryValue& shill_dictionary,
52 : shill_dictionary_(&shill_dictionary),
411 const base::DictionaryValue& shill_dictionary,
415 ShillToONCTranslator translator(shill_dictionary, *onc_signature);
  /external/chromium_org/chromeos/network/
shill_property_util.h 45 // |shill_dictionary|. If parsing fails or the field doesn't exist, returns
48 const base::DictionaryValue& shill_dictionary);
50 // Sets the UIData property in |shill_dictionary| to the serialization of
53 base::DictionaryValue* shill_dictionary);
policy_util.cc 174 scoped_ptr<base::DictionaryValue> shill_dictionary(
178 shill_dictionary->SetStringWithoutPathExpansion(shill::kProfileProperty,
202 shill_property_util::SetUIData(*ui_data, shill_dictionary.get());
204 VLOG(2) << "Created Shill properties: " << *shill_dictionary;
206 return shill_dictionary.Pass();
policy_applicator.cc 233 const base::DictionaryValue& shill_dictionary,
251 handler_->CreateConfigurationFromPolicy(shill_dictionary);
313 scoped_ptr<base::DictionaryValue> shill_dictionary = local
315 WriteNewShillConfiguration(*shill_dictionary, *policy);
policy_applicator.h 72 // Sends the Shill configuration |shill_dictionary| to Shill.
73 void WriteNewShillConfiguration(const base::DictionaryValue& shill_dictionary,
shill_property_util.cc 176 const base::DictionaryValue& shill_dictionary) {
178 shill_dictionary.GetWithoutPathExpansion(shill::kUIDataProperty,
191 base::DictionaryValue* shill_dictionary) {
196 shill_dictionary->SetStringWithoutPathExpansion(shill::kUIDataProperty,
managed_network_configuration_handler_impl.cc 287 scoped_ptr<base::DictionaryValue> shill_dictionary(
292 service_path, *shill_dictionary, callback, error_callback);
326 scoped_ptr<base::DictionaryValue> shill_dictionary(
331 *shill_dictionary, callback, error_callback);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 286 base::DictionaryValue shill_dictionary; local
287 (*it)->GetProperties(&shill_dictionary);
290 chromeos::onc::TranslateShillServiceToONCPart(shill_dictionary,

Completed in 482 milliseconds