Searched defs:iface (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-objects.c779 const char *iface,
799 found_interface = !iface ||
800 streq(iface, "org.freedesktop.DBus.Properties") ||
801 streq(iface, "org.freedesktop.DBus.Peer") ||
802 streq(iface, "org.freedesktop.DBus.Introspectable");
821 if (iface && !streq(c->interface, iface))
836 "Unknown interface '%s'.", iface);
1288 const char *iface; local
1294 r = sd_bus_message_read(m, "s", &iface);
774 property_get_all_callbacks_run( sd_bus *bus, sd_bus_message *m, struct node_vtable *first, bool require_fallback, const char *iface, bool *found_object) argument
[all...]

Completed in 16 milliseconds