Searched refs:SetLocalIpAddress (Results 1 – 5 of 5) sorted by relevance
42 MOCK_METHOD(void, SetLocalIpAddress, (const std::string&), (override));
105 virtual void SetLocalIpAddress(const std::string& ip_address) = 0;
64 void SetLocalIpAddress(const std::string& ip_address) override;
108 void SetLocalIpAddress(const std::string& /* ip_address */) override {} in SetLocalIpAddress() function
286 void Transport::SetLocalIpAddress(const std::string& ip_address) { in SetLocalIpAddress() function in brillo::http::curl::Transport