Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.h92 HttpStatusCode DoPost() override;
143 HttpStatusCode DoPost() override;
Dclient_handler.cpp224 HttpStatusCode ClientDynHandler::DoPost() { in DoPost() function in cuttlefish::ClientDynHandler
357 HttpStatusCode ConfigHandler::DoPost() { in DoPost() function in cuttlefish::ConfigHandler
Ddevice_list_handler.h33 HttpStatusCode DoPost() override;
Ddevice_list_handler.cpp35 HttpStatusCode DeviceListHandler::DoPost() { in DoPost() function in cuttlefish::DeviceListHandler
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.h90 virtual HttpStatusCode DoPost() = 0;
Dwebsocket_server.cpp337 auto status = handler->DoPost(); in DynServerCallback()