Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink_manager_test.cc117 MockFixedChannelServiceImpl mock_service_1, mock_service_2; in TEST_F() local
119 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
139 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
240 MockFixedChannelServiceImpl mock_service_1; in TEST_F() local
242 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
288 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
308 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
362 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
382 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
438 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
[all …]
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink_manager_test.cc112 MockFixedChannelServiceImpl mock_service_1, mock_service_2; in TEST_F() local
114 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
136 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
259 MockFixedChannelServiceImpl mock_service_1; in TEST_F() local
261 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
309 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
332 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
405 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
428 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
503 results.emplace_back(kSmpBrCid, &mock_service_1); in TEST_F()
[all …]