Searched refs:Rebind (Results 1 – 6 of 6) sorted by relevance
42 void ChromeosDHCPCDProxy::Rebind(const string& interface) { in Rebind() function in shill::ChromeosDHCPCDProxy45 if (!dhcpcd_proxy_->Rebind(interface, &error)) { in Rebind()
37 void Rebind(const std::string& interface) override;
30 virtual void Rebind(const std::string& interface) = 0;
34 MOCK_METHOD1(Rebind, void(const std::string& interface));
337 EXPECT_CALL(*proxy_, Rebind(kDeviceName)).Times(1); in TEST_F()348 EXPECT_CALL(*proxy_, Rebind(kDeviceName)).Times(1); in TEST_F()362 EXPECT_CALL(*proxy_, Rebind(kDeviceName)).Times(1); in TEST_F()429 EXPECT_CALL(*proxy_, Rebind(kDeviceName)).Times(1); in TEST_F()
126 proxy_->Rebind(device_name()); in RenewIP()