Searched defs:ResolveService (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp146 static int ResolveService(HGCMService **ppsvc, const char *pszServiceName);
948 int rc = HGCMService::ResolveService(&pSvc, pszServiceName);
1060 /* static */ int HGCMService::ResolveService(HGCMService **ppSvc, const char *pszServiceName) function in class:HGCMService
1267 rc = ResolveService(&pSvc, pszServiceName);
1834 rc = HGCMService::ResolveService(&pService, pMsg->pszServiceName);
1889 rc = HGCMService::ResolveService(&pService, pMsg->pszServiceName);
1908 rc = HGCMService::ResolveService(&pService, pMsg->pszServiceName);
1994 rc = HGCMService::ResolveService(&pService, handle->pszServiceName);
2021 rc = HGCMService::ResolveService(&pService, pMsg->handle->pszServiceName);

Completed in 262 milliseconds