Home
last modified time | relevance | path

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

/system/libvintf/test/
Dutils-fake.h76 class MockRuntimeInfoFactory : public ObjectFactory<RuntimeInfo> {
78 MockRuntimeInfoFactory(const std::shared_ptr<MockRuntimeInfo>& info) { object_ = info; } in MockRuntimeInfoFactory() function
DVintfObjectRecoveryTest.cpp49 using details::MockRuntimeInfoFactory;
103 .setRuntimeInfoFactory(std::make_unique<NiceMock<MockRuntimeInfoFactory>>( in SetUp()
Dvintf_object_tests.cpp488 .setRuntimeInfoFactory(std::make_unique<NiceMock<MockRuntimeInfoFactory>>( in SetUp()
587 MockRuntimeInfoFactory& runtimeInfoFactory() { in runtimeInfoFactory()
588 return static_cast<MockRuntimeInfoFactory&>(*vintfObject->getRuntimeInfoFactory()); in runtimeInfoFactory()
1043 .setRuntimeInfoFactory(std::make_unique<NiceMock<MockRuntimeInfoFactory>>( in SetUp()