Home
last modified time | relevance | path

Searched refs:DoGet (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.h91 HttpStatusCode DoGet() override;
141 HttpStatusCode DoGet() override;
Dclient_handler.cpp204 HttpStatusCode ClientDynHandler::DoGet() { in DoGet() function in cuttlefish::ClientDynHandler
348 HttpStatusCode ConfigHandler::DoGet() { in DoGet() function in cuttlefish::ConfigHandler
Ddevice_list_handler.h32 HttpStatusCode DoGet() override;
Ddevice_list_handler.cpp24 HttpStatusCode DeviceListHandler::DoGet() { in DoGet() function in cuttlefish::DeviceListHandler
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.h88 virtual HttpStatusCode DoGet() = 0;
Dwebsocket_server.cpp294 auto status = dyn_handlers_[wsi]->DoGet(); in DynServerCallback()