Searched refs:CheckForPublishedService (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/openscreen/cast/common/discovery/e2e_test/ |
H A D | tests.cc | 242 void CheckForPublishedService(ReceiverInfo receiver_info, in CheckForPublishedService() function in openscreen::cast::__anondea816320111::DiscoveryE2ETest 247 CheckForPublishedService(std::move(info), has_been_seen, 0, true); in CheckForPublishedService() 259 CheckForPublishedService(std::move(info), has_been_seen, 0, false); in CheckNotPublishedService() 288 void CheckForPublishedService(ReceiverInfo receiver_info, in CheckForPublishedService() function in openscreen::cast::__anondea816320111::DiscoveryE2ETest 302 CheckForPublishedService(std::move(info), has_been_seen, attempts, in CheckForPublishedService() 364 CheckForPublishedService(instance1, &found1); in TEST_F() 365 CheckForPublishedService(instance2, &found2); in TEST_F() 366 CheckForPublishedService(instance3, &found3); in TEST_F() 410 CheckForPublishedService(instance1, &found1); in TEST_F() 411 CheckForPublishedService(instance2, &found2); in TEST_F() [all …]
|