Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dopenbmc_message_registry.hpp2401 inventoryAdded = 55, enumerator
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp722 void inventoryAdded(sdbusplus::message_t& msg);
H A Dpower_supply.cpp87 [this](auto& msg) { this->inventoryAdded(msg); }); in PowerSupply()
827 void PowerSupply::inventoryAdded(sdbusplus::message_t& msg) in inventoryAdded() function in phosphor::power::psu::PowerSupply