Lines Matching full:endpoints
80 // Verify call when path is in associated interfaces, with extra endpoints
98 // Verify all endpoints are deleted since source path was deleted in TEST_F()
106 // Verify no associations or endpoints removed when the change is identical
119 // Verify endpoints were not deleted because they matche with what was in TEST_F()
140 // Verify initial endpoints were deleted because the new path in TEST_F()
162 // Verify initial endpoints were deleted because of different endpoints in TEST_F()
205 // Make it look like the assoc endpoints are on D-Bus in TEST_F()
241 // Make it look like the assoc endpoints are on D-Bus in TEST_F()
254 // interfaces and that those endpoints match in TEST_F()
273 // Make it look like the assoc endpoints are on D-Bus in TEST_F()
291 // Ensure the 2 new association endpoints are under the new owner in TEST_F()
306 // Make it look like the assoc endpoints are on D-Bus in TEST_F()
377 auto& endpoints = assoc->second; in TEST_F() local
378 EXPECT_EQ(endpoints.size(), 2); in TEST_F()
399 auto& endpoints = assoc->second; in TEST_F() local
400 EXPECT_EQ(endpoints.size(), 2); in TEST_F()
443 auto& endpoints = assoc->second; in TEST_F() local
444 EXPECT_EQ(endpoints.size(), 1); in TEST_F()
556 auto& endpoints = std::get<endpointsPos>(assocs->second); in TEST_F() local
559 EXPECT_TRUE(endpoints.empty()); in TEST_F()
564 auto& endpoints = std::get<endpointsPos>(assocs->second); in TEST_F() local
567 EXPECT_TRUE(endpoints.empty()); in TEST_F()