Lines Matching defs:service
330 static int find_nodes(sd_bus *bus, const char *service, const char *path, Set *paths, bool many) {
340 r = sd_bus_call_method(bus, service, path, "org.freedesktop.DBus.Introspectable", "Introspect", &error, &reply, "");
343 printf("Failed to introspect object %s of service %s: %s\n", path, service, bus_error_message(&error, r));
345 log_error("Failed to introspect object %s of service %s: %s", path, service, bus_error_message(&error, r));
356 static int tree_one(sd_bus *bus, const char *service, const char *prefix, bool many) {
396 q = find_nodes(bus, service, p, paths, many);
881 log_error("Requires service and object path argument.");
896 log_error("Failed to introspect object %s of service %s: %s", argv[2], argv[1], bus_error_message(&error, r));
1092 log_error("Invalid service name '%s'", *i);
1706 " --auto-start=BOOL Auto-start destination service\n"
1713 " status [SERVICE] Show bus service, process or bus owner credentials\n"
1716 " tree [SERVICE...] Show object tree of service\n"