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

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsServiceManagerObsolete.cpp69 nsServiceManager::GetService(const nsCID& aClass, const nsIID& aIID, function in class:nsServiceManager
77 return nsComponentManagerImpl::gComponentManager->GetService(aClass, aIID, (void**)result);
112 nsServiceManager::GetService(const char* aContractID, const nsIID& aIID, function in class:nsServiceManager
H A DnsComponentManager.cpp1037 nsresult rv = GetService(kCategoryManagerCID,
1805 // calls to GetService on multiple threads.
1838 // When processing shutdown, dont process new GetService() requests
1919 // When processing shutdown, dont process new GetService() requests
2030 nsComponentManagerImpl::GetService(const nsCID& aClass, function in class:nsComponentManagerImpl
2038 // When processing shutdown, dont process new GetService() requests
2089 if (!entry) { // second hash lookup for GetService
2225 // When processing shutdown, dont process new GetService() requests
2267 // When processing shutdown, dont process new GetService() requests
2334 // When processing shutdown, dont process new GetService() request
2406 nsComponentManagerImpl::GetService(const nsCID& aClass, const nsIID& aIID, function in class:nsComponentManagerImpl
2414 nsComponentManagerImpl::GetService(const char* aContractID, const nsIID& aIID, function in class:nsComponentManagerImpl
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dnspapi.h208 #define GetService WINELIB_NAME_AW(GetService) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dnspapi.h208 #define GetService WINELIB_NAME_AW(GetService) macro
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp3481 ipcDConnectService::GetService(PRUint32 aPeerID, function in class:ipcDConnectService
3747 // GetService
3755 rv = svcMgr->GetService(setupCI->classid, setupCI->iid, (void **) &instance);

Completed in 98 milliseconds