OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopPublishing
(Results
1 - 9
of
9
) sorted by null
/external/libweave/include/weave/provider/
dns_service_discovery.h
55
// Implementation of the
StopPublishing
(...) method should stop advertising
91
virtual void
StopPublishing
(const std::string& service_type) = 0;
/external/libweave/include/weave/provider/test/
mock_dns_service_discovery.h
25
MOCK_METHOD1(
StopPublishing
, void(const std::string&));
/system/weaved/buffet/
mdns_client.h
40
void
StopPublishing
(const std::string& service_type) override {}
avahi_mdns_client.h
40
void
StopPublishing
(const std::string& service_type) override;
avahi_mdns_client.cc
128
void AvahiMdnsClient::
StopPublishing
(const std::string& service_type) {
156
StopPublishing
(service_type);
/external/libweave/examples/provider/
avahi_client.h
29
void
StopPublishing
(const std::string& service_name) override;
avahi_client.cc
93
void AvahiClient::
StopPublishing
(const std::string& service_name) {
/external/libweave/src/privet/
publisher.cc
88
dns_sd_->
StopPublishing
(kPrivetServiceType);
/external/libweave/src/
weave_unittest.cc
222
EXPECT_CALL(dns_sd_,
StopPublishing
("_privet._tcp")).WillOnce(Return());
Completed in 225 milliseconds