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.hpp109 std::vector<std::tuple<std::string, std::string, bool>> socketData; in getPortStatusAndPath() local
114 callback(ec, socketData); in getPortStatusAndPath()
170 socketData, in getPortStatusAndPath()
174 if (find != socketData.end()) in getPortStatusAndPath()
190 socketData.erase(find); in getPortStatusAndPath()
193 socketData.emplace_back(socketPath, std::string(kv.first), in getPortStatusAndPath()
200 callback(ec, socketData); in getPortStatusAndPath()
H A Dnetwork_protocol.hpp125 const std::vector<std::tuple<std::string, std::string, bool>>& socketData) in afterNetworkPortRequest() argument
132 for (const auto& data : socketData) in afterNetworkPortRequest()
H A Dsystems.hpp2966 const std::vector<std::tuple<std::string, std::string, bool>>& socketData) in afterPortRequest() argument
2974 for (const auto& data : socketData) in afterPortRequest()