Searched refs:GetService (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIServiceManagerObsolete.h105 GetService(const nsCID& aClass, const nsIID& aIID,
124 GetService(const char* aContractID, const nsIID& aIID,
146 GetService(const nsCID& aClass, const nsIID& aIID,
165 GetService(const char* aContractID, const nsIID& aIID,
186 NS_IMETHOD GetService(const nsCID& aClass, const nsIID& aIID, nsISupports* *result, nsIShutdownListener* shutdownListener);\
190 NS_IMETHOD GetService(const char* aContractID, const nsIID& aIID, nsISupports* *result, nsIShutdownListener* shutdownListener);\
215 return nsServiceManager::GetService(aClass,
231 return nsServiceManager::GetService(aContractID,
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 DnsIServiceManagerUtils.h145 // type-safe shortcuts for calling |GetService|
160 return mgr->GetService(aClass,
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/libs/xpcom18a4/xpcom/glue/
H A DnsComponentManagerUtils.cpp96 status = mServiceManager->GetService(mCID, aIID, (void**)aInstancePtr);
101 status = mgr->GetService(mCID, aIID, (void**)aInstancePtr);
H A DnsServiceManagerUtils.h143 // type-safe shortcuts for calling |GetService|
158 return mgr->GetService(aClass,
/vbox/src/libs/xpcom18a4/xpcom/proxy/public/
H A DnsProxiedService.h102 *rv = nsServiceManager::GetService(aClass,
112 *rv = nsServiceManager::GetService(aContractID,
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestServMgr.cpp56 err = nsServiceManager::GetService(kIMyServiceCID, NS_GET_IID(IMyService),
128 err = nsServiceManager::GetService(kIMyServiceCID, NS_GET_IID(IMyService),
/vbox/src/libs/xpcom18a4/xpcom/proxy/tests/
H A Dproxytests.cpp139 nsServiceManager::GetService( NS_XPCOMPROXY_CONTRACTID,
189 nsServiceManager::GetService( NS_XPCOMPROXY_CONTRACTID,
260 nsServiceManager::GetService( NS_XPCOMPROXY_CONTRACTID,
324 nsServiceManager::GetService( NS_XPCOMPROXY_CONTRACTID,
354 nsServiceManager::GetService( NS_XPCOMPROXY_CONTRACTID,
432 nsServiceManager::GetService( NS_XPCOMPROXY_CONTRACTID,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dnspapi.h208 #define GetService WINELIB_NAME_AW(GetService) macro
H A Daudioclient.idl117 HRESULT GetService(
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dnspapi.h208 #define GetService WINELIB_NAME_AW(GetService) macro
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsOS2VACLegacy.cpp278 ; 96 status = mServiceManager->GetService(mCID, aIID, (void**)aInstancePtr);
330 ; 101 status = mgr->GetService(mCID, aIID, (void**)aInstancePtr);
394 status = mServiceManager->GetService(mCID, aIID, (void**)aInstancePtr);
399 status = mgr->GetService(mCID, aIID, (void**)aInstancePtr);
421 status = mgr->GetService(*pThis->mCID, aIID, (void**)aInstancePtr);
/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 78 milliseconds