Home
last modified time | relevance | path

Searched refs:sd_bus_add_object_vtable (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-event/
H A Devent_messaged_sdbus.c435 r = sd_bus_add_object_vtable(bus, in send_log_to_dbus()
448 r = sd_bus_add_object_vtable(bus, in send_log_to_dbus()
464 r = sd_bus_add_object_vtable(bus, in send_log_to_dbus()
529 r = sd_bus_add_object_vtable(bus, in build_bus()
/openbmc/obmc-console/
H A Dconsole-dbus.c230 r = sd_bus_add_object_vtable(console->server->bus, NULL, in dbus_init()
241 r = sd_bus_add_object_vtable(console->server->bus, NULL, obj_name, in dbus_init()
/openbmc/sdbusplus/include/sdbusplus/test/
H A Dsdbus_mock.hpp19 MOCK_METHOD(int, sd_bus_add_object_vtable,
175 ON_CALL(*this, sd_bus_add_object_vtable).WillByDefault(slotcb); in SdBusMock()
/openbmc/sdbusplus/src/server/
H A Dinterface.cpp17 int r = intf->sd_bus_add_object_vtable(bus, &slot, path, interf, vtable, in makeObjVtable()
/openbmc/sdbusplus/include/sdbusplus/
H A Dsdbus.hpp25 virtual int sd_bus_add_object_vtable(
186 int sd_bus_add_object_vtable(sd_bus* bus, sd_bus_slot** slot, in sd_bus_add_object_vtable() function in sdbusplus::SdBusImpl
191 return ::sd_bus_add_object_vtable(bus, slot, path, interface, vtable, in sd_bus_add_object_vtable()
/openbmc/ipmitool/src/plugins/dbus/
H A Ddbus.c174 sd_bus_add_object_vtable(bus, NULL, object_path, interface, in ipmi_dbus_setup()
/openbmc/phosphor-host-postd/test/
H A Dpost_reporter_test.cpp49 sd_bus_add_object_vtable(IsNull(), _, StrEq(snoopObject), in TEST_F()
/openbmc/hiomapd/
H A Dtransport_dbus.c512 rc = sd_bus_add_object_vtable(context->bus, NULL, in transport_dbus_init()
521 rc = sd_bus_add_object_vtable(context->bus, NULL, in transport_dbus_init()
H A Dcontrol_legacy.c303 rc = sd_bus_add_object_vtable(context->bus, NULL, in control_legacy_init()
H A Dcontrol_dbus.c249 return sd_bus_add_object_vtable(context->bus, NULL, in control_dbus_init()
/openbmc/phosphor-mboxd/
H A Dmboxd_dbus.c354 rc = sd_bus_add_object_vtable(context->bus, NULL, DOBJ_NAME, DBUS_NAME, in init_mboxd_dbus()
/openbmc/skeleton/ledctl/
H A Dled_controller.c498 rc = sd_bus_add_object_vtable(bus_type, in start_led_services()
/openbmc/skeleton/fanctl/
H A Dfan_control.c364 rc = sd_bus_add_object_vtable(info->bus, in start_fan_services()
/openbmc/btbridge/
H A Dbtbridged.c679 r = sd_bus_add_object_vtable(context->bus, in main()