Home
last modified time | relevance | path

Searched refs:GetVarAll (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dfastboot_driver.h98 RetCode GetVarAll(std::vector<std::string>* response);
Dfastboot_driver.cpp100 RetCode FastBootDriver::GetVarAll(std::vector<std::string>* response) { in GetVarAll() function in fastboot::FastBootDriver
154 if ((ret = GetVarAll(&all))) { in Partitions()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp390 TEST_F(Conformance, GetVarAll) { in TEST_F() argument
392 EXPECT_EQ(fb->GetVarAll(&vars), SUCCESS) << "getvar:all failed"; in TEST_F()
851 ASSERT_EQ(fb->GetVarAll(&vars), SUCCESS) << "Device did not respond with success after " in TEST_F()
970 EXPECT_EQ(fb->GetVarAll(&all), SUCCESS) << "getvar:all failed after USB reset"; in TEST_F()
982 EXPECT_EQ(fb->GetVarAll(&all), SUCCESS) << "getvar:all failed after USB reset."; in TEST_F()