OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiscoverNewServices
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
service_discovery_client_mac.h
52
virtual void
DiscoverNewServices
(bool force_update) OVERRIDE;
service_discovery_device_lister.cc
39
service_watcher_->
DiscoverNewServices
(force_update);
privet_device_lister_unittest.cc
46
MOCK_METHOD1(
DiscoverNewServices
, void(bool force_update));
311
EXPECT_CALL(*service_watcher,
DiscoverNewServices
(false));
service_discovery_host_client.cc
79
virtual void
DiscoverNewServices
(bool force_update) OVERRIDE {
80
DVLOG(1) << "ServiceWatcher::
DiscoverNewServices
with id " << id_;
/external/chromium_org/chrome/common/local_discovery/
service_discovery_client.h
68
virtual void
DiscoverNewServices
(bool force_update) = 0;
/external/chromium_org/chrome/tools/service_discovery_sniffer/
service_discovery_sniffer.cc
76
watcher_->
DiscoverNewServices
(false);
/external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_unittest.cc
236
TEST_F(ServiceDiscoveryTest,
DiscoverNewServices
) {
247
watcher->
DiscoverNewServices
(false);
service_discovery_client_impl.h
61
virtual void
DiscoverNewServices
(bool force_update) OVERRIDE;
service_discovery_message_handler.cc
332
service_watchers_[id]->
DiscoverNewServices
(force_update);
service_discovery_client_impl.cc
76
void ServiceWatcherImpl::
DiscoverNewServices
(bool force_update) {
Completed in 909 milliseconds