Home
last modified time | relevance | path

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

/external/avahi/avahi-daemon/
Ddbus-service-browser.c76 if (dbus_message_is_method_call(m, AVAHI_DBUS_INTERFACE_SERVICE_BROWSER, "Free")) { in avahi_dbus_msg_service_browser_impl()
106 …m = dbus_message_new_signal(i->path, AVAHI_DBUS_INTERFACE_SERVICE_BROWSER, avahi_dbus_map_browse_s… in avahi_dbus_service_browser_callback()
/external/avahi/avahi-common/
Ddbus.h36 #define AVAHI_DBUS_INTERFACE_SERVICE_BROWSER AVAHI_DBUS_NAME".ServiceBrowser" macro
/external/avahi/avahi-client/
Dclient.c244 else if (dbus_message_is_signal(message, AVAHI_DBUS_INTERFACE_SERVICE_BROWSER, "ItemNew")) in filter_func()
246 else if (dbus_message_is_signal(message, AVAHI_DBUS_INTERFACE_SERVICE_BROWSER, "ItemRemove")) in filter_func()
248 … else if (dbus_message_is_signal(message, AVAHI_DBUS_INTERFACE_SERVICE_BROWSER, "CacheExhausted")) in filter_func()
250 else if (dbus_message_is_signal(message, AVAHI_DBUS_INTERFACE_SERVICE_BROWSER, "AllForNow")) in filter_func()
252 else if (dbus_message_is_signal(message, AVAHI_DBUS_INTERFACE_SERVICE_BROWSER, "Failure")) in filter_func()
Dbrowser.c699 …r = avahi_client_simple_method_call(client, b->path, AVAHI_DBUS_INTERFACE_SERVICE_BROWSER, "Free"); in avahi_service_browser_free()