Home
last modified time | relevance | path

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

/external/avahi/avahi-daemon/
Ddbus-async-address-resolver.c60 …reply = dbus_message_new_signal(i->path, AVAHI_DBUS_INTERFACE_ADDRESS_RESOLVER, avahi_dbus_map_res… in avahi_dbus_async_address_resolver_callback()
124 if (dbus_message_is_method_call(m, AVAHI_DBUS_INTERFACE_ADDRESS_RESOLVER, "Free")) { in avahi_dbus_msg_async_address_resolver_impl()
/external/avahi/avahi-common/
Ddbus.h37 #define AVAHI_DBUS_INTERFACE_ADDRESS_RESOLVER AVAHI_DBUS_NAME".AddressResolver" macro
/external/avahi/avahi-client/
Dclient.c265 else if (dbus_message_is_signal(message, AVAHI_DBUS_INTERFACE_ADDRESS_RESOLVER, "Found")) in filter_func()
267 else if (dbus_message_is_signal(message, AVAHI_DBUS_INTERFACE_ADDRESS_RESOLVER, "Failure")) in filter_func()
Dresolver.c769 …ret = avahi_client_simple_method_call(client, r->path, AVAHI_DBUS_INTERFACE_ADDRESS_RESOLVER, "Fre… in avahi_address_resolver_free()