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

  /external/chromium_org/chromeos/network/onc/
onc_translator.h 33 // Translates a |shill_dictionary| to an ONC object according to the given
45 const base::DictionaryValue& shill_dictionary,
onc_translator_onc_to_shill.cc 50 // |onc_object| according to |onc_signature| into |shill_dictionary|. This
58 base::DictionaryValue* shill_dictionary)
61 shill_dictionary_(shill_dictionary) {
81 // Adds |value| to |shill_dictionary| at the field shill_property_name given
315 // results are written to |shill_dictionary|.
318 base::DictionaryValue* shill_dictionary) {
319 base::DictionaryValue* target_shill_dictionary = shill_dictionary;
335 // |target_shill_dictionary_| nested in |shill_dictionary|.
350 shill_dictionary);
360 scoped_ptr<base::DictionaryValue> shill_dictionary(new base::DictionaryValue)
    [all...]
onc_translator_shill_to_onc.cc 48 // |shill_dictionary| to a new ONC object of signature |onc_signature|. Using
53 ShillToONCTranslator(const base::DictionaryValue& shill_dictionary,
56 : shill_dictionary_(&shill_dictionary),
62 ShillToONCTranslator(const base::DictionaryValue& shill_dictionary,
66 : shill_dictionary_(&shill_dictionary),
674 const base::DictionaryValue& shill_dictionary,
679 ShillToONCTranslator translator(shill_dictionary, onc_source, *onc_signature);
  /external/chromium_org/chromeos/network/
shill_property_util.h 50 // |shill_dictionary|. If parsing fails or the field doesn't exist, returns
53 const base::DictionaryValue& shill_dictionary);
55 // Sets the UIData property in |shill_dictionary| to the serialization of
58 base::DictionaryValue* shill_dictionary);
policy_util.cc 243 const base::DictionaryValue& shill_dictionary,
249 shill_dictionary.GetStringWithoutPathExpansion(shill::kTypeProperty, &type);
262 if (shill_dictionary.GetBooleanWithoutPathExpansion(
320 scoped_ptr<base::DictionaryValue> shill_dictionary(
324 shill_dictionary->SetStringWithoutPathExpansion(shill::kProfileProperty,
330 *shill_dictionary, *global_policy, shill_dictionary.get());
350 shill_property_util::SetUIData(*ui_data, shill_dictionary.get());
352 VLOG(2) << "Created Shill properties: " << *shill_dictionary;
354 return shill_dictionary.Pass()
    [all...]
policy_util.h 40 // |shill_dictionary| are the network's current properties read from Shill.
42 const base::DictionaryValue& shill_dictionary,
policy_applicator.cc 249 const base::DictionaryValue& shill_dictionary,
269 new_shill_configurations_.push_back(shill_dictionary.DeepCopy());
271 handler_->CreateConfigurationFromPolicy(shill_dictionary);
314 scoped_ptr<base::DictionaryValue> shill_dictionary = local
321 *shill_dictionary, *network_policy, false /* write now */);
network_util.cc 146 base::DictionaryValue shill_dictionary; local
147 network->GetStateProperties(&shill_dictionary);
150 TranslateShillServiceToONCPart(shill_dictionary,
policy_applicator.h 77 // Sends the Shill configuration |shill_dictionary| to Shill. If |write_later|
79 void WriteNewShillConfiguration(const base::DictionaryValue& shill_dictionary,
shill_property_util.cc 221 const base::DictionaryValue& shill_dictionary) {
223 shill_dictionary.GetWithoutPathExpansion(shill::kUIDataProperty,
236 base::DictionaryValue* shill_dictionary) {
241 shill_dictionary->SetStringWithoutPathExpansion(shill::kUIDataProperty,
managed_network_configuration_handler_impl.cc 294 scoped_ptr<base::DictionaryValue> shill_dictionary(
302 service_path, *shill_dictionary, callback, error_callback);
336 scoped_ptr<base::DictionaryValue> shill_dictionary(
344 *shill_dictionary, callback, error_callback);

Completed in 412 milliseconds