Searched refs:runtimeInfoFactory (Results 1 – 1 of 1) sorted by relevance
511 MockRuntimeInfoFactory& runtimeInfoFactory() { in runtimeInfoFactory() function in android::vintf::testing::VintfObjectTestBase578 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()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()[all …]