Searched refs:MediumFormat (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp4 * MediumFormat COM class implementation
30 DEFINE_EMPTY_CTOR_DTOR(MediumFormat)
32 HRESULT MediumFormat::FinalConstruct()
37 void MediumFormat::FinalRelease()
52 HRESULT MediumFormat::init(const VDBACKENDINFO *aVDInfo)
174 void MediumFormat::uninit()
194 HRESULT MediumFormat::getId(com::Utf8Str &aId)
202 HRESULT MediumFormat::getName(com::Utf8Str &aName)
210 HRESULT MediumFormat::getCapabilities(std::vector<MediumFormatCapabilities_T> &aCapabilities)
231 HRESULT MediumFormat
[all...]
H A DSystemPropertiesImpl.cpp128 ComObjPtr<MediumFormat> hdf;
1043 * @return ComObjPtr<MediumFormat>
1045 ComObjPtr<MediumFormat> SystemProperties::i_mediumFormat(const Utf8Str &aFormat)
1047 ComObjPtr<MediumFormat> format;
1058 /* MediumFormat is all const, no need to lock */
1076 * @return ComObjPtr<MediumFormat>
1078 ComObjPtr<MediumFormat> SystemProperties::i_mediumFormatFromExtension(const Utf8Str &aExt)
1080 ComObjPtr<MediumFormat> format;
1092 /* MediumFormat is all const, no need to lock */
1093 MediumFormat
[all...]
H A DApplianceImpl.cpp669 ComObjPtr<MediumFormat> trgFormat = pSysProps->i_mediumFormatFromExtension("iso");
683 ComObjPtr<MediumFormat> trgFormat = pSysProps->i_mediumFormatFromExtension("vmdk");
700 ComObjPtr<MediumFormat> trgFormat = pSysProps->i_mediumFormatFromExtension("vhd");
775 * @return ComObjPtr<MediumFormat>
778 HRESULT Appliance::i_findMediumFormatFromDiskImage(const ovf::DiskImage &di, ComObjPtr<MediumFormat>& mf)
H A DMediumImpl.cpp145 ComObjPtr<MediumFormat> formatObj;
572 MediumFormat *aFormat,
607 ComObjPtr<MediumFormat> mFormat;
624 MediumFormat *aFormat,
663 ComObjPtr<MediumFormat> mFormat;
3450 const ComObjPtr<MediumFormat>& Medium::i_getMediumFormat() const
5610 const ComObjPtr<MediumFormat> &aFormat,
5687 const ComObjPtr<MediumFormat> &aFormat,
6032 ComObjPtr<MediumFormat> formatObj = m->formatObj;
6799 * This reference must be released somewhere to let the MediumFormat objec
[all...]
H A DApplianceImplImport.cpp626 ComObjPtr<MediumFormat> mediumFormat;
2435 ComObjPtr<MediumFormat> trgFormat;
2595 ComObjPtr<MediumFormat> srcFormat;
3344 ComObjPtr<MediumFormat> mediumFormat;
3865 ComObjPtr<MediumFormat> mediumFormat;
H A DApplianceImplExport.cpp2105 ComObjPtr<MediumFormat> formatTemp;
2107 ComObjPtr<MediumFormat> format;
H A DMachineImplCloneVM.cpp1117 rc = pMedium->COMGETTER(MediumFormat)(pSrcFormat.asOutParam());
H A DSnapshotImpl.cpp2826 rc = pTarget_local->COMGETTER(MediumFormat)(pTargetFormat.asOutParam());
/vbox/src/VBox/Main/include/
H A DMediumFormatImpl.h5 * MediumFormat COM class implementation
29 * The MediumFormat class represents the backend used to store medium data
37 class ATL_NO_VTABLE MediumFormat : class in inherits:MediumFormatWrap
54 DECLARE_EMPTY_CTOR_DTOR(MediumFormat)
H A DSystemPropertiesImpl.h36 typedef std::list<ComObjPtr<MediumFormat> > MediumFormatList;
52 ComObjPtr<MediumFormat> i_mediumFormat(const Utf8Str &aFormat);
53 ComObjPtr<MediumFormat> i_mediumFormatFromExtension(const Utf8Str &aExt);
H A DMediumImpl.h28 class MediumFormat;
108 const ComObjPtr<MediumFormat> & i_getMediumFormat() const;
205 const ComObjPtr<MediumFormat> &aFormat,
211 const ComObjPtr<MediumFormat> &aFormat,
H A DApplianceImpl.h147 HRESULT i_findMediumFormatFromDiskImage(const ovf::DiskImage &di, ComObjPtr<MediumFormat>& mf);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3914 hrc = pMedium->COMGETTER(MediumFormat)(pMediumFormat.asOutParam()); H();

Completed in 319 milliseconds