Searched refs:rep (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-convenience.c294 sd_bus_message *rep = NULL; local
309 r = sd_bus_call_method(bus, destination, path, "org.freedesktop.DBus.Properties", "Get", error, &rep, "ss", strempty(interface), member);
313 r = sd_bus_message_enter_container(rep, 'v', type);
315 sd_bus_message_unref(rep);
319 *reply = rep;
/systemd/src/shared/
H A Dbus-util.c198 _cleanup_(sd_bus_message_unrefp) sd_bus_message *rep = NULL;
210 &rep,
216 r = sd_bus_message_read_basic(rep, 'b', &has_owner);

Completed in 447 milliseconds