Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
Dtest.cpp227 mockLshal = std::make_unique<NiceMock<MockLshal>>(); in SetUp()
228 mockList = std::make_unique<MockListCommand>(mockLshal.get()); in SetUp()
229 ON_CALL(*mockLshal, err()).WillByDefault(Return(NullableOStream<std::ostream>(err))); in SetUp()
233 std::unique_ptr<MockLshal> mockLshal; member in android::lshal::ListParseArgsTest