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

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 29 for (dsc = props; dsc && dsc->dbus_property; dsc++) {
48 &dsc->dbus_property)) {
250 while (property_dsc && property_dsc->dbus_property) {
253 if (!os_strncmp(property_dsc->dbus_property, property,
261 if (property_dsc == NULL || property_dsc->dbus_property == NULL) {
614 for (dsc = obj_dsc->properties, i = 0; dsc && dsc->dbus_property;
631 &dsc->dbus_property))
639 __func__, dsc->dbus_property,
644 __func__, dsc->dbus_property);
844 for (dsc = obj_desc->properties, i = 0; dsc && dsc->dbus_property;
    [all...]
dbus_new_helpers.h 83 const char *dbus_property; member in struct:wpa_dbus_property_desc
dbus_new_introspect.c 88 dsc->dbus_property, dsc->type,
127 for (dsc = properties; dsc && dsc->dbus_property; dsc++) {
dbus_new.c     [all...]

Completed in 1051 milliseconds