Lines Matching refs:fb
175 fastboot::MockFastbootDriver fb; in TEST_F() local
176 fp->fb = &fb; in TEST_F()
178 EXPECT_CALL(fb, RebootTo(_, _, _)).Times(1); in TEST_F()
179 EXPECT_CALL(fb, Reboot(_, _)).Times(1); in TEST_F()
180 EXPECT_CALL(fb, WaitForDisconnect()).Times(2); in TEST_F()
198 fastboot::MockFastbootDriver fb; in TEST_F() local
199 fp->fb = &fb; in TEST_F()
202 ON_CALL(fb, GetVar("super-partition-name", _, _)) in TEST_F()
243 fastboot::MockFastbootDriver fb; in TEST_F() local
244 fp->fb = &fb; in TEST_F()
273 fastboot::MockFastbootDriver fb; in TEST_F() local
274 fp->fb = &fb; in TEST_F()
315 fastboot::MockFastbootDriver fb; in TEST_F() local
316 fp->fb = &fb; in TEST_F()
320 ON_CALL(fb, GetVar("super-partition-name", _, _)) in TEST_F()
323 ON_CALL(fb, GetVar("slot-count", _, _)) in TEST_F()
327 ON_CALL(fb, GetVar("partition-size:super", _, _)) in TEST_F()