Searched refs:ClearAllIpAddress (Results 1 – 8 of 8) sorted by relevance
67 bool ClearAllIpAddress(const std::string &interfaceName) in ClearAllIpAddress() function69 return MockNetworkInterface::GetInstance().ClearAllIpAddress(interfaceName); in ClearAllIpAddress()
42 MOCK_METHOD1(ClearAllIpAddress, bool(const std::string &interfaceName));
178 EXPECT_FALSE(NetworkInterface::ClearAllIpAddress("test"));179 NetworkInterface::ClearAllIpAddress("lo");
8 "*ClearAllIpAddress*";
113 bool ClearAllIpAddress(const std::string &interfaceName);
186 bool NetworkInterface::ClearAllIpAddress(const std::string &interfaceName) in ClearAllIpAddress() function in OHOS::Wifi::NetworkInterface
159 if (!NetworkInterface::ClearAllIpAddress(ifaceName)) { in StopDhcp()
253 …EXPECT_CALL(MockNetworkInterface::GetInstance(), ClearAllIpAddress(_)).WillRepeatedly(Return(true)…