Home
last modified time | relevance | path

Searched refs:AVAHI_DBUS_INTERFACE_HOST_NAME_RESOLVER (Results 1 – 4 of 4) sorted by relevance

/external/avahi/avahi-daemon/
Ddbus-async-host-name-resolver.c59 …reply = dbus_message_new_signal(i->path, AVAHI_DBUS_INTERFACE_HOST_NAME_RESOLVER, avahi_dbus_map_r… in avahi_dbus_async_host_name_resolver_callback()
122 if (dbus_message_is_method_call(m, AVAHI_DBUS_INTERFACE_HOST_NAME_RESOLVER, "Free")) { in avahi_dbus_msg_async_host_name_resolver_impl()
/external/avahi/avahi-common/
Ddbus.h38 #define AVAHI_DBUS_INTERFACE_HOST_NAME_RESOLVER AVAHI_DBUS_NAME".HostNameResolver" macro
/external/avahi/avahi-client/
Dclient.c260 else if (dbus_message_is_signal(message, AVAHI_DBUS_INTERFACE_HOST_NAME_RESOLVER, "Found")) in filter_func()
262 else if (dbus_message_is_signal(message, AVAHI_DBUS_INTERFACE_HOST_NAME_RESOLVER, "Failure")) in filter_func()
Dresolver.c547 …ret = avahi_client_simple_method_call(client, r->path, AVAHI_DBUS_INTERFACE_HOST_NAME_RESOLVER, "F… in avahi_host_name_resolver_free()