Searched refs:MockListCommand (Results 1 – 1 of 1) sorted by relevance
217 class MockListCommand : public ListCommand { class219 explicit MockListCommand(Lshal* lshal) : ListCommand(*lshal) {} in MockListCommand() function in android::lshal::MockListCommand253 mockList = std::make_unique<MockListCommand>(mockLshal.get()); in SetUp()259 std::unique_ptr<MockListCommand> mockList;362 mockList = std::make_unique<NiceMock<MockListCommand>>(lshal.get()); in initMockList()426 std::unique_ptr<MockListCommand> mockList;