Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_introspect.c102 for (dsc = methods; dsc && dsc->dbus_method; dsc++) { in extract_interfaces_methods()
105 add_entry(iface->xml, "method", dsc->dbus_method, in extract_interfaces_methods()
Ddbus_new_helpers.h61 const char *dbus_method; member
Ddbus_new_helpers.c331 while (method_dsc && method_dsc->dbus_method) { in msg_method_handler()
333 if (!os_strncmp(method_dsc->dbus_method, method, in msg_method_handler()
341 if (method_dsc == NULL || method_dsc->dbus_method == NULL) { in msg_method_handler()
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py1197 def advertising_async_method(self, dbus_method, argument
1230 dbus_method(*args, reply_handler=successful_cb, error_handler=error_cb)