HomeSort by relevance Sort by last modified time
    Searched refs:dbus_method (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 61 const char *dbus_method; member in struct:wpa_dbus_method_desc
dbus_new_introspect.c 102 for (dsc = methods; dsc && dsc->dbus_method; dsc++) {
105 add_entry(iface->xml, "method", dsc->dbus_method,
dbus_new_helpers.c 331 while (method_dsc && method_dsc->dbus_method) {
333 if (!os_strncmp(method_dsc->dbus_method, method,
341 if (method_dsc == NULL || method_dsc->dbus_method == NULL) {
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py     [all...]

Completed in 71 milliseconds