Searched refs:sensorNames (Results 1 – 7 of 7) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | 245 const std::shared_ptr<std::set<std::string>>& sensorNames, in getObjectsWithConnection() argument 257 sensorNames](const boost::system::error_code& ec, in getObjectsWithConnection() 276 BMCWEB_LOG_DEBUG("sensorNames list count: {}", sensorNames->size()); in getObjectsWithConnection() 277 for (const std::string& tsensor : *sensorNames) in getObjectsWithConnection() 287 if (sensorNames->find(object.first) != sensorNames->end()) in getObjectsWithConnection() 315 const std::shared_ptr<std::set<std::string>>& sensorNames, in getConnections() argument 323 getObjectsWithConnection(sensorsAsyncResp, sensorNames, in getConnections() 1154 const std::shared_ptr<std::set<std::string>>& sensorNames, in getInventoryItemAssociations() argument 1164 sensorNames](const boost::system::error_code& ec, in getInventoryItemAssociations() 1190 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/failsafeloggers/ |
H A D | builder.cpp | 49 std::vector<std::string> sensorNames = in buildFailsafeLoggers() local 51 for (const std::string& sensorName : sensorNames) in buildFailsafeLoggers()
|
/openbmc/pldm/platform-mc/ |
H A D | terminus.cpp | 249 const auto& [sensorId, sensorCnt, sensorNames] = in getSensorAuxiliaryNames() 411 const auto& [sensorId, sensorCnt, sensorNames] = in addNumericSensor() 415 for (const auto& [languageTag, name] : sensorNames[0]) in addNumericSensor() 522 const auto& [sensorId, sensorCnt, sensorNames] = *sensorAuxiliaryNames; in addCompactNumericSensor() 525 for (const auto& [languageTag, name] : sensorNames[0]) in addCompactNumericSensor()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbusconfiguration.cpp | 971 std::vector<std::string> sensorNames = in init() local 992 for (const std::string& sensorName : sensorNames) in init()
|