Searched defs:runtimeInfoFactory (Results 1 - 3 of 3) sorted by relevance

/system/libvintf/
H A Dutils.cpp33 static ObjectFactory<RuntimeInfo> runtimeInfoFactory; member in namespace:android::vintf::details
34 ObjectFactory<RuntimeInfo>* gRuntimeInfoFactory = &runtimeInfoFactory;
H A Dcheck_vintf.cpp121 static ObjectFactory<RuntimeInfo> runtimeInfoFactory; member in namespace:android::vintf::details
122 ObjectFactory<RuntimeInfo>* gRuntimeInfoFactory = &runtimeInfoFactory;
/system/libvintf/test/
H A Dvintf_object_tests.cpp643 static MockRuntimeInfoFactory& runtimeInfoFactory() { function
652 runtimeInfoFactory().getInfo()->failNextFetch();
656 Mock::VerifyAndClear(&runtimeInfoFactory());
657 Mock::VerifyAndClear(runtimeInfoFactory().getInfo().get());
664 EXPECT_CALL(*runtimeInfoFactory().getInfo(),
666 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE));
667 EXPECT_CALL(*runtimeInfoFactory().getInfo(),
670 *runtimeInfoFactory().getInfo(),
672 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::ALL));
673 EXPECT_CALL(*runtimeInfoFactory()
[all...]

Completed in 74 milliseconds