Home
last modified time | relevance | path

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

/system/webservd/webservd/
Dserver_interface.h35 virtual void ProtocolHandlerStarted(ProtocolHandler* handler) = 0;
Dserver.h57 void ProtocolHandlerStarted(ProtocolHandler* handler) override;
Dserver.cc138 void Server::ProtocolHandlerStarted(ProtocolHandler* handler) { in ProtocolHandlerStarted() function in webservd::Server
Dprotocol_handler.cc272 server_interface_->ProtocolHandlerStarted(this); in Start()