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.hpp150 const std::string& protocolName = get<1>(data); in afterNetworkPortRequest() local
153 asyncResp->res.jsonValue[protocolName]["ProtocolEnabled"] = in afterNetworkPortRequest()
155 asyncResp->res.jsonValue[protocolName]["Port"] = nullptr; in afterNetworkPortRequest()
156 getPortNumber(socketPath, [asyncResp, protocolName]( in afterNetworkPortRequest()
164 asyncResp->res.jsonValue[protocolName]["Port"] = portNumber; in afterNetworkPortRequest()
H A Dsystems.hpp2994 const std::string& protocolName = get<1>(data); in afterPortRequest() local
2997 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()
3000 if (protocolName == "SSH") in afterPortRequest()
3002 getPortNumber(socketPath, [asyncResp, protocolName]( in afterPortRequest()
3013 dataJson1[protocolName]["Port"] = portNumber; in afterPortRequest()