Searched refs:DestroyIPConfigLease (Results 1 – 5 of 5) sorted by relevance
62 MOCK_METHOD1(DestroyIPConfigLease, void(const std::string&));
1571 DestroyIPConfigLease(GetServiceLeaseName(service)); in DestroyServiceLease()
1958 EXPECT_CALL(*wifi(), DestroyIPConfigLease(service->GetStorageIdentifier())). in TEST_F()
305 virtual void DestroyIPConfigLease(const std::string& name);
818 void Device::DestroyIPConfigLease(const string& name) { in DestroyIPConfigLease() function in shill::Device