Home
last modified time | relevance | path

Searched refs:get_object_path (Results 1 – 6 of 6) sorted by relevance

/openbmc/dbus-sensors/src/
H A Dsensor.hpp343 dbusConnection, sensorInterface->get_object_path(), in setInitialProperties()
358 dbusConnection, sensorInterface->get_object_path(), in setInitialProperties()
379 dbusConnection, sensorInterface->get_object_path(), in setInitialProperties()
H A DPwmSensor.cpp165 conn, sensorInterface->get_object_path(), in PwmSensor()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp698 itemIface->get_object_path(), in Drive()
724 itemIface->get_object_path(), "xyz.openbmc_project.State.Drive"); in Drive()
728 objServer.add_interface(itemIface->get_object_path(), in Drive()
731 associations = objServer.add_interface(itemIface->get_object_path(), in Drive()
766 itemIface->get_object_path(), in createAsset()
937 hsbpItemIface->get_object_path(), in run()
942 objServer.add_interface(hsbpItemIface->get_object_path(), assetTag); in run()
1033 drive.itemIface->get_object_path(), ii, file)); in createDrives()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp827 std::string get_object_path(void) in get_object_path() function in sdbusplus::asio::dbus_interface
/openbmc/entity-manager/src/
H A Dfru_utils.cpp1074 std::string path = busIface.second->get_object_path(); in findIndexForFRU()
H A Dentity_manager.cpp98 << "object Path : " << iface->get_object_path() << "\n" in tryIfaceInitialize()