Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dmock_transport.h36 MOCK_METHOD1(SetLocalIpAddress, void(const std::string&));
Dhttp_transport.h88 virtual void SetLocalIpAddress(const std::string& ip_address) = 0;
Dhttp_transport_curl.h62 void SetLocalIpAddress(const std::string& ip_address) override;
Dhttp_transport_fake.h105 void SetLocalIpAddress(const std::string& /* ip_address */) override {} in SetLocalIpAddress() function
Dhttp_transport_curl.cc273 void Transport::SetLocalIpAddress(const std::string& ip_address) { in SetLocalIpAddress() function in brillo::http::curl::Transport