OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServiceResolver
(Results
1 - 3
of
3
) sorted by null
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceResolver.java
19
* The
ServiceResolver
queries three times consecutively for services of a given type, and then removes itself from the timer.
21
* The
ServiceResolver
will run only if JmDNS is in state ANNOUNCED. REMIND: Prevent having multiple service resolvers for the same type in the timer queue.
23
public class
ServiceResolver
extends DNSResolverTask {
27
public
ServiceResolver
(JmDNSImpl jmDNSImpl, String type) {
38
return "
ServiceResolver
(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
/external/avahi/avahi-sharp/
ServiceResolver.cs
36
public class
ServiceResolver
: ResolverBase, IDisposable
101
public
ServiceResolver
(Client client, string name, string type, string domain) : this (client, -1,
109
public
ServiceResolver
(Client client, ServiceInfo service) : this (client, service.NetworkInterface,
117
public
ServiceResolver
(Client client, int iface, Protocol proto, string name,
131
~
ServiceResolver
()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
ServiceResolver.java
29
class
ServiceResolver
{
44
public
ServiceResolver
(Context context, Observer observer, VendorInfo vendorInfo, String[] serviceTypes, String[] pdls) {
Completed in 67 milliseconds