Lines Matching refs:getSupportedOperations
120 MOCK_METHOD(Return<void>, getSupportedOperations,
1106 TEST_F(VersionedIDeviceV1_0Test, getSupportedOperations) { in TEST_F() argument
1112 EXPECT_CALL(*kMockDevice, getSupportedOperations(_, _)).Times(1).WillOnce(Invoke(ret)); in TEST_F()
1116 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1123 TEST_F(VersionedIDeviceV1_1Test, getSupportedOperations) { in TEST_F() argument
1133 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1140 TEST_F(VersionedIDeviceV1_2Test, getSupportedOperations) { in TEST_F() argument
1150 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1157 TEST_F(VersionedIDeviceV1_3Test, getSupportedOperations) { in TEST_F() argument
1167 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1313 EXPECT_CALL(*kMockDevice, getSupportedOperations(_, _)).Times(1).WillOnce(Invoke(ret)); in TEST_F()
1317 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1334 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1351 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1368 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1598 EXPECT_CALL(*kMockDevice, getSupportedOperations(_, _)) in TEST_F()
1604 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1619 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1634 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()
1649 const auto [resultCode, supportedOperations] = kDevice->getSupportedOperations(metaModel); in TEST_F()