Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
Dtest.cpp215 mockLshal = std::make_unique<NiceMock<MockLshal>>(); in SetUp()
216 mockList = std::make_unique<MockListCommand>(mockLshal.get()); in SetUp()
220 std::unique_ptr<MockLshal> mockLshal; member in android::lshal::ListParseArgsTest
249 ON_CALL(*mockLshal, err()).WillByDefault(Return(NullableOStream<std::ostream>(output))); in TEST_F()