Searched refs:GetRequest (Results 1 – 4 of 4) sorted by relevance
159 auto request = GetRequest(in_request_id, error); in GetRequestFileData()186 auto request = GetRequest(in_request_id, error); in CompleteRequest()201 Request* DBusProtocolHandler::GetRequest(const std::string& request_id, in GetRequest() function in webservd::DBusProtocolHandler203 Request* request = protocol_handler_->GetRequest(request_id); in GetRequest()
93 Request* GetRequest(const std::string& request_id) const;
107 Request* GetRequest(const std::string& request_id, brillo::ErrorPtr* error);
300 Request* ProtocolHandler::GetRequest(const std::string& request_id) const { in GetRequest() function in webservd::ProtocolHandler