Searched defs:sm (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DClientWatcher.cpp254 ComObjPtr<SessionMachine> sm; local
255 if ((*it)->i_isSessionOpenOrClosing(sm))
257 AutoCaller smCaller(sm);
260 AutoReadLock smLock(sm COMMA_LOCKVAL_SRC_POS);
261 Machine::ClientToken *ct = sm->i_getClientToken();
265 machines.push_back(sm);
465 ComObjPtr<SessionMachine> sm; local
466 if ((*it)->i_isSessionOpenOrClosing(sm))
468 AutoCaller smCaller(sm);
471 AutoReadLock smLock(sm COMMA_LOCKVAL_SRC_PO
590 ComObjPtr<SessionMachine> sm; local
[all...]
H A DVirtualBoxImpl.cpp3050 ComObjPtr<SessionMachine> sm; local
3052 if ((*it)->i_isSessionOpen(sm, &ctl))
3054 aMachines.push_back(sm);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaInterfaces.cpp389 nsCOMPtr<nsIServiceManager> sm; local
390 nsresult rv = NS_GetServiceManager(getter_AddRefs(sm));
394 rv = NativeInterfaceToJavaObject(env, sm, NS_GET_IID(nsIServiceManager),
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp240 nsCOMPtr<nsIExceptionManager> sm; local
241 nsresult nr = GetCurrentExceptionManager(getter_AddRefs(sm));
244 return sm->SetCurrentException(error);
251 nsCOMPtr<nsIExceptionManager> sm; local
252 nsresult nr = GetCurrentExceptionManager(getter_AddRefs(sm));
255 return sm->GetCurrentException(_retval);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 56 milliseconds