Searched refs:DoGet (Results 1 – 6 of 6) sorted by relevance
91 HttpStatusCode DoGet() override;141 HttpStatusCode DoGet() override;
204 HttpStatusCode ClientDynHandler::DoGet() { in DoGet() function in cuttlefish::ClientDynHandler348 HttpStatusCode ConfigHandler::DoGet() { in DoGet() function in cuttlefish::ConfigHandler
32 HttpStatusCode DoGet() override;
24 HttpStatusCode DeviceListHandler::DoGet() { in DoGet() function in cuttlefish::DeviceListHandler
88 virtual HttpStatusCode DoGet() = 0;
294 auto status = dyn_handlers_[wsi]->DoGet(); in DynServerCallback()