Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_shill_wifi_client.cc44 for (const auto& entry_id : entry_ids) { in RemoveAllWifiEntries() local
46 if (profile_proxy->GetEntry(entry_id, &entry_props, nullptr)) { in RemoveAllWifiEntries()
49 profile_proxy->DeleteEntry(entry_id, nullptr); in RemoveAllWifiEntries()
403 for (const auto& entry_id : entry_ids) { in DeleteEntriesForSsid() local
405 if ((profile->GetEntry(entry_id, &entry_props, nullptr)) && in DeleteEntriesForSsid()
407 profile->DeleteEntry(entry_id, nullptr); in DeleteEntriesForSsid()