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

/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcService.cpp38 #include "ipcService.h"
40 // The ipcService implementation is nothing more than a thin XPCOM wrapper
43 NS_IMPL_THREADSAFE_ISUPPORTS1(ipcService, ipcIService)
46 ipcService::GetID(PRUint32 *aID)
52 ipcService::AddName(const char *aName)
58 ipcService::RemoveName(const char *aName)
64 ipcService::AddClientObserver(ipcIClientObserver *aObserver)
70 ipcService::RemoveClientObserver(ipcIClientObserver *aObserver)
76 ipcService::ResolveClientName(const char *aName, PRUint32 *aID)
82 ipcService
[all...]
H A DipcService.h44 class ipcService : public ipcIService class in inherits:ipcIService
H A DipcModuleFactory.cpp42 #include "ipcService.h"
51 NS_GENERIC_FACTORY_CONSTRUCTOR(ipcService)
63 // add ipcService to the XPCOM startup category
68 catman->AddCategoryEntry(NS_XPCOM_STARTUP_OBSERVER_ID, "ipcService",
113 // add ipcService to the XPCOM startup category
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp120 #include "ipcService.h"
296 NS_GENERIC_FACTORY_CONSTRUCTOR(ipcService)
310 // add ipcService to the XPCOM startup category

Completed in 165 milliseconds