Searched refs:ReleaseService (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIServiceManagerObsolete.h111 ReleaseService(const nsCID& aClass, nsISupports* service,
130 ReleaseService(const char* aContractID, nsISupports* service,
152 ReleaseService(const nsCID& aClass, nsISupports* service,
171 ReleaseService(const char* aContractID, nsISupports* service,
187 NS_IMETHOD ReleaseService(const nsCID& aClass, nsISupports* service, nsIShutdownListener* shutdownListener);\
191 NS_IMETHOD ReleaseService(const char* aContractID, nsISupports* service, nsIShutdownListener* shutdownListener);
H A DnsServiceManagerObsolete.cpp81 nsServiceManager::ReleaseService(const nsCID& aClass, nsISupports* service, function in class:nsServiceManager
124 nsServiceManager::ReleaseService(const char* aContractID, nsISupports* service, function in class:nsServiceManager
H A DnsComponentManager.cpp2423 nsComponentManagerImpl::ReleaseService(const nsCID& aClass, nsISupports* service, function in class:nsComponentManagerImpl
2431 nsComponentManagerImpl::ReleaseService(const char* aContractID, nsISupports* service, function in class:nsComponentManagerImpl
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestServMgr.cpp70 err = nsServiceManager::ReleaseService(kIMyServiceCID, myServ);
137 err = nsServiceManager::ReleaseService(kIMyServiceCID, otherClient);
/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp148 void ReleaseService(void);
953 pSvc->ReleaseService();
1036 ReleaseService();
1052 * specified name. The caller must call ReleaseService when
1111 void HGCMService::ReleaseService(void) function in class:HGCMService
1146 /* @todo: could this actually happen that the service is destroyed on ReleaseService? */
1151 pSvc->ReleaseService();
1275 pSvc->ReleaseService();
1287 pSvc->ReleaseService();
1296 pSvc->ReleaseService();
[all...]

Completed in 62 milliseconds