Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/mmc/
H A Dactivation_mmc.hpp25 void unitStateChange(sdbusplus::message_t& msg) override;
H A Dactivation_mmc.cpp18 void ActivationMMC::unitStateChange(sdbusplus::message_t&) {} in unitStateChange() function in openpower::software::updater::ActivationMMC
/openbmc/openpower-pnor-code-mgmt/static/
H A Dactivation_static.hpp28 void unitStateChange(sdbusplus::message_t& msg) override;
H A Dactivation_static.cpp111 void ActivationStatic::unitStateChange(sdbusplus::message_t& msg) in unitStateChange() function in openpower::software::updater::ActivationStatic
/openbmc/openpower-pnor-code-mgmt/
H A Dactivation.hpp168 std::bind(std::mem_fn(&Activation::unitStateChange), this, in Activation()
255 virtual void unitStateChange(sdbusplus::message_t& msg) = 0;
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.hpp139 std::bind(&Activation::unitStateChange, this, in Activation()
199 void unitStateChange(sdbusplus::message_t& msg);
H A Dactivation.cpp64 void Activation::unitStateChange(sdbusplus::message_t& msg) in unitStateChange() function in phosphor::software::updater::Activation
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dactivation_ubi.hpp63 void unitStateChange(sdbusplus::message_t& msg) override;
H A Dactivation_ubi.cpp131 void ActivationUbi::unitStateChange(sdbusplus::message_t& msg) in unitStateChange() function in openpower::software::updater::ActivationUbi
/openbmc/phosphor-bmc-code-mgmt/
H A Dactivation.hpp209 std::bind(std::mem_fn(&Activation::unitStateChange), this, in Activation()
271 void unitStateChange(sdbusplus::message_t& msg);
H A Dactivation.cpp310 void Activation::unitStateChange(sdbusplus::message_t& msg) in unitStateChange() function in phosphor::software::updater::Activation