Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/utils/common/test/
H A DResilientExecution.cpp41 auto mockExecution = std::make_shared<const nn::MockExecution>(); in setup() local
91 const auto [mockExecution, mockExecutionFactory, execution] = setup(); in TEST()
97 EXPECT_TRUE(result == mockExecution); in TEST()
102 const auto [mockExecution, mockExecutionFactory, execution] = setup(); in TEST()
115 const auto [mockExecution, mockExecutionFactory, execution] = setup(); in TEST()
128 const auto [mockExecution, mockExecutionFactory, execution] = setup(); in TEST()
159 EXPECT_CALL(*mockExecution, computeFenced(_, _, _)) in TEST()
223 const auto result = execution->recover(mockExecution.get()); in TEST()
238 const auto result = execution->recover(mockExecution.get()); in TEST()
249 execution->recover(mockExecution.get()); in TEST()
[all …]