Searched refs:pszServiceLibrary (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Main/include/
H A DHGCM.h40 int HGCMHostLoad (const char *pszServiceLibrary, const char *pszServiceName);
H A DVMMDev.h58 int hgcmLoadService (const char *pszServiceLibrary, const char *pszServiceName);
H A DExtPackManagerImpl.h136 static DECLCALLBACK(int) i_hlpLoadHGCMService(PCVBOXEXTPACKHLP pHlp, VBOXEXTPACK_IF_CS(IConsole) *pConsole, const char *pszServiceLibrary, const char *pszServiceName);
H A DConsoleImpl.h192 int i_hgcmLoadService(const char *pszServiceLibrary, const char *pszServiceName);
/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp124 int instanceCreate(const char *pszServiceLibrary, const char *pszServiceName);
141 static int LoadService(const char *pszServiceLibrary, const char *pszServiceName);
803 int HGCMService::instanceCreate(const char *pszServiceLibrary, const char *pszServiceName) argument
805 LogFlowFunc(("name %s, lib %s\n", pszServiceName, pszServiceLibrary));
821 m_pszSvcLibrary = RTStrDup(pszServiceLibrary);
936 * @param pszServiceLibrary The library to be loaded.
941 /* static */ int HGCMService::LoadService(const char *pszServiceLibrary, const char *pszServiceName) argument
943 LogFlowFunc(("lib %s, name = %s\n", pszServiceLibrary, pszServiceName));
968 rc = pSvc->instanceCreate(pszServiceLibrary, pszServiceName);
1699 const char *pszServiceLibrary; member in class:HGCMMsgMainLoad
2069 HGCMHostLoad(const char *pszServiceLibrary, const char *pszServiceName) argument
[all...]
H A DVMMDevInterface.cpp684 int VMMDev::hgcmLoadService(const char *pszServiceLibrary, const char *pszServiceName) argument
689 return HGCMHostLoad(pszServiceLibrary, pszServiceName);
H A DConsoleImpl.cpp6170 int Console::i_hgcmLoadService(const char *pszServiceLibrary, const char *pszServiceName) argument
6175 return m_pVMMDev->hgcmLoadService(pszServiceLibrary, pszServiceName);
/vbox/include/VBox/ExtPack/
H A DExtPack.h158 * @param pszServiceLibrary Name of the library file containing the
163 const char *pszServiceLibrary, const char *pszServiceName));
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1541 const char *pszServiceLibrary, const char *pszServiceName)
1547 AssertPtrReturn(pszServiceLibrary, VERR_INVALID_POINTER);
1559 return pCon->i_hgcmLoadService(pszServiceLibrary, pszServiceName);
1561 NOREF(pHlp); NOREF(pConsole); NOREF(pszServiceLibrary); NOREF(pszServiceName);
1540 i_hlpLoadHGCMService(PCVBOXEXTPACKHLP pHlp, VBOXEXTPACK_IF_CS(IConsole) *pConsole, const char *pszServiceLibrary, const char *pszServiceName) argument

Completed in 118 milliseconds