Home
last modified time | relevance | path

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

/system/webservd/webservd/
Dserver_interface.h36 virtual void ProtocolHandlerStopped(ProtocolHandler* handler) = 0;
Dserver.h58 void ProtocolHandlerStopped(ProtocolHandler* handler) override;
Dserver.cc153 void Server::ProtocolHandlerStopped(ProtocolHandler* handler) { in ProtocolHandlerStopped() function in webservd::Server
Dprotocol_handler.cc283 server_interface_->ProtocolHandlerStopped(this); in Stop()