Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/
Ddevice_list_handler.cpp20 DeviceListHandler::DeviceListHandler(struct lws* wsi, in DeviceListHandler() function in cuttlefish::DeviceListHandler
24 HttpStatusCode DeviceListHandler::DoGet() { in DoGet()
35 HttpStatusCode DeviceListHandler::DoPost() { in DoPost()
Ddevice_list_handler.h28 class DeviceListHandler : public DynHandler {
30 DeviceListHandler(struct lws* wsi, DeviceRegistry& registry);
Dserver.cpp72 new cuttlefish::DeviceListHandler(wsi, device_registry)); in main()