| /vbox/src/VBox/Main/include/ |
| H A D | ProgressImpl.h | 48 * @param aDescription 57 Utf8Str aDescription, 65 aDescription, 69 aDescription, // aFirstOperationDescription 78 * @param aDescription 89 Utf8Str aDescription, BOOL aCancelable, 98 aDescription, 111 Utf8Str aDescription, 186 HRESULT getDescription(com::Utf8Str &aDescription); 52 init( VirtualBox *aParent, IUnknown *aInitiator, Utf8Str aDescription, BOOL aCancelable) argument 84 init( VirtualBox *aParent, IUnknown *aInitiator, Utf8Str aDescription, BOOL aCancelable, ULONG cOperations, Utf8Str aFirstOperationDescription) argument
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | GuestOSTypeImpl.cpp | 68 * @param aDescription os name string 76 const char *aId, const char *aDescription, 90 "aId='%s', aDescription='%s', " 96 aId, aDescription, 175 HRESULT GuestOSType::getDescription(com::Utf8Str &aDescription) argument 178 aDescription = mDescription;
|
| H A D | PerformanceImpl.cpp | 863 STDMETHODIMP PerformanceMetric::COMGETTER(Description)(BSTR *aDescription) argument 865 m.description.cloneTo(aDescription);
|
| H A D | ApplianceImplExport.cpp | 60 ComPtr<IVirtualSystemDescription> &aDescription) 578 copy.queryInterfaceTo(aDescription.asOutParam()); 59 exportTo(const ComPtr<IAppliance> &aAppliance, const com::Utf8Str &aLocation, ComPtr<IVirtualSystemDescription> &aDescription) argument
|
| H A D | HostImpl.cpp | 958 HRESULT Host::getProcessorDescription(ULONG aCpuId, com::Utf8Str &aDescription) argument 968 aDescription = Utf8Str(szCPUModel);
|
| H A D | SnapshotImpl.cpp | 102 * @param aDescription name of the snapshot (NULL if no description) 110 const Utf8Str &aDescription, 132 m->strDescription = aDescription; 346 HRESULT Snapshot::getDescription(com::Utf8Str &aDescription) argument 349 aDescription = m->strDescription; 353 HRESULT Snapshot::setDescription(const com::Utf8Str &aDescription) argument 358 if (m->strDescription != aDescription) 360 m->strDescription = aDescription; 1408 const com::Utf8Str &aDescription, 1413 NOREF(aDescription); 107 init(VirtualBox *aVirtualBox, const Guid &aId, const Utf8Str &aName, const Utf8Str &aDescription, const RTTIMESPEC &aTimeStamp, SnapshotMachine *aMachine, Snapshot *aParent) argument 1407 takeSnapshot(const com::Utf8Str &aName, const com::Utf8Str &aDescription, BOOL fPause, ComPtr<IProgress> &aProgress) argument 1419 takeSnapshot(const com::Utf8Str &aName, const com::Utf8Str &aDescription, BOOL fPause, ComPtr<IProgress> &aProgress) argument [all...] |
| H A D | MediumImpl.cpp | 1455 * @param aDescription Comment for this host drive. 1462 const Utf8Str &aDescription /* = Utf8Str::Empty */) 1501 m->strDescription = aDescription; 1625 HRESULT Medium::getDescription(com::Utf8Str &aDescription) argument 1629 aDescription = m->strDescription; 1634 HRESULT Medium::setDescription(const com::Utf8Str &aDescription) argument 1641 NOREF(aDescription);
|
| H A D | MachineImpl.cpp | 1012 HRESULT Machine::getDescription(com::Utf8Str &aDescription) argument 1016 aDescription = mUserData->s.strDescription; 1021 HRESULT Machine::setDescription(const com::Utf8Str &aDescription) argument 1033 mUserData->s.strDescription = aDescription;
|
| /vbox/src/VBox/Main/src-all/ |
| H A D | ProgressImpl.cpp | 136 * @param aDescription Overall task description. 149 Utf8Str aDescription, 156 LogFlowThisFunc(("aDescription=\"%s\", cOperations=%d, ulTotalOperationsWeight=%d, aFirstOperationDescription=\"%s\", ulFirstOperationWeight=%d\n", 157 aDescription.c_str(), 175 // aInitiator, aDescription, FALSE, aId); 210 unconst(mDescription) = aDescription; 551 HRESULT Progress::getDescription(com::Utf8Str &aDescription) argument 554 aDescription = mDescription; 144 init( VirtualBox *aParent, IUnknown *aInitiator, Utf8Str aDescription, BOOL aCancelable, ULONG cOperations, ULONG ulTotalOperationsWeight, Utf8Str aFirstOperationDescription, ULONG ulFirstOperationWeight) argument
|
| H A D | ExtPackManagerImpl.cpp | 376 HRESULT ExtPackFile::getDescription(com::Utf8Str &aDescription) argument 378 aDescription = m->Desc.strDescription; 1641 HRESULT ExtPack::getDescription(com::Utf8Str &aDescription) argument 1643 aDescription = m->Desc.strDescription;
|