Lines Matching refs:dbus
116 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getSensorSubtree() local
118 *dbus, in getSensorSubtree()
124 *dbus, in getSensorSubtree()
139 auto lbdUpdateSensorTree = [&dbus](const char* path, in getSensorSubtree()
141 auto mapperCall = dbus->new_method_call( in getSensorSubtree()
151 auto mapperReply = dbus->call(mapperCall); in getSensorSubtree()
393 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getObjectInterfaces() local
396 dbus->new_method_call("xyz.openbmc_project.ObjectMapper", in getObjectInterfaces()
403 sdbusplus::message_t response = dbus->call(getObjectMessage); in getObjectInterfaces()
418 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getEntityManagerProperties() local
421 dbus->new_method_call("xyz.openbmc_project.EntityManager", path, in getEntityManagerProperties()
427 sdbusplus::message_t response = dbus->call(getProperties); in getEntityManagerProperties()