Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dstorage_chassis.hpp334 const dbus::utility::MapperServiceMap& connectionNames = drive->second; in afterGetSubtreeSystemsStorageDrive() local
343 if (connectionNames.size() != 1) in afterGetSubtreeSystemsStorageDrive()
346 connectionNames.size()); in afterGetSubtreeSystemsStorageDrive()
361 addAllDriveInfo(asyncResp, connectionNames[0].first, path, in afterGetSubtreeSystemsStorageDrive()
362 connectionNames[0].second); in afterGetSubtreeSystemsStorageDrive()
382 for (const auto& [path, connectionNames] : subtree) in afterChassisDriveCollectionSubtreeGet()
390 if (connectionNames.empty()) in afterChassisDriveCollectionSubtreeGet()
474 for (const auto& [path, connectionNames] : subtree) in buildDrive()
482 if (connectionNames.empty()) in buildDrive()
502 addAllDriveInfo(asyncResp, connectionNames[0].first, path, in buildDrive()
[all …]
H A Dchassis.hpp543 connectionNames = object.second; in handleChassisGetSubTree() local
553 if (connectionNames.empty()) in handleChassisGetSubTree()
585 const std::string& connectionName = connectionNames[0].first; in handleChassisGetSubTree()
587 const std::vector<std::string>& interfaces2 = connectionNames[0].second; in handleChassisGetSubTree()
794 connectionNames = object.second; in handleChassisPatch() local
802 if (connectionNames.empty()) in handleChassisPatch()
809 connectionNames[0].second; in handleChassisPatch()
H A Dsystems.hpp359 connectionNames = object.second; in afterSystemGetSubTree() local
360 if (connectionNames.empty()) in afterSystemGetSubTree()
367 for (const auto& connection : connectionNames) in afterSystemGetSubTree()