Searched refs:MockListCommand (Results 1 – 1 of 1) sorted by relevance
192 class MockListCommand : public ListCommand { class194 explicit MockListCommand(Lshal* lshal) : ListCommand(*lshal) {} in MockListCommand() function in android::lshal::MockListCommand228 mockList = std::make_unique<MockListCommand>(mockLshal.get()); in SetUp()234 std::unique_ptr<MockListCommand> mockList;337 mockList = std::make_unique<NiceMock<MockListCommand>>(lshal.get()); in initMockList()401 std::unique_ptr<MockListCommand> mockList;