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()
239 // Make it look like the assoc endpoints are on D-Bus in TEST_F()
252 // interfaces and that those endpoints match in TEST_F()
271 // Make it look like the assoc endpoints are on D-Bus in TEST_F()
289 // Ensure the 2 new association endpoints are under the new owner in TEST_F()
304 // Make it look like the assoc endpoints are on D-Bus in TEST_F()
375 auto& endpoints = assoc->second; in TEST_F() local
376 EXPECT_EQ(endpoints.size(), 2); in TEST_F()
397 auto& endpoints = assoc->second; in TEST_F() local
398 EXPECT_EQ(endpoints.size(), 2); in TEST_F()
441 auto& endpoints = assoc->second; in TEST_F() local
442 EXPECT_EQ(endpoints.size(), 1); in TEST_F()
554 auto& endpoints = std::get<endpointsPos>(assocs->second); in TEST_F() local
557 EXPECT_TRUE(endpoints.empty()); in TEST_F()
562 auto& endpoints = std::get<endpointsPos>(assocs->second); in TEST_F() local
565 EXPECT_TRUE(endpoints.empty()); in TEST_F()