Searched refs:SetLocalIpAddress (Results 1 – 5 of 5) sorted by relevance
36 MOCK_METHOD1(SetLocalIpAddress, void(const std::string&));
88 virtual void SetLocalIpAddress(const std::string& ip_address) = 0;
62 void SetLocalIpAddress(const std::string& ip_address) override;
105 void SetLocalIpAddress(const std::string& /* ip_address */) override {} in SetLocalIpAddress() function
273 void Transport::SetLocalIpAddress(const std::string& ip_address) { in SetLocalIpAddress() function in brillo::http::curl::Transport