Lines Matching refs:runtimeInfoFactory
511 MockRuntimeInfoFactory& runtimeInfoFactory() { in runtimeInfoFactory() function in android::vintf::testing::VintfObjectTestBase
578 Mock::VerifyAndClear(&runtimeInfoFactory()); in TearDown()
579 Mock::VerifyAndClear(runtimeInfoFactory().getInfo().get()); in TearDown()
588 EXPECT_CALL(*runtimeInfoFactory().getInfo(), in TEST_F()
590 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
592 *runtimeInfoFactory().getInfo(), in TEST_F()
594 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
607 runtimeInfoFactory().getInfo()->failNextFetch(); in TEST_F()
623 runtimeInfoFactory().getInfo()->failNextFetch(); in SetUp()
625 runtimeInfoFactory().getInfo()->setNextFetchKernelLevel(Level{92}); in SetUp()
1432 runtimeInfoFactory().getInfo()->setNextFetchKernelInfo(info.version(), info.configs()); in TEST_F()
1456 runtimeInfoFactory().getInfo()->setNextFetchKernelInfo(info.version(), info.configs()); in TEST_P()