| /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
|
| H A D | HostHardwareLinux.h | 53 const RTCString &aDescription = "") 56 mDescription(aDescription)
|
| H A D | SnapshotImpl.h | 43 const Utf8Str &aDescription, 114 HRESULT getDescription(com::Utf8Str &aDescription); 115 HRESULT setDescription(const com::Utf8Str &aDescription);
|
| H A D | GuestOSTypeImpl.h | 54 HRESULT getDescription(com::Utf8Str &aDescription);
|
| H A D | ExtPackManagerImpl.h | 56 HRESULT getDescription(com::Utf8Str &aDescription); 146 HRESULT getDescription(com::Utf8Str &aDescription);
|
| H A D | MediumImpl.h | 90 const Utf8Str &aDescription = Utf8Str::Empty); 227 HRESULT getDescription(com::Utf8Str &aDescription); 228 HRESULT setDescription(const com::Utf8Str &aDescription);
|
| H A D | HostImpl.h | 114 com::Utf8Str &aDescription);
|
| H A D | PerformanceImpl.h | 78 STDMETHOD(COMGETTER(Description)) (BSTR *aDescription);
|
| H A D | MachineImpl.h | 851 HRESULT getDescription(com::Utf8Str &aDescription); 852 HRESULT setDescription(const com::Utf8Str &aDescription); 1120 ComPtr<IVirtualSystemDescription> &aDescription); 1191 const com::Utf8Str &aDescription, 1435 const com::Utf8Str &aDescription,
|
| /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 | 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 | PerformanceImpl.cpp | 863 STDMETHODIMP PerformanceMetric::COMGETTER(Description)(BSTR *aDescription) argument 865 m.description.cloneTo(aDescription);
|
| 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 | 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 | 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;
|
| /vbox/src/VBox/Main/cbinding/ |
| H A D | VBoxCAPI_v4_3.h | 6495 #define IMachine_get_Description(p, aDescription) ((p)->lpVtbl->GetDescription(p, aDescription)) 6496 #define IMachine_GetDescription(p, aDescription) ((p)->lpVtbl->GetDescription(p, aDescription)) 6497 #define IMachine_put_Description(p, aDescription) ((p)->lpVtbl->SetDescription(p, aDescription)) 6498 #define IMachine_SetDescription(p, aDescription) ((p)->lpVtbl->SetDescription(p, aDescription)) 6800 #define IMachine_ExportTo(p, aAppliance, aLocation, aDescription) ((p)->lpVtbl->ExportTo(p, aAppliance, aLocation, aDescription)) [all...] |
| H A D | VBoxCAPI_v2_2.h | 2360 IVirtualSystemDescription * * aDescription
|
| H A D | VBoxCAPI_v3_0.h | 2898 IVirtualSystemDescription * * aDescription
|
| H A D | VBoxCAPI_v3_1.h | 2879 IVirtualSystemDescription * * aDescription
|
| H A D | VBoxCAPI_v3_2.h | 2958 IVirtualSystemDescription * * aDescription
|
| H A D | VBoxCAPI_v4_0.h | 3282 IVirtualSystemDescription * * aDescription
|
| H A D | VBoxCAPI_v4_1.h | 3494 IVirtualSystemDescription * * aDescription
|