Searched refs:eventInterface (Results 1 – 2 of 2) sorted by relevance
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUEvent.cpp | 50 eventInterface = objServer.add_interface( in PSUCombineEvent() 54 eventInterface->register_property("functional", true); in PSUCombineEvent() 56 if (!eventInterface->initialize()) in PSUCombineEvent() 73 eventInterface, path, conn, io, powerState, eventName, in PSUCombineEvent() 95 eventInterface, path, conn, io, powerState, groupEventName, in PSUCombineEvent() 118 objServer.remove_interface(eventInterface); in ~PSUCombineEvent() 140 std::shared_ptr<sdbusplus::asio::dbus_interface> eventInterface, in PSUSubEvent() 147 eventInterface(std::move(eventInterface)), asserts(std::move(asserts)), in PSUSubEvent() 341 eventInterface in updateValue() 141 PSUSubEvent(std::shared_ptr<sdbusplus::asio::dbus_interface> eventInterface,const std::string & path,std::shared_ptr<sdbusplus::asio::connection> & conn,boost::asio::io_context & io,const PowerState & powerState,const std::string & groupEventName,const std::string & eventName,std::shared_ptr<std::set<std::string>> asserts,std::shared_ptr<std::set<std::string>> combineEvent,std::shared_ptr<bool> state,const std::string & psuName,double pollRate) PSUSubEvent() argument [all...] |
H A D | PSUEvent.hpp | 43 PSUSubEvent(std::shared_ptr<sdbusplus::asio::dbus_interface> eventInterface, 54 std::shared_ptr<sdbusplus::asio::dbus_interface> eventInterface; member in PSUSubEvent 97 std::shared_ptr<sdbusplus::asio::dbus_interface> eventInterface; member in PSUCombineEvent
|