Searched defs:strNewPasswordId (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsGeneral.cpp308 QString strNewPasswordId; local
313 strNewPasswordId = generalData.m_fEncryptionEnabled ?
337 strNewPasswordId);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp683 const com::Utf8Str &strNewPasswordId,
690 mstrNewPasswordId(strNewPasswordId),
679 EncryptTask(Medium *aMedium, const com::Utf8Str &strNewPassword, const com::Utf8Str &strCurrentPassword, const com::Utf8Str &strCipher, const com::Utf8Str &strNewPasswordId, Progress *aProgress, MediumLockList *aMediumLockList) argument

Completed in 66 milliseconds