Searched refs:infoCb (Results 1 – 2 of 2) sorted by relevance
432 ProgramInfo infoCb = {}; in TEST_F() local436 .WillOnce(DoAll(SaveArg<0>(&infoCb), testing::Return(ByMove(Void())))); in TEST_F()449 ALOGD("current program info: %s", toString(infoCb).c_str()); in TEST_F()452 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::AMFM_FREQUENCY); in TEST_F()
328 ProgramInfo infoCb; in TEST_P() local334 .WillOnce(DoAll(SaveArg<0>(&infoCb), testing::Return(ByMove(Void())))); in TEST_P()340 EXPECT_EQ(infoCb.selector, selCb); in TEST_P()