Searched refs:DeviceListHandler (Results 1 – 3 of 3) sorted by relevance
20 DeviceListHandler::DeviceListHandler(struct lws* wsi, in DeviceListHandler() function in cuttlefish::DeviceListHandler24 HttpStatusCode DeviceListHandler::DoGet() { in DoGet()35 HttpStatusCode DeviceListHandler::DoPost() { in DoPost()
28 class DeviceListHandler : public DynHandler {30 DeviceListHandler(struct lws* wsi, DeviceRegistry& registry);
72 new cuttlefish::DeviceListHandler(wsi, device_registry)); in main()