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.hpp975 std::shared_ptr<std::set<std::string>> invConnections, Callback&& callback, in getInventoryItemsData() argument
981 if (invConnectionsIndex >= invConnections->size()) in getInventoryItemsData()
989 auto it = invConnections->begin(); in getInventoryItemsData()
991 if (it != invConnections->end()) in getInventoryItemsData()
999 [sensorsAsyncResp, inventoryItems, invConnections, in getInventoryItemsData()
1032 invConnections, std::move(callback), in getInventoryItemsData()
1094 std::shared_ptr<std::set<std::string>> invConnections = in getInventoryItemsConnections() local
1112 invConnections->insert(invConnection); in getInventoryItemsConnections()
1117 callback(invConnections); in getInventoryItemsConnections()
1692 invConnections) mutable { in getInventoryItems() argument
[all …]