Lines Matching refs:handler_id
71 for (int handler_id : handler_ids) {
72 RemoveHandler(handler_id);
144 bool DBusProtocolHandler::RemoveHandler(int handler_id) {
145 auto p = request_handlers_.find(handler_id);
186 int handler_id,
189 auto p = request_handlers_.find(handler_id);
193 remote_handler_id_map_.emplace(remote_handler_id, handler_id);
196 void DBusProtocolHandler::AddHandlerError(int /* handler_id */,
304 std::string handler_id = iter->second;
305 auto find_proxy_by_id = [handler_id](decltype(*proxies_.begin()) pair) {
306 return pair.second->id() == handler_id;