Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A Dsensor.hpp431 void markFunctional(bool isFunctional) in markFunctional()
435 operationalInterface->set_property("Functional", isFunctional); in markFunctional()
437 if (isFunctional) in markFunctional()
/openbmc/phosphor-bmc-code-mgmt/
H A Dversion.hpp167 bool isFunctional() const in isFunctional() function in phosphor::software::manager::Version
H A Ditem_updater.cpp404 if (it->second->isFunctional() && ACTIVE_BMC_MAX_ALLOWED > 1) in erase()
460 if (!versionIt.second->isFunctional()) in deleteAll()
791 ->second->isFunctional() && in freeSpace()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp341 bool isFunctional = true; member in redfish::InventoryItem
684 if ((inventoryItem != nullptr) && !(inventoryItem->isFunctional)) in getHealth()
1420 inventoryItem.isFunctional = *value; in storeInventoryItemData()
2267 const char* health = inventoryItem.isFunctional ? "OK" : "Critical"; in getPowerSupply()