Home
last modified time | relevance | path

Searched refs:runtimeInfoFactory (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/libvintf/test/
H A Dvintf_object_tests.cpp511 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()
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 …]