Home
last modified time | relevance | path

Searched defs:GetStatusCode (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_fake.h248 int GetStatusCode() const { return status_code_; } in GetStatusCode() function
Dhttp_request.cc307 int Response::GetStatusCode() const { in GetStatusCode() function in brillo::http::Response