Home
last modified time | relevance | path

Searched refs:DownloadCommand (Results 1 – 5 of 5) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp97 RetCode FastBootTest::DownloadCommand(uint32_t size, std::string* response, in DownloadCommand() function in fastboot::FastBootTest
99 return fb->DownloadCommand(size, response, info); in DownloadCommand()
Dfixtures.h55 RetCode DownloadCommand(uint32_t size, std::string* response = nullptr,
Dmain.cpp656 ASSERT_EQ(DownloadCommand(buf.size()), SUCCESS) << "Device rejected download command"; in TEST_F()
746 EXPECT_EQ(DownloadCommand(size + 1), DEVICE_FAIL) in TEST_F()
758 ASSERT_EQ(DownloadCommand(buf.size() + 1), SUCCESS) in TEST_F()
774 ASSERT_EQ(DownloadCommand(10), SUCCESS) << "Device rejected download request for 10 bytes"; in TEST_F()
798 EXPECT_EQ(DownloadCommand(0), DEVICE_FAIL) in TEST_F()
979 EXPECT_EQ(DownloadCommand(buf.size()), SUCCESS) << "Download command failed"; in TEST_F()
/system/core/fastboot/
Dfastboot_driver.cpp190 if ((ret = DownloadCommand(u32size, response, info))) { in Download()
220 if ((ret = DownloadCommand(buf.size(), response, info))) { in Download()
254 if ((ret = DownloadCommand(u32size, response, info))) { in Download()
393 RetCode FastBootDriver::DownloadCommand(uint32_t size, std::string* response, in DownloadCommand() function in fastboot::FastBootDriver
Dfastboot_driver.h136 RetCode DownloadCommand(uint32_t size, std::string* response = nullptr,