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.hpp110 std::vector<std::tuple<std::string, std::string, bool>> socketData; in getPortStatusAndPath() local
H A Dnetwork_protocol.hpp147 afterNetworkPortRequest(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::vector<std::tuple<std::string,std::string,bool>> & socketData) afterNetworkPortRequest() argument
H A Dsystems.hpp2976 const std::vector<std::tuple<std::string, std::string, bool>>& socketData) in afterPortRequest()