Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp345 ConfigHandler::ConfigHandler(struct lws* wsi, const ServerConfig& server_config) in ConfigHandler() function in cuttlefish::ConfigHandler
348 HttpStatusCode ConfigHandler::DoGet() { in DoGet()
357 HttpStatusCode ConfigHandler::DoPost() { in DoPost()
Dclient_handler.h137 class ConfigHandler : public DynHandler {
139 ConfigHandler(struct lws* wsi, const ServerConfig& server_config);
Dserver.cpp93 new cuttlefish::ConfigHandler(wsi, server_config)); in main()