Lines Matching refs:HRESULT

40     HRESULT     FinalConstruct();
42 HRESULT initWithFile(const char *a_pszFile, const char *a_pszDigest, class ExtPackManager *a_pExtPackMgr, VirtualBox *a_pVirtualBox);
49 HRESULT initFailed(const char *a_pszWhyFmt, ...);
55 HRESULT getName(com::Utf8Str &aName);
56 HRESULT getDescription(com::Utf8Str &aDescription);
57 HRESULT getVersion(com::Utf8Str &aVersion);
58 HRESULT getRevision(ULONG *aRevision);
59 HRESULT getEdition(com::Utf8Str &aEdition);
60 HRESULT getVRDEModule(com::Utf8Str &aVRDEModule);
61 HRESULT getPlugIns(std::vector<ComPtr<IExtPackPlugIn> > &aPlugIns);
62 HRESULT getUsable(BOOL *aUsable);
63 HRESULT getWhyUnusable(com::Utf8Str &aWhyUnusable);
64 HRESULT getShowLicense(BOOL *aShowLicense);
65 HRESULT getLicense(com::Utf8Str &aLicense);
66 HRESULT getFilePath(com::Utf8Str &aFilePath);
69 HRESULT queryLicense(const com::Utf8Str &aPreferredLocale,
73 HRESULT install(BOOL aReplace,
97 HRESULT FinalConstruct();
99 HRESULT initWithDir(VBOXEXTPACKCTX a_enmContext, const char *a_pszName, const char *a_pszDir);
107 HRESULT i_callUninstallHookAndClose(IVirtualBox *a_pVirtualBox, bool a_fForcedRemoval);
114 HRESULT i_checkVrde(void);
115 HRESULT i_getVrdpLibraryName(Utf8Str *a_pstrVrdeLibrary);
116 HRESULT i_getLibraryName(const char *a_pszModuleName, Utf8Str *a_pstrLibrary);
118 HRESULT i_refresh(bool *pfCanDelete);
145 HRESULT getName(com::Utf8Str &aName);
146 HRESULT getDescription(com::Utf8Str &aDescription);
147 HRESULT getVersion(com::Utf8Str &aVersion);
148 HRESULT getRevision(ULONG *aRevision);
149 HRESULT getEdition(com::Utf8Str &aEdition);
150 HRESULT getVRDEModule(com::Utf8Str &aVRDEModule);
151 HRESULT getPlugIns(std::vector<ComPtr<IExtPackPlugIn> > &aPlugIns);
152 HRESULT getUsable(BOOL *aUsable);
153 HRESULT getWhyUnusable(com::Utf8Str &aWhyUnusable);
154 HRESULT getShowLicense(BOOL *aShowLicense);
155 HRESULT getLicense(com::Utf8Str &aLicense);
158 HRESULT queryLicense(const com::Utf8Str &aPreferredLocale,
162 HRESULT queryObject(const com::Utf8Str &aObjUuid,
185 HRESULT FinalConstruct();
187 HRESULT initExtPackManager(VirtualBox *a_pVirtualBox, VBOXEXTPACKCTX a_enmContext);
195 HRESULT i_doInstall(ExtPackFile *a_pExtPackFile, bool a_fReplace, Utf8Str const *a_pstrDisplayInfo);
197 HRESULT i_doUninstall(const Utf8Str *a_pstrName, bool a_fForcedRemoval, const Utf8Str *a_pstrDisplayInfo);
205 HRESULT i_checkVrdeExtPack(Utf8Str const *a_pstrExtPack);
207 HRESULT i_getLibraryPathForExtPack(const char *a_pszModuleName, Utf8Str const *a_pstrExtPack, Utf8Str *a_pstrLibrary);
208 HRESULT i_getDefaultVrdeExtPack(Utf8Str *a_pstrExtPack);
216 HRESULT getInstalledExtPacks(std::vector<ComPtr<IExtPack> > &aInstalledExtPacks);
219 HRESULT find(const com::Utf8Str &aName,
221 HRESULT openExtPackFile(const com::Utf8Str &aPath,
223 HRESULT uninstall(const com::Utf8Str &aName,
227 HRESULT cleanup();
228 HRESULT queryAllPlugInsForFrontend(const com::Utf8Str &aFrontendName,
230 HRESULT isExtPackUsable(const com::Utf8Str &aName,
233 HRESULT i_runSetUidToRootHelper(Utf8Str const *a_pstrDisplayInfo, const char *a_pszCommand, ...);
236 HRESULT i_refreshExtPack(const char *a_pszName, bool a_fUnsuableIsError, ExtPack **a_ppExtPack);