Lines Matching refs:HRESULT

71     HRESULT FinalConstruct();
75 HRESULT init(VirtualBox *aVirtualBox);
80 static HRESULT i_setErrorStatic(HRESULT aResultCode,
89 HRESULT getPath(com::Utf8Str &aPath);
90 HRESULT getDisks(std::vector<com::Utf8Str> &aDisks);
91 HRESULT getVirtualSystemDescriptions(std::vector<ComPtr<IVirtualSystemDescription> > &aVirtualSystemDescriptions);
92 HRESULT getMachines(std::vector<com::Utf8Str> &aMachines);
95 HRESULT read(const com::Utf8Str &aFile,
97 HRESULT interpret();
98 HRESULT importMachines(const std::vector<ImportOptions_T> &aOptions,
100 HRESULT createVFSExplorer(const com::Utf8Str &aURI,
102 HRESULT write(const com::Utf8Str &aFormat,
106 HRESULT getWarnings(std::vector<com::Utf8Str> &aWarnings);
107 HRESULT getPasswordIds(std::vector<com::Utf8Str> &aIdentifiers);
108 HRESULT addPasswords(const std::vector<com::Utf8Str> &aIdentifiers,
125 HRESULT i_searchUniqueVMName(Utf8Str& aName) const;
126 HRESULT i_searchUniqueDiskImageFilePath(Utf8Str& aName) const;
127 HRESULT i_setUpProgress(ComObjPtr<Progress> &pProgress,
137 HRESULT i_initSetOfSupportedStandardsURI();
143 HRESULT i_initApplianceIONameMap();
147 HRESULT i_findMediumFormatFromDiskImage(const ovf::DiskImage &di, ComObjPtr<MediumFormat>& mf);
153 HRESULT i_readImpl(const LocationInfo &aLocInfo, ComObjPtr<Progress> &aProgress);
155 HRESULT i_readFS(TaskOVF *pTask);
156 HRESULT i_readFSOVF(TaskOVF *pTask);
157 HRESULT i_readFSOVA(TaskOVF *pTask);
158 HRESULT i_readFSImpl(TaskOVF *pTask, const RTCString &strFilename, PVDINTERFACEIO pCallbacks, PSHASTORAGE pStorage);
159 HRESULT i_readS3(TaskOVF *pTask);
165 HRESULT i_importImpl(const LocationInfo &aLocInfo, ComObjPtr<Progress> &aProgress);
167 HRESULT i_importFS(TaskOVF *pTask);
168 HRESULT i_importFSOVF(TaskOVF *pTask, AutoWriteLockBase& writeLock);
169 HRESULT i_importFSOVA(TaskOVF *pTask, AutoWriteLockBase& writeLock);
170 HRESULT i_importS3(TaskOVF *pTask);
172 HRESULT i_readFileToBuf(const Utf8Str &strFile,
178 HRESULT i_readTarFileToBuf(struct FSSRDONLYINTERFACEIO *pTarIo,
185 HRESULT i_verifyManifestFile(const Utf8Str &strFile, ImportStack &stack, void *pvBuf, size_t cbSize);
187 HRESULT i_verifyCertificateFile(void *pvBuf, size_t cbSize, PSHASTORAGE pStorage);
217 HRESULT i_preCheckImageAvailability(PSHASTORAGE pSHAStorage,
224 HRESULT i_writeImpl(ovf::OVFVersion_T aFormat, const LocationInfo &aLocInfo, ComObjPtr<Progress> &aProgress);
226 HRESULT i_writeFS(TaskOVF *pTask);
227 HRESULT i_writeFSOVF(TaskOVF *pTask, AutoWriteLockBase& writeLock);
228 HRESULT i_writeFSOVA(TaskOVF *pTask, AutoWriteLockBase& writeLock);
229 HRESULT i_writeFSImpl(TaskOVF *pTask, AutoWriteLockBase& writeLock, PVDINTERFACEIO pCallbacks, PSHASTORAGE pStorage);
230 HRESULT i_writeS3(TaskOVF *pTask);
276 HRESULT FinalConstruct();
279 HRESULT init();
300 HRESULT getCount(ULONG *aCount);
303 HRESULT getDescription(std::vector<VirtualSystemDescriptionType_T> &aTypes,
308 HRESULT getDescriptionByType(VirtualSystemDescriptionType_T aType,
314 HRESULT getValuesByType(VirtualSystemDescriptionType_T aType,
317 HRESULT setFinalValues(const std::vector<BOOL> &aEnabled,
320 HRESULT addDescription(VirtualSystemDescriptionType_T aType,