Home
last modified time | relevance | path

Searched refs:request_id_map_ (Results 1 – 2 of 2) sorted by relevance

/system/webservd/libwebserv/
Ddbus_protocol_handler.cc206 request_id_map_.emplace(request_id, protocol_handler_id); in ProcessRequest()
299 auto iter = request_id_map_.find(request_id); in GetRequestProtocolHandlerProxy()
300 if (iter == request_id_map_.end()) { in GetRequestProtocolHandlerProxy()
Ddbus_protocol_handler.h156 std::map<std::string, std::string> request_id_map_; variable