Searched refs:protocolName (Results 1 – 2 of 2) sorted by relevance
150 const std::string& protocolName = get<1>(data); in afterNetworkPortRequest() local153 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()
2994 const std::string& protocolName = get<1>(data); in afterPortRequest() local2997 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()