Home
last modified time | relevance | path

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

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