Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/test/
DResilientDeviceTest.cpp59 constexpr auto getSupportedExtensions_ret = []() -> const std::vector<nn::Extension>& { in createConfiguredMockDevice() local
69 ON_CALL(*mockDevice, getSupportedExtensions()).WillByDefault(getSupportedExtensions_ret); in createConfiguredMockDevice()
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DDeviceTest.cpp71 const auto getSupportedExtensions_ret = in createMockDevice() local
86 .WillByDefault(Invoke(getSupportedExtensions_ret)); in createMockDevice()
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DDeviceTest.cpp72 const auto getSupportedExtensions_ret = in createMockDevice() local
89 .WillByDefault(Invoke(getSupportedExtensions_ret)); in createMockDevice()