Home
last modified time | relevance | path

Searched refs:protocolName (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp155 const std::string& protocolName = get<1>(data); in afterNetworkPortRequest()
158 asyncResp->res.jsonValue[protocolName]["ProtocolEnabled"] = in afterNetworkPortRequest()
160 asyncResp->res.jsonValue[protocolName]["Port"] = nullptr; in afterNetworkPortRequest()
161 getPortNumber(socketPath, [asyncResp, protocolName]( in afterNetworkPortRequest()
169 asyncResp->res.jsonValue[protocolName]["Port"] = portNumber; in afterNetworkPortRequest()
157 const std::string& protocolName = get<1>(data); afterNetworkPortRequest() local
H A Dsystems.hpp2987 const std::string& protocolName = get<1>(data); in afterPortRequest() local
2990 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()
2993 if (protocolName == "SSH") in afterPortRequest()
2995 getPortNumber(socketPath, [asyncResp, protocolName]( in afterPortRequest()
3006 dataJson1[protocolName]["Port"] = portNumber; in afterPortRequest()