Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
Dtest.cpp185 class MockListCommand : public ListCommand { class
187 MockListCommand(Lshal* lshal) : ListCommand(*lshal) {} in MockListCommand() function in android::lshal::MockListCommand
216 mockList = std::make_unique<MockListCommand>(mockLshal.get()); in SetUp()
221 std::unique_ptr<MockListCommand> mockList;
323 mockList = std::make_unique<NiceMock<MockListCommand>>(lshal.get()); in initMockList()
378 std::unique_ptr<MockListCommand> mockList;