Searched refs:GetVarAll (Results 1 – 3 of 3) sorted by relevance
100 RetCode FastBootDriver::GetVarAll(std::vector<std::string>* response) { in GetVarAll() function in fastboot::FastBootDriver163 if ((ret = GetVarAll(&all))) { in Partitions()
98 RetCode GetVarAll(std::vector<std::string>* response);
370 TEST_F(Conformance, GetVarAll) { in TEST_F() argument372 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()