Searched refs:itemIface (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-fan-presence/presence/ |
H A D | fan.cpp | 34 static const auto itemIface = "xyz.openbmc_project.Inventory.Item"s; variable 47 {{itemIface, in setPresence() 62 itemIface, "Present"s); in getPresence()
|
H A D | error_reporter.cpp | 39 const auto itemIface = "xyz.openbmc_project.Inventory.Item"s; variable 68 _bus, rules::propertiesChanged(path, itemIface), in ErrorReporter()
|
/openbmc/dbus-sensors/src/fan/ |
H A D | TachSensor.cpp | 82 itemIface = in TachSensor() 85 itemIface->register_property("PrettyName", in TachSensor() 87 itemIface->register_property("Present", true); in TachSensor() 88 itemIface->initialize(); in TachSensor() 112 objServer.remove_interface(itemIface); in ~TachSensor() 168 itemIface->set_property("Present", !missing); in handleResponse()
|
H A D | TachSensor.hpp | 88 std::shared_ptr<sdbusplus::asio::dbus_interface> itemIface; member in TachSensor
|
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 699 itemIface = in Drive() 701 itemIface->register_property("Present", isPresent); in Drive() 702 itemIface->register_property("PrettyName", driveName); in Drive() 703 itemIface->initialize(); in Drive() 705 itemIface->get_object_path(), in Drive() 731 itemIface->get_object_path(), "xyz.openbmc_project.State.Drive"); in Drive() 735 objServer.add_interface(itemIface->get_object_path(), in Drive() 738 associations = objServer.add_interface(itemIface->get_object_path(), in Drive() 751 objServer.remove_interface(itemIface); 773 itemIface in createAsset() 839 std::shared_ptr<sdbusplus::asio::dbus_interface> itemIface; global() member [all...] |
/openbmc/entity-manager/src/entity_manager/ |
H A D | entity_manager.cpp | 309 std::shared_ptr<sdbusplus::asio::dbus_interface> itemIface = in postToDbus() 316 io, systemConfiguration, jsonPointerPath, itemIface, item, in postToDbus() 306 std::shared_ptr<sdbusplus::asio::dbus_interface> itemIface = postToDbus() local
|