Home
last modified time | relevance | path

Searched refs:handler_factories_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp228 handler_factories_[path] = std::move(handler_factory_p); in RegisterHandlerFactory()
423 auto it = handler_factories_.find(uri_path); in InstantiateHandler()
424 if (it == handler_factories_.end()) { in InstantiateHandler()
Dwebsocket_server.h75 handler_factories_ = {}; variable