Searched refs:entry_props (Results 1 – 1 of 1) sorted by relevance
45 brillo::VariantDictionary entry_props; in RemoveAllWifiEntries() local46 if (profile_proxy->GetEntry(entry_id, &entry_props, nullptr)) { in RemoveAllWifiEntries()47 if (entry_props[shill::kTypeProperty].Get<std::string>() == in RemoveAllWifiEntries()404 brillo::VariantDictionary entry_props; in DeleteEntriesForSsid() local405 if ((profile->GetEntry(entry_id, &entry_props, nullptr)) && in DeleteEntriesForSsid()406 (entry_props[shill::kNameProperty].Get<std::string>() == ssid)) { in DeleteEntriesForSsid()