/vbox/src/VBox/Main/src-server/ |
H A D | ClientToken.cpp | 206 void Machine::ClientToken::getId(Utf8Str &strId) argument 208 strId = mClientTokenId;
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/ |
H A D | UIWizardFirstRunPageBasic.cpp | 59 void UIWizardFirstRunPage::setId(const QString &strId) argument 61 m_pMediaSelector->setCurrentItem(strId);
|
/vbox/src/VBox/Main/include/ |
H A D | MediumFormatImpl.h | 67 const Utf8Str &i_getId() const { return m.strId; } 99 const Utf8Str strId; member in struct:MediumFormat::Data
|
/vbox/src/VBox/Frontends/VBoxAutostart/ |
H A D | VBoxAutostartStart.cpp | 44 Bstr strId; member in struct:AUTOSTARTVM 107 CHECK_ERROR_BREAK(machines[i], COMGETTER(Id)(autostartVM.strId.asOutParam())); 137 CHECK_ERROR_BREAK(g_pVirtualBox, FindMachine((*it).strId.raw(), 144 autostartSvcLogVerbose("Waiting for VM \"%ls\" to power on...\n", (*it).strId.raw()); 164 autostartSvcLogVerbose("VM \"%ls\" has been successfully started.\n", (*it).strId.raw());
|
H A D | VBoxAutostartStop.cpp | 45 Bstr strId; member in struct:AUTOSTOPVM 140 CHECK_ERROR_BREAK(machines[i], COMGETTER(Id)(autostopVM.strId.asOutParam())); 157 CHECK_ERROR_BREAK(g_pVirtualBox, FindMachine((*it).strId.raw(), 206 autostartSvcLogInfo("Waiting for VM \"%ls\" to power off...\n", (*it).strId.raw()); 218 (*it).strId.raw()); 224 autostartSvcLogWarning("Unknown autostop type for VM \"%ls\"\n", (*it).strId.raw());
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/ |
H A D | UIWizardNewVM.cpp | 227 QString strId = field("virtualDiskId").toString(); local 229 if (!strId.isNull()) 231 UIMedium vmedium = vboxGlobal().medium(strId);
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsSet.cpp | 197 void UIGDetailsSet::sltMachineStateChange(QString strId) argument 200 if (m_machine.GetId() != strId) 207 void UIGDetailsSet::sltMachineAttributesChange(QString strId) argument 210 if (m_machine.GetId() != strId)
|
H A D | UIGMachinePreview.cpp | 161 void UIGMachinePreview::sltMachineStateChange(QString strId) argument 164 if (m_machine.isNull() || m_machine.GetId() != strId)
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsLanguage.cpp | 59 const QString &strId, bool fBuiltIn = false) 62 Assert (!strId.isEmpty()); 100 setText(1, strId); 115 UILanguageItem(QTreeWidget *pParent, const QString &strId) argument 118 Assert(!strId.isEmpty()); 120 setText(0, QString("<%1>").arg(strId)); 121 setText(1, strId); 58 UILanguageItem(QTreeWidget *pParent, const QTranslator &translator, const QString &strId, bool fBuiltIn = false) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/ |
H A D | UISelectorWindow.cpp | 169 void UISelectorWindow::sltSnapshotChanged(QString strId) argument 179 if (pItem->id() == strId) 393 const QString &strId /* = QString() */) 428 QUuid(strId).isNull() ? currentItem()->id() : strId,
|
H A D | VBoxSnapshotsWgt.cpp | 751 void VBoxSnapshotsWgt::machineDataChanged(QString strId) argument 755 if (strId != mMachineId) 761 void VBoxSnapshotsWgt::machineStateChanged(QString strId, KMachineState state) argument 765 if (strId != mMachineId) 772 void VBoxSnapshotsWgt::sessionStateChanged(QString strId, KSessionState state) argument 776 if (strId != mMachineId)
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserItemMachine.cpp | 516 void UIGChooserItemMachine::updateAll(const QString &strId) argument 519 if (id() != strId) 535 void UIGChooserItemMachine::removeAll(const QString &strId) argument 538 if (id() != strId)
|
H A D | UIGChooserItemGroup.cpp | 243 bool UIGChooserItemGroup::isContainsMachine(const QString &strId) const 247 if (pItem->toMachineItem()->id() == strId) 899 void UIGChooserItemGroup::updateAll(const QString &strId) argument 903 pItem->updateAll(strId); 906 void UIGChooserItemGroup::removeAll(const QString &strId) argument 910 pItem->removeAll(strId);
|
H A D | UIGChooserModel.cpp | 634 void UIGChooserModel::sltMachineStateChanged(QString strId, KMachineState) argument 637 mainRoot()->updateAll(strId); 640 void UIGChooserModel::sltMachineDataChanged(QString strId) argument 643 mainRoot()->updateAll(strId); 646 void UIGChooserModel::sltMachineRegistered(QString strId, bool fRegistered) argument 652 CMachine machine = vboxGlobal().virtualBox().FindMachine(strId); 654 if (gEDataManager->showMachineInSelectorChooser(strId)) 670 mainRoot()->removeAll(strId); 686 void UIGChooserModel::sltSessionStateChanged(QString strId, KSessionState) argument 689 mainRoot()->updateAll(strId); 692 sltSnapshotChanged(QString strId, QString) argument 931 sltReloadMachine(const QString &strId) argument 1032 QString strId = pItem->toMachineItem()->id(); local 1059 machinesToUnregister << strId; local 1482 foreach(const QString &strId, ids) argument 2026 foreach(const QString &strId, m_newLists.keys()) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMachineLogic.cpp | 122 USBTarget(bool fAttach, const QString &strId) argument 123 : attach(fAttach), id(strId) {}
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsStorage.cpp | 1901 void setId(const QString &strId) { m_strId = strId; emit sigChanged(); } argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 1454 CSession VBoxGlobal::openSession(const QString &strId, KLockType lockType /* = KLockType_Shared */) argument 1472 CMachine machine = m_vbox.FindMachine(strId); 1475 msgCenter().cannotFindMachineById(m_vbox, strId);
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 4427 HRESULT Console::i_clearDiskEncryptionKeysOnAllAttachmentsWithKeyId(const Utf8Str &strId) argument 4472 if (strId.equals(Utf8Str(bstrKeyId))) 4538 * @param strId The ID of the password. 4541 HRESULT Console::i_configureEncryptionForDisk(const com::Utf8Str &strId, unsigned *pcDisksConfigured) argument 4591 if (strId.equals(Utf8Str(bstrKeyId))) 4651 strId.c_str()); 4677 i_clearDiskEncryptionKeysOnAllAttachmentsWithKeyId(strId);
|