Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/presence/
H A Dfan.cpp34 static const auto itemIface = "xyz.openbmc_project.Inventory.Item"s; variable
47 {{itemIface, in setPresence()
62 itemIface, "Present"s); in getPresence()
H A Derror_reporter.cpp41 const auto itemIface = "xyz.openbmc_project.Inventory.Item"s; variable
70 _bus, rules::propertiesChanged(path, itemIface), in ErrorReporter()
/openbmc/dbus-sensors/src/fan/
H A DTachSensor.cpp82 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 DTachSensor.hpp88 std::shared_ptr<sdbusplus::asio::dbus_interface> itemIface; member in TachSensor
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp692 itemIface = in Drive()
694 itemIface->register_property("Present", isPresent); in Drive()
695 itemIface->register_property("PrettyName", driveName); in Drive()
696 itemIface->initialize(); in Drive()
698 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()
744 objServer.remove_interface(itemIface); in ~Drive()
766 itemIface->get_object_path(), in createAsset()
[all …]
/openbmc/entity-manager/src/
H A Dentity_manager.cpp794 std::shared_ptr<sdbusplus::asio::dbus_interface> itemIface = in postToDbus() local
800 itemIface, item, objServer, in postToDbus()