Home
last modified time | relevance | path

Searched refs:SensorObject (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp63 using SensorObject = sdbusplus::server::object_t<SensorInterface>; typedef
1065 std::unique_ptr<SensorObject> inputVoltageRatingIface;
H A Dpower_supply.cpp1256 inputVoltageRatingIface = std::make_unique<SensorObject>( in setInputVoltageRating()
1257 bus, path.c_str(), SensorObject::action::defer_emit); in setInputVoltageRating()