HomeSort by relevance Sort by last modified time
    Searched defs:shill_property_name (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chromeos/network/onc/
onc_translation_tables.h 18 const char* shill_property_name; member in struct:chromeos::onc::FieldTranslationEntry
36 // Shill Device instead of a Service. The |shill_property_name| entries
48 std::string* shill_property_name);
onc_translator_onc_to_shill.cc 64 // translation (shill_property_name) is defined by |onc_signature_|.
67 // Adds |value| to |shill_dictionary| at the field shill_property_name given
75 // the result as entry at |shill_property_name| in |shill_dictionary_|.
78 const std::string& shill_property_name);
227 std::string shill_property_name;
230 &shill_property_name))
233 shill_dictionary_->SetWithoutPathExpansion(shill_property_name,
240 const std::string& shill_property_name) {
243 shill_dictionary_->SetStringWithoutPathExpansion(shill_property_name,
252 << shill_property_name; local
    [all...]
onc_translator_shill_to_onc.cc 99 // If |shill_property_name| is defined in |field_signature|, copies this
103 // If existent, translates the entry at |shill_property_name| in
107 void TranslateWithTableAndSet(const std::string& shill_property_name,
180 std::string shill_property_name; local
185 &shill_property_name) ||
186 !shill_dictionary_->GetWithoutPathExpansion(shill_property_name,
201 LOG(ERROR) << "Shill property '" << shill_property_name
210 LOG(ERROR) << "Shill property '" << shill_property_name
280 std::string shill_property_name; local
284 &shill_property_name) ||
447 std::string shill_property_name; local
    [all...]

Completed in 1347 milliseconds