/openbmc/phosphor-gpio-monitor/presence/ |
H A D | gpio_presence.cpp | 75 updateInventory(present); in determinePresence() 123 updateInventory(present); in analyzeEvent() 127 updateInventory(present); in analyzeEvent() 156 void Presence::updateInventory(bool present) in updateInventory() function in phosphor::gpio::presence::Presence
|
H A D | gpio_presence.hpp | 108 void updateInventory(bool present);
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan.cpp | 80 if (updateInventory(functionalState) && !functionalState) in Fan() 206 updateInventory(false); in startMonitor() 406 updateInventory(true); in updateState() 417 updateInventory(false); in updateState() 426 bool Fan::updateInventory(bool functional) in updateInventory() function in phosphor::fan::monitor::Fan 480 updateInventory(true); in presenceChanged() 566 updateInventory(true); in powerStateChanged()
|
H A D | tach_sensor.cpp | 96 updateInventory(_functional); in TachSensor() 265 updateInventory(_functional); in setFunctional() 399 void TachSensor::updateInventory(bool functional) in updateInventory() function in phosphor::fan::monitor::TachSensor
|
H A D | fan.hpp | 219 bool updateInventory(bool functional);
|
H A D | tach_sensor.hpp | 418 void updateInventory(bool functional);
|
/openbmc/phosphor-gpio-monitor/multi-presence/ |
H A D | gpio_presence.cpp | 87 void GpioPresence::updateInventory(bool present) in updateInventory() function in phosphor::gpio::GpioPresence 161 updateInventory(gpioLineEvent.event_type == GPIOD_LINE_EVENT_RISING_EDGE); in gpioEventHandler() 215 updateInventory(gpiod_line_get_value(gpioLine)); in requestGPIOEvents()
|
H A D | gpio_presence.hpp | 129 void updateInventory(bool present);
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | psu_manager.hpp | 256 void updateInventory() in updateInventory() function in phosphor::power::manager::PSUManager 260 psu->updateInventory(); in updateInventory()
|
H A D | power_supply.cpp | 88 updateInventory(); in PowerSupply() 222 updateInventory(); in updatePresenceGPIO() 812 updateInventory(); in inventoryChanged() 819 updateInventory(); in inventoryChanged() 849 updateInventory(); in inventoryAdded() 893 void PowerSupply::updateInventory() in updateInventory() function in phosphor::power::psu::PowerSupply
|
H A D | power_supply.hpp | 203 void updateInventory();
|
/openbmc/phosphor-fan-presence/cooling-type/ |
H A D | cooling_type.hpp | 65 void updateInventory(const std::string& path);
|
H A D | main.cpp | 80 coolingType.updateInventory(objpath); in main()
|
H A D | cooling_type.cpp | 105 void CoolingType::updateInventory(const std::string& objpath) in updateInventory() function in phosphor::cooling::type::CoolingType
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 86 updateInventory(); in PowerSupply() 117 updateInventory(); 211 updateInventory(); in inventoryChanged() 644 void PowerSupply::updateInventory() in updateInventory() function in witherspoon::power::psu::PowerSupply
|
H A D | power_supply.hpp | 382 void updateInventory();
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 63 updateInventory(); in PowerSupply() 96 updateInventory(); 205 updateInventory(); in inventoryChanged() 614 void PowerSupply::updateInventory() in updateInventory() function in phosphor::power::psu::PowerSupply
|
H A D | power_supply.hpp | 399 void updateInventory();
|
/openbmc/ipmi-fru-parser/ |
H A D | writefrudata.cpp | 173 int updateInventory(FruAreaVector& areaVector, sdbusplus::bus_t& bus) in updateInventory() function 728 rc = updateInventory(fruAreaVec, bus); in validateFRUArea()
|
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | power_supply_tests.cpp | 979 psu.updateInventory(); in TEST_F() 1011 psu.updateInventory(); in TEST_F() 1022 psu.updateInventory(); in TEST_F()
|