Searched refs:RegisterService (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsServiceManagerObsolete.cpp89 nsServiceManager::RegisterService(const nsCID& aClass, nsISupports* aService) function in class:nsServiceManager
95 return nsComponentManagerImpl::gComponentManager->RegisterService(aClass, aService);
132 nsServiceManager::RegisterService(const char* aContractID, nsISupports* aService) function in class:nsServiceManager
138 return nsComponentManagerImpl::gComponentManager->RegisterService(aContractID, aService);
H A DnsIServiceManagerObsolete.h83 * RegisterService may be called explicitly to register a service
89 RegisterService(const nsCID& aClass, nsISupports* aService) = 0;
118 RegisterService(const char* aContractID, nsISupports* aService) = 0;
140 RegisterService(const nsCID& aClass, nsISupports* aService);
159 RegisterService(const char* aContractID, nsISupports* aService);
184 NS_IMETHOD RegisterService(const nsCID& aClass, nsISupports* aService); \
188 NS_IMETHOD RegisterService(const char* aContractID, nsISupports* aService);\
H A DnsComponentManager.cpp2108 nsComponentManagerImpl::RegisterService(const nsCID& aClass, nsISupports* aService) function in class:nsComponentManagerImpl
2167 nsComponentManagerImpl::RegisterService(const char* aContractID, nsISupports* aService) function in class:nsComponentManagerImpl
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp630 rv = compMgr->RegisterService(kMemoryCID, memory);
633 rv = compMgr->RegisterService(kComponentManagerCID, NS_STATIC_CAST(nsIComponentManager*, compMgr));

Completed in 53 milliseconds