Lines Matching refs:dbus
230 sdbusplus::bus_t dbus(bus); in getSensorSubtree() local
232 dbus, in getSensorSubtree()
238 dbus, in getSensorSubtree()
252 dbus.new_method_call("xyz.openbmc_project.ObjectMapper", in getSensorSubtree()
264 auto mapperReply = dbus.call(mapperCall); in getSensorSubtree()
454 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getObjectInterfaces() local
457 dbus->new_method_call("xyz.openbmc_project.ObjectMapper", in getObjectInterfaces()
464 sdbusplus::message_t response = dbus->call(getObjectMessage); in getObjectInterfaces()
481 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getEntityManagerProperties() local
484 dbus->new_method_call("xyz.openbmc_project.EntityManager", path, in getEntityManagerProperties()
490 sdbusplus::message_t response = dbus->call(getProperties); in getEntityManagerProperties()