Lines Matching refs:interface
170 const char *interface,
179 if (ctx == NULL || object_path == NULL || interface == NULL
185 * In: string:interface
196 bret = dbus_message_append_args(msg, DBUS_TYPE_STRING, &interface,
226 const char *interface,
234 if (ctx == NULL || object_path == NULL || interface == NULL
245 bret = dbus_message_append_args(msg, DBUS_TYPE_STRING, &interface,
274 const char *interface,
282 if (ctx == NULL || object_path == NULL || interface == NULL
287 ret = sss_sifp_fetch_all_attrs(ctx, object_path, interface, &attrs);
317 object->interface = sss_sifp_strdup(ctx, interface);
318 if (object->interface == NULL) {
433 _free(ctx, object->interface);