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

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsServiceManagerObsolete.cpp89 nsServiceManager::RegisterService(const nsCID& aClass, nsISupports* aService) argument
95 return nsComponentManagerImpl::gComponentManager->RegisterService(aClass, aService);
132 nsServiceManager::RegisterService(const char* aContractID, nsISupports* aService) argument
138 return nsComponentManagerImpl::gComponentManager->RegisterService(aContractID, aService);
H A DnsComponentManager.cpp2108 nsComponentManagerImpl::RegisterService(const nsCID& aClass, nsISupports* aService) argument
2137 entry->mServiceObject = aService;
2167 nsComponentManagerImpl::RegisterService(const char* aContractID, nsISupports* aService) argument
2208 entry->mServiceObject = aService;

Completed in 68 milliseconds