Home
last modified time | relevance | path

Searched refs:ServiceBrowserPrivate (Results 1 – 7 of 7) sorted by relevance

/dports/dns/kf5-kdnssd/kdnssd-5.89.0/src/
H A Davahi-servicebrowser.cpp21 : d(new ServiceBrowserPrivate(this)) in ServiceBrowser()
101 connect(&d->m_timer, &QTimer::timeout, d, &ServiceBrowserPrivate::browserFinished); in startBrowse()
105 void ServiceBrowserPrivate::serviceResolved(bool success) in serviceResolved()
125 void ServiceBrowserPrivate::gotGlobalItemNew(int interface, in gotGlobalItemNew()
139 void ServiceBrowserPrivate::gotGlobalItemRemove(int interface, in gotGlobalItemRemove()
153 void ServiceBrowserPrivate::gotGlobalAllForNow(QDBusMessage msg) in gotGlobalAllForNow()
161 RemoteService::Ptr ServiceBrowserPrivate::find(RemoteService::Ptr s, const QList<RemoteService::Ptr… in find()
170 void ServiceBrowserPrivate::gotNewService(int, int, const QString &name, const QString &type, const… in gotNewService()
184 void ServiceBrowserPrivate::gotRemoveService(int, int, const QString &name, const QString &type, co… in gotRemoveService()
201 void ServiceBrowserPrivate::browserFinished() in browserFinished()
[all …]
H A Dmdnsd-servicebrowser.cpp37 : d(new ServiceBrowserPrivate(this)) in ServiceBrowser()
65 void ServiceBrowserPrivate::serviceResolved(bool success) in serviceResolved()
108 void ServiceBrowserPrivate::queryFinished() in queryFinished()
125 RemoteService::Ptr ServiceBrowserPrivate::find(RemoteService::Ptr s, const QList<RemoteService::Ptr… in find()
134 void ServiceBrowserPrivate::customEvent(QEvent *event) in customEvent()
173 void ServiceBrowserPrivate::onTimeout() in onTimeout()
H A Dservicebrowser.h21 class ServiceBrowserPrivate; variable
273 friend class ServiceBrowserPrivate;
274 std::unique_ptr<ServiceBrowserPrivate> const d;
H A Davahi-servicebrowser_p.h21 class ServiceBrowserPrivate : public QObject, public AvahiListener
26 ServiceBrowserPrivate(ServiceBrowser *parent) in ServiceBrowserPrivate() function
33 ~ServiceBrowserPrivate() override in ~ServiceBrowserPrivate()
H A Dmdnsd-servicebrowser_p.h20 class ServiceBrowserPrivate : public Responder
24 ServiceBrowserPrivate(ServiceBrowser *parent) in ServiceBrowserPrivate() function
H A Ddummy-servicebrowser.cpp16 class ServiceBrowserPrivate class
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A Ddnssdutil.c2908 typedef struct ServiceBrowserPrivate * ServiceBrowserRef;
29471 struct ServiceBrowserPrivate struct