Home
last modified time | relevance | path

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

/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp697 operationalIface = objServer.add_interface( in Drive()
701 operationalIface->register_property( in Drive()
722 operationalIface->initialize(); in Drive()
745 objServer.remove_interface(operationalIface); in ~Drive()
791 operationalIface->set_property("Functional", false); in markFailed()
800 operationalIface->set_property("Functional", true); in clearFailed()
840 std::shared_ptr<sdbusplus::asio::dbus_interface> operationalIface; member