HomeSort by relevance Sort by last modified time
    Searched refs:protocol_handler_id (Results 1 - 3 of 3) sorted by null

  /system/webservd/libwebserv/
dbus_server.cc 56 std::string protocol_handler_id = std::get<0>(in_request_info); local
62 server_->GetProtocolHandlerByID(protocol_handler_id);
68 protocol_handler_id.c_str());
99 return protocol_handler->ProcessRequest(protocol_handler_id,
dbus_protocol_handler.h 110 bool ProcessRequest(const std::string& protocol_handler_id,
dbus_protocol_handler.cc 201 bool DBusProtocolHandler::ProcessRequest(const std::string& protocol_handler_id,
206 request_id_map_.emplace(request_id, protocol_handler_id);

Completed in 463 milliseconds