Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dmock_transport.h42 MOCK_METHOD(void, SetLocalIpAddress, (const std::string&), (override));
Dhttp_transport.h105 virtual void SetLocalIpAddress(const std::string& ip_address) = 0;
Dhttp_transport_curl.h64 void SetLocalIpAddress(const std::string& ip_address) override;
Dhttp_transport_fake.h108 void SetLocalIpAddress(const std::string& /* ip_address */) override {} in SetLocalIpAddress() function
Dhttp_transport_curl.cc286 void Transport::SetLocalIpAddress(const std::string& ip_address) { in SetLocalIpAddress() function in brillo::http::curl::Transport