Home
last modified time | relevance | path

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

/system/webservd/libwebserv/
Ddbus_server.cc56 std::string protocol_handler_id = std::get<0>(in_request_info); in ProcessRequest() local
62 server_->GetProtocolHandlerByID(protocol_handler_id); in ProcessRequest()
68 protocol_handler_id.c_str()); in ProcessRequest()
99 return protocol_handler->ProcessRequest(protocol_handler_id, in ProcessRequest()
Ddbus_protocol_handler.h110 bool ProcessRequest(const std::string& protocol_handler_id,
Ddbus_protocol_handler.cc201 bool DBusProtocolHandler::ProcessRequest(const std::string& protocol_handler_id, in ProcessRequest() argument
206 request_id_map_.emplace(request_id, protocol_handler_id); in ProcessRequest()