Home
last modified time | relevance | path

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

/system/connectivity/shill/dbus/
Dchromeos_profile_dbus_adaptor.cc116 bool ChromeosProfileDBusAdaptor::DeleteEntry(brillo::ErrorPtr* error, in DeleteEntry() function in shill::ChromeosProfileDBusAdaptor
120 profile_->DeleteEntry(name, &e); in DeleteEntry()
Dchromeos_profile_dbus_adaptor.h74 bool DeleteEntry(brillo::ErrorPtr* error, const std::string& name) override;
/system/connectivity/shill/
Dmock_profile.h43 MOCK_METHOD2(DeleteEntry, void(const std::string& entry_name, Error* error));
Dprofile.h138 virtual void DeleteEntry(const std::string& entry_name, Error* error);
236 FRIEND_TEST(ProfileTest, DeleteEntry);
Dprofile_unittest.cc93 TEST_F(ProfileTest, DeleteEntry) { in TEST_F() argument
107 profile_->DeleteEntry(kEntryName, &error); in TEST_F()
125 profile_->DeleteEntry(kEntryName, &error); in TEST_F()
143 profile_->DeleteEntry(kEntryName, &error); in TEST_F()
Dprofile.cc230 void Profile::DeleteEntry(const std::string& entry_name, Error* error) { in DeleteEntry() function in shill::Profile
/system/connectivity/shill/vpn/
Dvpn_service.cc243 profile()->DeleteEntry(old_storage_id, nullptr); in SetNameProperty()
Dvpn_service_unittest.cc334 EXPECT_CALL(*profile, DeleteEntry(kOldId, _)); in TEST_F()
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_shill_wifi_client.cc49 profile_proxy->DeleteEntry(entry_id, nullptr); in RemoveAllWifiEntries()
407 profile->DeleteEntry(entry_id, nullptr); in DeleteEntriesForSsid()
/system/connectivity/shill/doc/
Dprofile-api.txt104 dict DeleteEntry(string entry_name)