Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp983 const std::shared_ptr<std::set<std::string>>& invConnections, in getInventoryItemsData() argument
989 if (invConnectionsIndex >= invConnections->size()) in getInventoryItemsData()
997 auto it = invConnections->begin(); in getInventoryItemsData()
999 if (it != invConnections->end()) in getInventoryItemsData()
1007 [sensorsAsyncResp, inventoryItems, invConnections, in getInventoryItemsData()
1040 invConnections, std::move(callback), in getInventoryItemsData()
1102 std::shared_ptr<std::set<std::string>> invConnections = in getInventoryItemsConnections() local
1120 invConnections->insert(invConnection); in getInventoryItemsConnections()
1125 callback(invConnections); in getInventoryItemsConnections()
1699 invConnections) mutable { in getInventoryItems() argument
[all …]