Searched defs:servMan (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsTestSample.cpp70 nsCOMPtr<nsIServiceManager> servMan; local
71 rv = NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
78 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);
146 servMan = 0;
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestFactory.cpp117 nsCOMPtr<nsIServiceManager> servMan; local
118 rv = NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
120 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);
H A DnsIFileEnumerator.cpp64 nsCOMPtr<nsIServiceManager> servMan; local
65 rv = NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
67 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);
H A DRegFactory.cpp143 nsCOMPtr<nsIServiceManager> servMan; local
144 rv = NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
146 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);
H A DnsIFileTest.cpp422 nsCOMPtr<nsIServiceManager> servMan; local
423 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
424 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/
H A DTestDConnect.cpp215 nsCOMPtr<nsIServiceManager> servMan; local
216 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
217 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DTestHelloXPLoop.cpp72 nsCOMPtr<nsIServiceManager> servMan; local
73 rv = NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
80 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/test/
H A DtmModuleTest.cpp191 nsCOMPtr<nsIServiceManager> servMan; local
192 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
193 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/
H A DTestIPC.cpp197 nsCOMPtr<nsIServiceManager> servMan; local
198 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
199 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaInterfaces.cpp211 nsCOMPtr<nsIServiceManager> servMan; local
212 rv = NS_InitXPCOM2(getter_AddRefs(servMan), directory, provider);
216 return NativeInterfaceToJavaObject(env, servMan, NS_GET_IID(nsIServiceManager),
229 jobject servMan;
231 &servMan);
233 return servMan;
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsXPCOMGlue.cpp504 nsCOMPtr<nsIServiceManager> servMan; local
506 rv = NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, provider);
509 if ( NS_FAILED(rv) || !servMan) {
/vbox/src/libs/xpcom18a4/xpcom/proxy/tests/
H A Dproxytests.cpp485 nsCOMPtr<nsIServiceManager> servMan; local
486 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull);
487 nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(servMan);

Completed in 198 milliseconds