Searched refs:mdns_service (Results 1 – 3 of 3) sorted by relevance
/external/openscreen/discovery/dnssd/impl/ |
D | publisher_impl_unittest.cc | 67 MockMdnsService* mdns_service() { return &mock_service_; } in mdns_service() function in openscreen::discovery::__anon46c0891e0111::PublisherImplTest 96 EXPECT_CALL(*mdns_service(), StartProbe(publisher(), domain, _)).Times(1); in TEST_F() 98 testing::Mock::VerifyAndClearExpectations(mdns_service()); in TEST_F() 101 EXPECT_CALL(*mdns_service(), RegisterRecord(_)) in TEST_F() 130 testing::Mock::VerifyAndClearExpectations(mdns_service()); in TEST_F() 134 EXPECT_CALL(*mdns_service(), UnregisterRecord(_)) in TEST_F() 170 EXPECT_CALL(*mdns_service(), StartProbe(publisher(), domain, _)).Times(1); in TEST_F() 172 testing::Mock::VerifyAndClearExpectations(mdns_service()); in TEST_F() 184 EXPECT_CALL(*mdns_service(), RegisterRecord(_)) in TEST_F() 200 testing::Mock::VerifyAndClearExpectations(mdns_service()); in TEST_F() [all …]
|
/external/openscreen/discovery/ |
D | BUILD.gn | 51 "mdns/public/mdns_service.cc", 52 "mdns/public/mdns_service.h",
|
/external/openscreen/ |
D | Android.bp | 100 "discovery/mdns/public/mdns_service.cc",
|