Searched refs:DoPost (Results 1 – 6 of 6) sorted by relevance
92 HttpStatusCode DoPost() override;143 HttpStatusCode DoPost() override;
224 HttpStatusCode ClientDynHandler::DoPost() { in DoPost() function in cuttlefish::ClientDynHandler357 HttpStatusCode ConfigHandler::DoPost() { in DoPost() function in cuttlefish::ConfigHandler
33 HttpStatusCode DoPost() override;
35 HttpStatusCode DeviceListHandler::DoPost() { in DoPost() function in cuttlefish::DeviceListHandler
90 virtual HttpStatusCode DoPost() = 0;
337 auto status = handler->DoPost(); in DynServerCallback()