Searched refs:GetVarAll (Results 1 – 4 of 4) sorted by relevance
105 RetCode FastBootDriver::GetVarAll(std::vector<std::string>* response) { in GetVarAll() function in fastboot::FastBootDriver169 if ((ret = GetVarAll(&all))) { in Partitions()
93 RetCode GetVarAll(std::vector<std::string>* response);
151 static bool GetVarAll(FastbootDevice* device) { in GetVarAll() function167 {"all", GetVarAll},
385 TEST_F(Conformance, GetVarAll) { in TEST_F() argument387 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()