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

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 35 for (dsc = props; dsc && dsc->dbus_property; dsc++) {
54 &dsc->dbus_property)) {
256 while (property_dsc && property_dsc->dbus_property) {
259 if (!os_strncmp(property_dsc->dbus_property, property,
267 if (property_dsc == NULL || property_dsc->dbus_property == NULL) {
620 for (dsc = obj_dsc->properties, i = 0; dsc && dsc->dbus_property;
637 &dsc->dbus_property))
645 __func__, dsc->dbus_property,
650 __func__, dsc->dbus_property);
850 for (dsc = obj_desc->properties, i = 0; dsc && dsc->dbus_property;
    [all...]
dbus_new_helpers.h 89 const char *dbus_property; member in struct:wpa_dbus_property_desc
dbus_new_introspect.c 94 dsc->dbus_property, dsc->type,
133 for (dsc = properties; dsc && dsc->dbus_property; dsc++) {
dbus_new.c     [all...]

Completed in 5435 milliseconds