Searched refs:aDescription (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Main/include/
H A DProgressImpl.h48 * @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 DHostHardwareLinux.h53 const RTCString &aDescription = "")
56 mDescription(aDescription)
H A DSnapshotImpl.h43 const Utf8Str &aDescription,
114 HRESULT getDescription(com::Utf8Str &aDescription);
115 HRESULT setDescription(const com::Utf8Str &aDescription);
H A DGuestOSTypeImpl.h54 HRESULT getDescription(com::Utf8Str &aDescription);
H A DExtPackManagerImpl.h56 HRESULT getDescription(com::Utf8Str &aDescription);
146 HRESULT getDescription(com::Utf8Str &aDescription);
H A DMediumImpl.h90 const Utf8Str &aDescription = Utf8Str::Empty);
227 HRESULT getDescription(com::Utf8Str &aDescription);
228 HRESULT setDescription(const com::Utf8Str &aDescription);
H A DHostImpl.h114 com::Utf8Str &aDescription);
H A DPerformanceImpl.h78 STDMETHOD(COMGETTER(Description)) (BSTR *aDescription);
H A DMachineImpl.h851 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 DGuestOSTypeImpl.cpp68 * @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 DSnapshotImpl.cpp102 * @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 DPerformanceImpl.cpp863 STDMETHODIMP PerformanceMetric::COMGETTER(Description)(BSTR *aDescription) argument
865 m.description.cloneTo(aDescription);
H A DMediumImpl.cpp1455 * @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 DApplianceImplExport.cpp60 ComPtr<IVirtualSystemDescription> &aDescription)
578 copy.queryInterfaceTo(aDescription.asOutParam());
59 exportTo(const ComPtr<IAppliance> &aAppliance, const com::Utf8Str &aLocation, ComPtr<IVirtualSystemDescription> &aDescription) argument
H A DHostImpl.cpp958 HRESULT Host::getProcessorDescription(ULONG aCpuId, com::Utf8Str &aDescription) argument
968 aDescription = Utf8Str(szCPUModel);
H A DMachineImpl.cpp1012 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 DProgressImpl.cpp136 * @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 DExtPackManagerImpl.cpp376 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 DVBoxCAPI_v4_3.h6495 #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 DVBoxCAPI_v2_2.h2360 IVirtualSystemDescription * * aDescription
H A DVBoxCAPI_v3_0.h2898 IVirtualSystemDescription * * aDescription
H A DVBoxCAPI_v3_1.h2879 IVirtualSystemDescription * * aDescription
H A DVBoxCAPI_v3_2.h2958 IVirtualSystemDescription * * aDescription
H A DVBoxCAPI_v4_0.h3282 IVirtualSystemDescription * * aDescription
H A DVBoxCAPI_v4_1.h3494 IVirtualSystemDescription * * aDescription

Completed in 1296 milliseconds

12