Home
last modified time | relevance | path

Searched refs:GetSSIDFromProperties (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chromeos/network/
Dshill_property_util.h30 CHROMEOS_EXPORT std::string GetSSIDFromProperties(
Dshill_property_util.cc77 std::string GetSSIDFromProperties(const base::DictionaryValue& properties, in GetSSIDFromProperties() function
182 std::string ssid = GetSSIDFromProperties(properties, &unknown_ssid_encoding); in GetNameFromProperties()
/external/chromium_org/chromeos/network/onc/
Donc_translator_shill_to_onc.cc243 std::string ssid = shill_property_util::GetSSIDFromProperties( in TranslateWiFiWithState()