Searched refs:ledConnections (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | 1308 std::shared_ptr<std::map<std::string, std::string>> ledConnections, in getInventoryLedData() argument 1314 if (ledConnectionsIndex >= ledConnections->size()) in getInventoryLedData() 1322 auto it = ledConnections->begin(); in getInventoryLedData() 1324 if (it != ledConnections->end()) in getInventoryLedData() 1330 [sensorsAsyncResp, inventoryItems, ledConnections, ledPath, in getInventoryLedData() 1371 ledConnections, std::move(callback), in getInventoryLedData() 1439 std::shared_ptr<std::map<std::string, std::string>> ledConnections = in getInventoryLeds() local 1457 (*ledConnections)[ledPath] = connection; in getInventoryLeds() 1464 ledConnections, std::move(callback)); in getInventoryLeds()
|