Searched refs:PublishService (Results 1 – 6 of 6) sorted by relevance
/external/libweave/include/weave/provider/test/ |
D | mock_dns_service_discovery.h | 21 MOCK_METHOD3(PublishService,
|
/external/libweave/include/weave/provider/ |
D | dns_service_discovery.h | 86 virtual void PublishService(const std::string& service_type,
|
/external/libweave/examples/provider/ |
D | avahi_client.h | 26 void PublishService(const std::string& service_type,
|
D | avahi_client.cc | 53 void AvahiClient::PublishService(const std::string& service_type, in PublishService() function in weave::examples::AvahiClient
|
/external/libweave/src/privet/ |
D | publisher.cc | 80 dns_sd_->PublishService(kPrivetServiceType, port, txt_record); in ExposeService()
|
/external/libweave/src/ |
D | weave_unittest.cc | 221 EXPECT_CALL(dns_sd_, PublishService(_, _, _)).WillRepeatedly(Return()); in InitDnsSd() 235 EXPECT_CALL(dns_sd_, PublishService("_privet._tcp", 11, MatchTxt(txt))) in InitDnsSdPublishing() 242 EXPECT_CALL(dns_sd_, PublishService("_privet._tcp", 11, MatchTxt(txt))) in InitDnsSdPublishing()
|