Home
last modified time | relevance | path

Searched refs:dbus_path (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Devent_notification.py60 def subscribe(self, dbus_path, enable_trace=False): argument
104 dbus_path = [path.strip() for path in dbus_path.split(",")]
105 dbus_path = {"paths": dbus_path}
107 self.__websocket.send(json.dumps(dbus_path))
/openbmc/openbmc-test-automation/bin/
H A Devent_notification_util.py55 event_notifications = my_event.subscribe(dbus_path, enable_trace)
/openbmc/skeleton/ledctl/
H A Dled_controller.c29 get_led_name(const char *dbus_path) in get_led_name() argument
34 led_name = strrchr(dbus_path, '/'); in get_led_name()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py1616 self.dbus_path = '/xyz/openbmc_project/logging/rest_api_logs'
1624 path=self.dbus_path)
1659 self.dbus_path)