Home
last modified time | relevance | path

Searched defs: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
H A Dnetwork_protocol.hpp144 const std::vector<std::tuple<std::string, std::string, bool>>& socketData) in afterNetworkPortRequest()
H A Dsystems.hpp3012 afterPortRequest(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::vector<std::tuple<std::string,std::string,bool>> & socketData) afterPortRequest() argument