Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp105 RetCode FastBootDriver::GetVarAll(std::vector<std::string>* response) { in GetVarAll() function in fastboot::FastBootDriver
169 if ((ret = GetVarAll(&all))) { in Partitions()
Dfastboot_driver.h93 RetCode GetVarAll(std::vector<std::string>* response);
/system/core/fastboot/device/
Dcommands.cpp151 static bool GetVarAll(FastbootDevice* device) { in GetVarAll() function
167 {"all", GetVarAll},
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp385 TEST_F(Conformance, GetVarAll) { in TEST_F() argument
387 EXPECT_EQ(fb->GetVarAll(&vars), SUCCESS) << "getvar:all failed"; in TEST_F()
889 ASSERT_EQ(fb->GetVarAll(&vars), SUCCESS) << "Device did not respond with success after " in TEST_F()
1105 EXPECT_EQ(fb->GetVarAll(&all), SUCCESS) << "getvar:all failed after USB reset"; in TEST_F()
1117 EXPECT_EQ(fb->GetVarAll(&all), SUCCESS) << "getvar:all failed after USB reset."; in TEST_F()