Lines Matching refs:response

69     RetCode Boot(std::string* response = nullptr, std::vector<std::string>* info = nullptr);
70 RetCode Continue(std::string* response = nullptr, std::vector<std::string>* info = nullptr);
74 std::string* response = nullptr,
76 RetCode Download(android::base::borrowed_fd fd, size_t size, std::string* response = nullptr,
79 std::string* response = nullptr, std::vector<std::string>* info = nullptr);
80 RetCode Download(const std::vector<char>& buf, std::string* response = nullptr,
83 size_t current, size_t total, bool use_crc, std::string* response = nullptr,
85 RetCode Download(sparse_file* s, bool use_crc = false, std::string* response = nullptr,
87 RetCode Erase(const std::string& partition, std::string* response = nullptr,
89 RetCode Flash(const std::string& partition, std::string* response = nullptr,
93 RetCode GetVarAll(std::vector<std::string>* response);
94 RetCode Reboot(std::string* response = nullptr,
96 RetCode RebootTo(std::string target, std::string* response = nullptr,
99 RetCode SetActive(const std::string& slot, std::string* response = nullptr,
101 RetCode Upload(const std::string& outfile, std::string* response = nullptr,
103 RetCode SnapshotUpdateCommand(const std::string& command, std::string* response = nullptr,
106 int64_t offset = -1, int64_t size = -1, std::string* response = nullptr,
131 std::string* response = nullptr, std::vector<std::string>* info = nullptr,
134 RetCode RawCommand(const std::string& cmd, std::string* response = nullptr,
138 RetCode DownloadCommand(uint32_t size, std::string* response = nullptr,
140 RetCode HandleResponse(std::string* response = nullptr,
154 RetCode UploadInner(const std::string& outfile, std::string* response = nullptr,
156 RetCode RunAndReadBuffer(const std::string& cmd, std::string* response,