Home
last modified time | relevance | path

Searched refs:DynHandlerFactory (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.h48 DynHandlerFactory handler_factory);
78 std::unordered_map<std::string, DynHandlerFactory> dyn_handler_factories_ =
Dwebsocket_handler.h107 using DynHandlerFactory = variable
Dwebsocket_server.cpp233 DynHandlerFactory handler_factory) { in RegisterDynHandlerFactory()