Searched refs:protocol_handler_ (Results 1 – 4 of 4) sorted by relevance
98 protocol_handler_{protocol_handler} {118 protocol_handler_->RemoveRequest(this); in ~Request()161 protocol_handler_->ScheduleWork(); in Complete()183 return protocol_handler_->GetID(); in GetProtocolHandlerID()251 protocol_handler_->AddRequest(this); in ForwardRequestToHandler()252 auto p = protocol_handler_->request_handlers_.find(request_handler_id_); in ForwardRequestToHandler()253 CHECK(p != protocol_handler_->request_handlers_.end()); in ForwardRequestToHandler()291 protocol_handler_->ScheduleWork(); in AddRawRequestData()355 protocol_handler_->ScheduleWork(); in OnPipeAvailable()403 return protocol_handler_->GetServer()->GetTempFileManager(); in GetTempFileManager()
39 protocol_handler_{protocol_handler},94 std::string handler_id = protocol_handler_->AddRequestHandler( in AddRequestHandler()118 CHECK(protocol_handler_->RemoveRequestHandler(in_handler_id)); in RemoveRequestHandler()147 protocol_handler_->RemoveRequestHandler(handler_id); in OnClientDisconnected()203 Request* request = protocol_handler_->GetRequest(request_id); in GetRequest()
118 ProtocolHandler* protocol_handler_{nullptr};
211 ProtocolHandler* protocol_handler_; variable