Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1785 std::shared_ptr<std::map<std::string, std::string>> ledConnections, in getInventoryLedData() argument
1791 if (ledConnectionsIndex >= ledConnections->size()) in getInventoryLedData()
1799 auto it = ledConnections->begin(); in getInventoryLedData()
1801 if (it != ledConnections->end()) in getInventoryLedData()
1807 [sensorsAsyncResp, inventoryItems, ledConnections, ledPath, in getInventoryLedData()
1846 ledConnections, std::move(callback), in getInventoryLedData()
1913 std::shared_ptr<std::map<std::string, std::string>> ledConnections = in getInventoryLeds() local
1929 (*ledConnections)[ledPath] = connection; in getInventoryLeds()
1934 getInventoryLedData(sensorsAsyncResp, inventoryItems, ledConnections, in getInventoryLeds()