Searched defs:HandleResponse (Results 1 – 3 of 3) sorted by relevance
71 void HandleResponse(const Packet& packet) { handler_(*this, packet); } in HandleResponse() function
151 void CastPlatformClient::HandleResponse(const std::string& device_id, in HandleResponse() function in openscreen::cast::CastPlatformClient
125 def HandleResponse(self, http_response, exception): member in BatchApiRequest.ApiCall