Lines Matching defs:response
68 RetCode FastBootDriver::Boot(std::string* response, std::vector<std::string>* info) { in Boot()
72 RetCode FastBootDriver::Continue(std::string* response, std::vector<std::string>* info) { in Continue()
85 RetCode FastBootDriver::Erase(const std::string& partition, std::string* response, in Erase()
90 RetCode FastBootDriver::Flash(const std::string& partition, std::string* response, in Flash()
100 RetCode FastBootDriver::GetVarAll(std::vector<std::string>* response) { in GetVarAll()
105 RetCode FastBootDriver::Reboot(std::string* response, std::vector<std::string>* info) { in Reboot()
109 RetCode FastBootDriver::RebootTo(std::string target, std::string* response, in RebootTo()
119 RetCode FastBootDriver::SetActive(const std::string& slot, std::string* response, in SetActive()
173 std::string* response, std::vector<std::string>* info) { in Download()
180 RetCode FastBootDriver::Download(int fd, size_t size, std::string* response, in Download()
204 std::string* response, std::vector<std::string>* info) { in Download()
211 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download()
234 size_t current, size_t total, bool use_crc, std::string* response, in Download()
243 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download()
283 RetCode FastBootDriver::Upload(const std::string& outfile, std::string* response, in Upload()
291 RetCode FastBootDriver::UploadInner(const std::string& outfile, std::string* response, in UploadInner()
368 std::string* response, std::vector<std::string>* info, in RawCommand()
376 RetCode FastBootDriver::RawCommand(const std::string& cmd, std::string* response, in RawCommand()
393 RetCode FastBootDriver::DownloadCommand(uint32_t size, std::string* response, in DownloadCommand()
403 RetCode FastBootDriver::HandleResponse(std::string* response, std::vector<std::string>* info, in HandleResponse()