Home
last modified time | relevance | path

Searched refs:GetProtocolHandlerID (Results 1 – 3 of 3) sorted by relevance

/system/webservd/webservd/
Ddbus_request_handler.cc75 auto request_id = std::make_tuple(request->GetProtocolHandlerID(), in HandleRequest()
Drequest.h104 const std::string& GetProtocolHandlerID() const;
Drequest.cc182 const std::string& Request::GetProtocolHandlerID() const { in GetProtocolHandlerID() function in webservd::Request