Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp110 std::vector<std::tuple<std::string, std::string, bool>> socketData; in getPortStatusAndPath() local
115 callback(ec, socketData); in getPortStatusAndPath()
172 socketData, in getPortStatusAndPath()
175 if (find != socketData.end()) in getPortStatusAndPath()
193 socketData.erase(find); in getPortStatusAndPath()
196 socketData.emplace_back(socketPath, std::string(kv.first), in getPortStatusAndPath()
203 callback(ec, socketData); in getPortStatusAndPath()
H A Dnetwork_protocol.hpp145 const std::vector<std::tuple<std::string, std::string, bool>>& socketData) in afterNetworkPortRequest() argument
152 for (const auto& data : socketData) in afterNetworkPortRequest()
H A Dsystems.hpp2976 const std::vector<std::tuple<std::string, std::string, bool>>& socketData) in afterPortRequest() argument
2984 for (const auto& data : socketData) in afterPortRequest()