Home
last modified time | relevance | path

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

/system/libvintf/
Dcheck_vintf.cpp437 .setRuntimeInfoFactory(std::make_unique<StaticRuntimeInfoFactory>(runtimeInfo)) in checkAllFiles()
495 .setRuntimeInfoFactory(std::make_unique<StaticRuntimeInfoFactory>(nullptr)) in checkDirmaps()
DVintfObject.cpp1233 VintfObject::Builder& VintfObject::Builder::setRuntimeInfoFactory( in setRuntimeInfoFactory() function in android::vintf::VintfObject::Builder
/system/libvintf/include/vintf/
DVintfObject.h368 Builder& setRuntimeInfoFactory(std::unique_ptr<ObjectFactory<RuntimeInfo>>&&);
/system/libvintf/test/
Dvintf_object_tests.cpp454 .setRuntimeInfoFactory(std::make_unique<NiceMock<MockRuntimeInfoFactory>>( in SetUp()