Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmock_wifi.h62 MOCK_METHOD1(DestroyIPConfigLease, void(const std::string&));
Dwifi.cc1571 DestroyIPConfigLease(GetServiceLeaseName(service)); in DestroyServiceLease()
Dwifi_service_unittest.cc1958 EXPECT_CALL(*wifi(), DestroyIPConfigLease(service->GetStorageIdentifier())). in TEST_F()
/system/connectivity/shill/
Ddevice.h305 virtual void DestroyIPConfigLease(const std::string& name);
Ddevice.cc818 void Device::DestroyIPConfigLease(const string& name) { in DestroyIPConfigLease() function in shill::Device