class FastbootDownloadTest
Defined at line 31 of file ../../src/firmware/lib/fastboot/test/fastboot-test.h
Public Methods
void DownloadData (Fastboot & fastboot, const std::vector<uint8_t> & download_content)
Exercises the protocol to download the given data to the Fastboot instance.
Defined at line 34 of file ../../src/firmware/lib/fastboot/test/fastboot-test.h
void DownloadData (Fastboot & fastboot, std::string_view content)
Overload for string data; does not include any trailing null.
Defined at line 74 of file ../../src/firmware/lib/fastboot/test/fastboot-test.h