Searched refs:transferProtocolType (Results 1 – 2 of 2) sorted by relevance
4 const transferProtocolType = { class44 transferProtocolType: transferProtocolType.OEM, property in VirtualMediaStore.actions.getData.device64 transferProtocolType: device.data?.TransferProtocolType,70 .filter((d) => d.transferProtocolType === transferProtocolType.OEM)78 .filter((d) => d.transferProtocolType !== transferProtocolType.OEM)
381 const std::optional<std::string>& transferProtocolType) in getTransferProtocolFromParam() argument383 if (!transferProtocolType) in getTransferProtocolFromParam()388 if (*transferProtocolType == "CIFS") in getTransferProtocolFromParam()393 if (*transferProtocolType == "HTTPS") in getTransferProtocolFromParam()427 std::optional<std::string> transferProtocolType; member554 getTransferProtocolFromParam(actionParams.transferProtocolType); in validateParams()578 asyncResp->res, actionParams.transferProtocolType.value_or(""), in validateParams()607 asyncResp->res, actionParams.transferProtocolType.value_or(""), in validateParams()705 "TransferProtocolType", actionParams.transferProtocolType, // in handleManagersVirtualMediaActionInsertPost()