Home
last modified time | relevance | path

Searched refs:mock_service_3 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager_test.cc171 MockFixedChannelServiceImpl mock_service_3; in TEST_F() local
172 results.emplace_back(kSmpBrCid + 1, &mock_service_3); in TEST_F()
178 …EXPECT_CALL(mock_service_3, NotifyChannelCreation(_)).WillOnce([&channel_3](std::unique_ptr<FixedC… in TEST_F()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager_test.cc176 MockFixedChannelServiceImpl mock_service_3; in TEST_F() local
177 results.emplace_back(kSmpBrCid + 1, &mock_service_3); in TEST_F()
185 EXPECT_CALL(mock_service_3, NotifyChannelCreation(_)) in TEST_F()