Searched refs:sensorNames (Results 1 – 7 of 7) sorted by relevance
| /openbmc/pldm/platform-mc/ |
| H A D | terminus.cpp | 274 const auto& [sensorId, sensorCnt, sensorNames] = in getSensorAuxiliaryNames() 434 auto sensorNames = getSensorNames(sensorId); in addNumericSensor() local 436 if (sensorNames.empty()) in addNumericSensor() 444 std::string sensorName = sensorNames.front(); in addNumericSensor() 540 auto sensorNames = getSensorNames(sensorId); in addCompactNumericSensor() local 542 if (sensorNames.empty()) in addCompactNumericSensor() 550 std::string sensorName = sensorNames.front(); in addCompactNumericSensor() 731 std::vector<std::string> sensorNames; in getSensorNames() local 735 sensorNames.emplace_back(defaultName); in getSensorNames() 740 return sensorNames; in getSensorNames() [all …]
|
| /openbmc/phosphor-pid-control/failsafeloggers/ |
| H A D | builder.cpp | 37 std::vector<std::string> sensorNames = in buildFailsafeLoggers() local 39 for (const std::string& sensorName : sensorNames) in buildFailsafeLoggers()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | sensors.hpp | 267 const std::shared_ptr<std::set<std::string>>& sensorNames, in getObjectsWithConnection() argument 279 sensorNames](const boost::system::error_code& ec, in getObjectsWithConnection() 298 BMCWEB_LOG_DEBUG("sensorNames list count: {}", sensorNames->size()); in getObjectsWithConnection() 299 for (const std::string& tsensor : *sensorNames) in getObjectsWithConnection() 309 if (sensorNames->contains(object.first)) in getObjectsWithConnection() 337 const std::shared_ptr<std::set<std::string>>& sensorNames, in getConnections() argument 345 getObjectsWithConnection(sensorsAsyncResp, sensorNames, in getConnections() 1184 const std::shared_ptr<std::set<std::string>>& sensorNames, in getInventoryItemAssociations() argument 1194 sensorNames](const boost::system::error_code& ec, in getInventoryItemAssociations() 1220 for (const std::string& sensorName : *sensorNames) in getInventoryItemAssociations() [all …]
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_discrete_threshold.cpp | 21 std::vector<std::string> sensorNames = {"Sensor1", "Sensor2"}; member in TestDiscreteThreshold 51 .WillByDefault(Return(sensorNames[idx])); in SetUp() 229 sensorNames[index], _, in testBodySensorIsUpdatedMultipleTimes() 263 .WillByDefault(Return(sensorNames[idx])); in SetUp() 298 .WillByDefault(Return(sensorNames[idx])); in SetUp()
|
| H A D | test_on_change_threshold.cpp | 20 std::vector<std::string> sensorNames = {"Sensor1", "Sensor2"}; member in TestOnChangeThreshold 37 .WillByDefault(Return(sensorNames[idx])); in SetUp() 143 commit(triggerId, Eq(std::nullopt), sensorNames[index], _, in TEST_P()
|
| H A D | test_numeric_threshold.cpp | 20 std::vector<std::string> sensorNames = {"Sensor1", "Sensor2"}; member in TestNumericThreshold 49 .WillByDefault(Return(sensorNames[idx])); in SetUp() 204 commit(triggerId, Eq(std::nullopt), sensorNames[index], in testBodySensorIsUpdatedMultipleTimes() 248 .WillByDefault(Return(sensorNames[idx])); in SetUp() 374 .WillByDefault(Return(sensorNames[idx])); in SetUp()
|
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbusconfiguration.cpp | 1041 std::vector<std::string> sensorNames = in init() local 1062 for (const std::string& sensorName : sensorNames) in init()
|