Home
last modified time | relevance | path

Searched refs:GetRequest (Results 1 – 4 of 4) sorted by relevance

/system/webservd/webservd/
Ddbus_protocol_handler.cc159 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::DBusProtocolHandler
203 Request* request = protocol_handler_->GetRequest(request_id); in GetRequest()
Dprotocol_handler.h93 Request* GetRequest(const std::string& request_id) const;
Ddbus_protocol_handler.h107 Request* GetRequest(const std::string& request_id, brillo::ErrorPtr* error);
Dprotocol_handler.cc300 Request* ProtocolHandler::GetRequest(const std::string& request_id) const { in GetRequest() function in webservd::ProtocolHandler