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.hpp108 std::vector<std::tuple<std::string, std::string, bool>> socketData; in getPortStatusAndPath() local
113 callback(ec, socketData); in getPortStatusAndPath()
170 socketData, in getPortStatusAndPath()
173 if (find != socketData.end()) in getPortStatusAndPath()
191 socketData.erase(find); in getPortStatusAndPath()
194 socketData.emplace_back(socketPath, std::string(kv.first), in getPortStatusAndPath()
201 callback(ec, socketData); in getPortStatusAndPath()
H A Dnetwork_protocol.hpp144 const std::vector<std::tuple<std::string, std::string, bool>>& socketData) in afterNetworkPortRequest() argument
151 for (const auto& data : socketData) in afterNetworkPortRequest()
H A Dsystems.hpp2993 const std::vector<std::tuple<std::string, std::string, bool>>& socketData) in afterPortRequest() argument
3001 for (const auto& data : socketData) in afterPortRequest()