Home
last modified time | relevance | path

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

/openbmc/x86-power-control/src/
H A Dpower_control.cpp124 static std::shared_ptr<sdbusplus::asio::dbus_interface> chassisSlotIface; variable
585 chassisSlotIface->set_property("CurrentPowerState", in setSlotPowerState()
587 chassisSlotIface->set_property("LastStateChangeTime", getCurrentTimeMs()); in setSlotPowerState()
3259 chassisSlotIface = chassisSysServer.add_interface( in main()
3262 chassisSlotIface->register_property( in main()
3293 chassisSlotIface->register_property( in main()
3295 chassisSlotIface->register_property("LastStateChangeTime", in main()
3297 chassisSlotIface->initialize(); in main()