Searched refs:DeleteEntry (Results 1 – 10 of 10) sorted by relevance
/system/connectivity/shill/dbus/ |
D | chromeos_profile_dbus_adaptor.cc | 116 bool ChromeosProfileDBusAdaptor::DeleteEntry(brillo::ErrorPtr* error, in DeleteEntry() function in shill::ChromeosProfileDBusAdaptor 120 profile_->DeleteEntry(name, &e); in DeleteEntry()
|
D | chromeos_profile_dbus_adaptor.h | 74 bool DeleteEntry(brillo::ErrorPtr* error, const std::string& name) override;
|
/system/connectivity/shill/ |
D | mock_profile.h | 43 MOCK_METHOD2(DeleteEntry, void(const std::string& entry_name, Error* error));
|
D | profile.h | 138 virtual void DeleteEntry(const std::string& entry_name, Error* error); 236 FRIEND_TEST(ProfileTest, DeleteEntry);
|
D | profile_unittest.cc | 93 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()
|
D | profile.cc | 230 void Profile::DeleteEntry(const std::string& entry_name, Error* error) { in DeleteEntry() function in shill::Profile
|
/system/connectivity/shill/vpn/ |
D | vpn_service.cc | 243 profile()->DeleteEntry(old_storage_id, nullptr); in SetNameProperty()
|
D | vpn_service_unittest.cc | 334 EXPECT_CALL(*profile, DeleteEntry(kOldId, _)); in TEST_F()
|
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_dbus_shill_wifi_client.cc | 49 profile_proxy->DeleteEntry(entry_id, nullptr); in RemoveAllWifiEntries() 407 profile->DeleteEntry(entry_id, nullptr); in DeleteEntriesForSsid()
|
/system/connectivity/shill/doc/ |
D | profile-api.txt | 104 dict DeleteEntry(string entry_name)
|