Searched refs:protocol_handler_id (Results 1 – 3 of 3) sorted by relevance
56 std::string protocol_handler_id = std::get<0>(in_request_info); in ProcessRequest() local62 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()
110 bool ProcessRequest(const std::string& protocol_handler_id,
201 bool DBusProtocolHandler::ProcessRequest(const std::string& protocol_handler_id, in ProcessRequest() argument206 request_id_map_.emplace(request_id, protocol_handler_id); in ProcessRequest()