Searched refs:vars (Results 1 – 4 of 4) sorted by relevance
386 std::vector<std::string> vars; in TEST_F() local387 EXPECT_EQ(fb->GetVarAll(&vars), SUCCESS) << "getvar:all failed"; in TEST_F()388 EXPECT_GT(vars.size(), 0) << "getvar:all did not respond with any INFO responses"; in TEST_F()389 for (const auto& s : vars) { in TEST_F()882 std::vector<std::string> vars; in TEST_F() local883 ASSERT_EQ(fb->GetVarAll(&vars), SUCCESS) << "Device did not respond with success after " in TEST_F()885 ASSERT_GT(vars.size(), 0) in TEST_F()
254 // this is so frowned upon on so many levels, but here vars are so that we can
455 ramdisk_args_dict = vars(ramdisk_args)
661 params = vars(args)