Searched refs:protocolName (Results 1 – 2 of 2) sorted by relevance
154 const std::string& protocolName = get<1>(data); in afterNetworkPortRequest() local157 asyncResp->res.jsonValue[protocolName]["ProtocolEnabled"] = in afterNetworkPortRequest()159 asyncResp->res.jsonValue[protocolName]["Port"] = nullptr; in afterNetworkPortRequest()160 getPortNumber(socketPath, [asyncResp, protocolName]( in afterNetworkPortRequest()168 asyncResp->res.jsonValue[protocolName]["Port"] = portNumber; in afterNetworkPortRequest()
3004 const std::string& protocolName = get<1>(data); in afterPortRequest() local3007 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()3010 if (protocolName == "SSH") in afterPortRequest()3012 getPortNumber(socketPath, [asyncResp, protocolName]( in afterPortRequest()3023 dataJson1[protocolName]["Port"] = portNumber; in afterPortRequest()