Searched refs:strPasswordId (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.cpp402 foreach (const QString &strPasswordId, m_encryptedMediums.keys()) argument
404 m_encryptionPasswords.insert(strPasswordId, QString());
405 m_encryptionPasswordStatus.insert(strPasswordId, false);
H A DUIMachineLogic.cpp2410 const QString strPasswordId = medium.GetEncryptionSettings(strCipher); local
2412 encryptedMediums.insert(strPasswordId, medium.GetId());
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1241 Bstr strPasswordId; local
1242 HRESULT rc2 = pMedium->GetEncryptionSettings(strCipher.asOutParam(), strPasswordId.asOutParam());
1249 RTPrintf("Password ID: %ls\n", strPasswordId.raw());

Completed in 46 milliseconds