Lines Matching full:connections

242  * @param callback Callback for processing gathered connections
273 // Make unique list of connections only for requested sensor types in getObjectsWithConnection()
275 std::set<std::string> connections; in getObjectsWithConnection() local
296 connections.insert(objData.first); in getObjectsWithConnection()
302 BMCWEB_LOG_DEBUG("Found {} connections", connections.size()); in getObjectsWithConnection()
303 callback(std::move(connections), std::move(objectsWithConnection)); in getObjectsWithConnection()
310 * @brief Create connections necessary for sensors
313 * @param callback Callback for processing gathered connections
322 const std::set<std::string>& connections, in getConnections()
324 /*objectsWithConnection*/) { callback(connections); }; in getConnections() argument
569 *crow::connections::systemBus, owner, path, in populateFanRedundancy()
954 * Uses the specified connections (services) to obtain D-Bus data for inventory
975 * @param invConnections Connections that provide data for the inventory items.
990 // If no more connections left, call callback in getInventoryItemsData()
1053 * @brief Gets connections that provide D-Bus data for inventory items.
1055 * Gets the D-Bus connections (services) that provide data for the inventory
1058 * Finds the connections asynchronously. Invokes callback when information has
1068 * @param callback Callback to invoke when connections have been obtained.
1103 // Make unique list of connections for desired inventory items in getInventoryItemsConnections()
1117 // Store all connections to inventory item in getInventoryItemsConnections()
1288 * Uses the specified connections (services) to obtain D-Bus data for inventory
1309 * @param ledConnections Connections that provide data for the inventory leds.
1323 // If no more connections left, call callback in getInventoryLedData()
1399 * Gets the D-Bus connections (services) that provide LED data for the LEDs
1447 // Build map of LED object paths to connections in getInventoryLeds()
1482 * Uses the specified connections (services) (currently assumes just one) to
1499 * @param psAttributesConnections Connections that provide data for the Power
1514 BMCWEB_LOG_DEBUG("Can't find PowerSupplyAttributes, no connections!"); in getPowerSupplyAttributesData()
1723 // Find led connections and get the data in getInventoryItems()
1729 // Get inventory item data from connections in getInventoryItems()
1736 // Get connections that provide inventory item data in getInventoryItems()
1836 * The connections set contains all the connections that provide sensor values.
1843 * @param connections Connections that provide sensor values.
1850 const std::set<std::string>& connections, in getSensorData() argument
1855 for (const std::string& connection : connections) in getSensorData()
2079 const std::set<std::string>& connections) { in processSensorList() argument
2082 [sensorsAsyncResp, sensorNames, connections]( in processSensorList()
2087 getSensorData(sensorsAsyncResp, sensorNames, connections, in processSensorList()
2099 // Get set of connections that provide sensor values in processSensorList()
2237 std::string>& /*connections*/, in setSensorsOverride()
2420 *crow::connections::systemBus, connectionName, sensorPath, "", in getSensorFromDbus()