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.hpp660 const dbus::utility::MapperServiceMap& connectionNames = drive->second; in afterGetSubtreeSystemsStorageDrive() local
669 if (connectionNames.size() != 1) in afterGetSubtreeSystemsStorageDrive()
672 connectionNames.size()); in afterGetSubtreeSystemsStorageDrive()
687 addAllDriveInfo(asyncResp, connectionNames[0].first, path, in afterGetSubtreeSystemsStorageDrive()
688 connectionNames[0].second); in afterGetSubtreeSystemsStorageDrive()
748 for (const auto& [path, connectionNames] : subtree) in afterChassisDriveCollectionSubtreeGet()
756 if (connectionNames.empty()) in afterChassisDriveCollectionSubtreeGet()
850 for (const auto& [path, connectionNames] : subtree) in buildDrive()
858 if (connectionNames.empty()) in buildDrive()
878 addAllDriveInfo(asyncResp, connectionNames[0].first, path, in buildDrive()
[all …]
H A Dchassis.hpp567 connectionNames = object.second; in handleChassisGetSubTree() local
577 if (connectionNames.empty()) in handleChassisGetSubTree()
609 const std::string& connectionName = connectionNames[0].first; in handleChassisGetSubTree()
611 const std::vector<std::string>& interfaces2 = connectionNames[0].second; in handleChassisGetSubTree()
815 connectionNames = object.second; in handleChassisPatch() local
823 if (connectionNames.empty()) in handleChassisPatch()
830 connectionNames[0].second; in handleChassisPatch()
H A Dsystems.hpp439 connectionNames = object.second; in afterSystemGetSubTree() local
440 if (connectionNames.empty()) in afterSystemGetSubTree()
447 for (const auto& connection : connectionNames) in afterSystemGetSubTree()