Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue16 :total-number-of-cells="allSensors.length"
218 allSensors() {
227 return this.getFilteredTableData(this.allSensors, this.activeFilters);
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp331 const std::vector<std::string>* allSensors, in reduceSensorList() argument
334 if ((allSensors == nullptr) || (activeSensors == nullptr)) in reduceSensorList()
343 if (allSensors->empty()) in reduceSensorList()
351 for (const std::string& sensor : *allSensors) in reduceSensorList()