Home
last modified time | relevance | path

Searched defs:GetStatusCode (Results 1 – 3 of 3) 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
/external/libweave/examples/provider/
Dcurl_http_client.cc23 int GetStatusCode() const override { return status; } in GetStatusCode() function