Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/test/
DResilientDeviceTest.cpp35 using MockDeviceFactory = ::testing::MockFunction<nn::GeneralResult<nn::SharedDevice>(bool)>; typedef
87 std::tuple<SharedMockDevice, std::unique_ptr<MockDeviceFactory>,
92 auto mockDeviceFactory = std::make_unique<MockDeviceFactory>(); in setup()