Searched refs:shill_dictionary (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chromeos/network/onc/
H A Donc_translator.h33 // Translates a |shill_dictionary| to an ONC object according to the given
45 const base::DictionaryValue& shill_dictionary,
H A Donc_translator_onc_to_shill.cc50 // |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(ne
56 LocalTranslator(const OncValueSignature& onc_signature, const base::DictionaryValue& onc_object, base::DictionaryValue* shill_dictionary) argument
316 TranslateONCHierarchy(const OncValueSignature& signature, const base::DictionaryValue& onc_object, base::DictionaryValue* shill_dictionary) argument
[all...]
H A Donc_translator_shill_to_onc.cc48 // |shill_dictionary| to a new ONC object of signature |onc_signature|. Using
53 ShillToONCTranslator(const base::DictionaryValue& shill_dictionary, argument
56 : shill_dictionary_(&shill_dictionary),
62 ShillToONCTranslator(const base::DictionaryValue& shill_dictionary, argument
66 : shill_dictionary_(&shill_dictionary),
674 const base::DictionaryValue& shill_dictionary,
679 ShillToONCTranslator translator(shill_dictionary, onc_source, *onc_signature);
673 TranslateShillServiceToONCPart( const base::DictionaryValue& shill_dictionary, ::onc::ONCSource onc_source, const OncValueSignature* onc_signature) argument
/external/chromium_org/chromeos/network/
H A Dshill_property_util.h50 // |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);
H A Dpolicy_util.cc243 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
242 SetShillPropertiesForGlobalPolicy( const base::DictionaryValue& shill_dictionary, const base::DictionaryValue& global_network_policy, base::DictionaryValue* shill_properties_to_update) argument
[all...]
H A Dpolicy_util.h40 // |shill_dictionary| are the network's current properties read from Shill.
42 const base::DictionaryValue& shill_dictionary,
H A Dpolicy_applicator.cc249 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 */);
248 WriteNewShillConfiguration( const base::DictionaryValue& shill_dictionary, const base::DictionaryValue& policy, bool write_later) argument
H A Dnetwork_util.cc146 base::DictionaryValue shill_dictionary; local
147 network->GetStateProperties(&shill_dictionary);
150 TranslateShillServiceToONCPart(shill_dictionary,
H A Dpolicy_applicator.h77 // Sends the Shill configuration |shill_dictionary| to Shill. If |write_later|
79 void WriteNewShillConfiguration(const base::DictionaryValue& shill_dictionary,
H A Dshill_property_util.cc221 const base::DictionaryValue& shill_dictionary) {
223 shill_dictionary.GetWithoutPathExpansion(shill::kUIDataProperty,
236 base::DictionaryValue* shill_dictionary) {
241 shill_dictionary->SetStringWithoutPathExpansion(shill::kUIDataProperty,
220 GetUIDataFromProperties( const base::DictionaryValue& shill_dictionary) argument
235 SetUIData(const NetworkUIData& ui_data, base::DictionaryValue* shill_dictionary) argument
H A Dmanaged_network_configuration_handler_impl.cc294 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 119 milliseconds