Searched refs:mockList (Results 1 – 1 of 1) sorted by relevance
259 std::unique_ptr<MockListCommand> mockList; member in android::lshal::ListParseArgsTest265 mockList->forEachTable([](const Table& table) { in TEST_F()275 mockList->forEachTable([](const Table& table) { in TEST_F()370 mockList->internalPostprocess(); in initMockList()378 ON_CALL(*mockList, getDeviceManifest()) in initMockList()380 ON_CALL(*mockList, getDeviceMatrix()) in initMockList()382 ON_CALL(*mockList, getFrameworkManifest()) in initMockList()384 ON_CALL(*mockList, getFrameworkMatrix()) in initMockList()426 std::unique_ptr<MockListCommand> mockList; member in android::lshal::ListTest441 ASSERT_EQ(0u, mockList->fetch()); in TEST_F()[all …]