Searched defs:strPassword (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic3.cpp158 void UIWizardExportAppPage3::setPassword(const QString &strPassword) argument
160 m_pPasswordEditor->setText(strPassword);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.cpp81 /** Handles @s strPassword changes. */
82 void sltPasswordChanged(const QString &strPassword);
94 /** Property: Defines the current @a strPassword of the editor. */
95 void setPassword(const QString &strPassword) { QLineEdit::setText(strPassword); } argument
138 /** Returns whether passed @a strPassword is valid for medium with passed @a strMediumId. */
139 bool isPasswordValid(const QString strMediumId, const QString strPassword);
200 void UIPasswordEditor::sltPasswordChanged(const QString &strPassword) argument
202 Q_UNUSED(strPassword);
380 const QString strPassword local
409 isPasswordValid(const QString strMediumId, const QString strPassword) argument
[all...]
/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h46 Utf8Str strPassword; /* Password on remote storage locations (could be empty) */ member in struct:LocationInfo
H A DGuestCtrlImplPrivate.h394 Utf8Str strPassword; member in class:GuestTask
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp57 Utf8Str strPassword; member in struct:VFSExplorer::Data
97 m->strPassword = aPassword;
415 int vrc = RTS3Create(&hS3, m->strUsername.c_str(), m->strPassword.c_str(),
496 int vrc = RTS3Create(&hS3, m->strUsername.c_str(), m->strPassword.c_str(),
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp1215 com::Utf8Str strPassword; local
1219 RTEXITCODE rcExit = readPasswordFromConsole(&strPassword, "Password ID %s:", Utf8Str(bstrId).c_str());
1226 bstrPassword = strPassword;
H A DVBoxManageControlVM.cpp1287 Utf8Str strPassword; local
1314 RTEXITCODE rcExit = readPasswordFile(Value.psz, &strPassword);
1319 case 'W': strPassword = Value.psz; break;
1332 Bstr(strPassword).raw(),
H A DVBoxManageDisk.cpp1813 Utf8Str strPassword; local
1823 RTEXITCODE rcExit = readPasswordFromConsole(&strPassword, "Enter password:");
1829 RTEXITCODE rcExit = readPasswordFile(a->argv[1], &strPassword);
1849 CHECK_ERROR(hardDisk, CheckEncryptionPassword(Bstr(strPassword).raw()));
H A DVBoxManageGuestCtrl.cpp109 Utf8Str strPassword; member in struct:GCTLCMDCTX
868 if (pCtx->strPassword.isEmpty())
869 pCtx->strPassword = ValueUnion.psz;
877 rcExit = readPasswordFile(ValueUnion.psz, &pCtx->strPassword);
982 Bstr(pCtx->strPassword).raw(),
/vbox/src/VBox/Main/xml/
H A DSettings.cpp671 Utf8Str strPassword; local
672 if (pelmImage->getAttributeValue("password", strPassword))
673 med.properties["InitiatorSecret"] = strPassword;

Completed in 115 milliseconds