OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServicePrinter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/tools/service_discovery_sniffer/
service_discovery_sniffer.h
17
// console. |client| must outlive the
ServicePrinter
.
18
class
ServicePrinter
{
20
ServicePrinter
(ServiceDiscoveryClient* client,
22
~
ServicePrinter
();
35
DISALLOW_COPY_AND_ASSIGN(
ServicePrinter
);
51
typedef std::map<std::string, linked_ptr<
ServicePrinter
> > ServiceMap;
service_discovery_sniffer.cc
17
ServicePrinter
::
ServicePrinter
(ServiceDiscoveryClient* client,
23
base::Bind(&
ServicePrinter
::OnServiceResolved,
27
ServicePrinter
::~
ServicePrinter
() {
30
void
ServicePrinter
::Added() {
35
void
ServicePrinter
::Changed() {
40
void
ServicePrinter
::Removed() {
44
void
ServicePrinter
::OnServiceResolved(ServiceResolver::RequestStatus status,
85
services_[service_name].reset(new
ServicePrinter
(client_, service_name))
[
all
...]
Completed in 582 milliseconds