Home
last modified time | relevance | path

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

/system/webservd/webservd/
Dserver_interface.h29 class ServerInterface {
31 ServerInterface() = default;
54 ~ServerInterface() = default;
57 DISALLOW_COPY_AND_ASSIGN(ServerInterface);
Dprotocol_handler.h36 class ServerInterface; variable
43 ServerInterface* server_interface);
87 ServerInterface* GetServer() const { return server_interface_; } in GetServer()
122 ServerInterface* server_interface_{nullptr};
Dserver.h41 class Server final : public org::chromium::WebServer::ServerInterface,
42 public ServerInterface {
Dprotocol_handler.cc88 ServerInterface* server_interface) in ProtocolHandler()