Home
last modified time | relevance | path

Searched refs:protocol_handler_ (Results 1 – 4 of 4) sorted by relevance

/system/webservd/webservd/
Drequest.cc98 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()
Ddbus_protocol_handler.cc39 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()
Ddbus_protocol_handler.h118 ProtocolHandler* protocol_handler_{nullptr};
Drequest.h211 ProtocolHandler* protocol_handler_; variable