Lines Matching defs:destination
63 const char *destination,
80 r = sd_bus_message_new_method_call(bus, &m, destination, path, interface, member);
99 const char *destination,
118 r = sd_bus_message_new_method_call(bus, &m, destination, path, interface, member);
286 const char *destination,
309 r = sd_bus_call_method(bus, destination, path, "org.freedesktop.DBus.Properties", "Get", error, &rep, "ss", strempty(interface), member);
328 const char *destination,
350 r = sd_bus_call_method(bus, destination, path, "org.freedesktop.DBus.Properties", "Get", error, &reply, "ss", strempty(interface), member);
370 const char *destination,
393 r = sd_bus_call_method(bus, destination, path, "org.freedesktop.DBus.Properties", "Get", error, &reply, "ss", strempty(interface), member);
420 const char *destination,
441 r = sd_bus_call_method(bus, destination, path, "org.freedesktop.DBus.Properties", "Get", error, &reply, "ss", strempty(interface), member);
461 const char *destination,
483 r = sd_bus_message_new_method_call(bus, &m, destination, path, "org.freedesktop.DBus.Properties", "Set");