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

  /external/chromium_org/chromeos/network/onc/
onc_translator_onc_to_shill.cc 76 void TranslateWithTableAndSet(const std::string& onc_field_name,
149 TranslateWithTableAndSet(type, kVPNTypeTable, shill::kProviderTypeProperty);
157 TranslateWithTableAndSet(security, kWiFiSecurityTable,
173 TranslateWithTableAndSet(outer, kEAPOuterTable, shill::kEapMethodProperty);
186 TranslateWithTableAndSet(inner, table, shill::kEapPhase2AuthProperty);
200 TranslateWithTableAndSet(type, kNetworkTypeTable, shill::kTypeProperty);
237 void LocalTranslator::TranslateWithTableAndSet(
onc_translator_shill_to_onc.cc 104 void TranslateWithTableAndSet(const std::string& shill_property_name,
211 TranslateWithTableAndSet(
228 TranslateWithTableAndSet(
390 void ShillToONCTranslator::TranslateWithTableAndSet(

Completed in 21 milliseconds