Searched refs:MockListCommand (Results 1 – 1 of 1) sorted by relevance
185 class MockListCommand : public ListCommand { class187 MockListCommand(Lshal* lshal) : ListCommand(*lshal) {} in MockListCommand() function in android::lshal::MockListCommand216 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;