Searched refs:EventSource (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Main/include/
H A DVirtualBoxClientImpl.h71 const ComObjPtr<EventSource> m_pEventSource;
H A DKeyboardImpl.h96 const ComObjPtr<EventSource> mEventSource;
H A DEventImpl.h86 class ATL_NO_VTABLE EventSource : class in inherits:EventSourceWrap
90 DECLARE_EMPTY_CTOR_DTOR(EventSource)
H A DGuestFileImpl.h52 EventSource *i_getEventSource(void) { return mEventSource; }
113 const ComObjPtr<EventSource> mEventSource;
H A DMouseImpl.h144 const ComObjPtr<EventSource> mEventSource;
H A DGuestImpl.h213 const ComObjPtr<EventSource> mEventSource;
H A DGuestProcessImpl.h133 const ComObjPtr<EventSource> mEventSource;
H A DGuestSessionImpl.h418 EventSource *i_getEventSource(void) { return mEventSource; }
462 const ComObjPtr<EventSource> mEventSource;
H A DConsoleImpl.h203 EventSource *i_getEventSource() { return mEventSource; }
855 const ComObjPtr<EventSource> mEventSource;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrlListener.cpp172 CHECK_ERROR_BREAK(itProc->first, COMGETTER(EventSource)(pES.asOutParam()));
193 CHECK_ERROR_BREAK(itFile->first, COMGETTER(EventSource)(pES.asOutParam()));
239 CHECK_ERROR_BREAK(pFile, COMGETTER(EventSource)(es.asOutParam()));
260 CHECK_ERROR(itFile->first, COMGETTER(EventSource)(pES.asOutParam()));
304 CHECK_ERROR_BREAK(pProcess, COMGETTER(EventSource)(es.asOutParam()));
325 CHECK_ERROR(itProc->first, COMGETTER(EventSource)(pES.asOutParam()));
392 CHECK_ERROR_BREAK(itSession->first, COMGETTER(EventSource)(pES.asOutParam()));
441 CHECK_ERROR_BREAK(pSession, COMGETTER(EventSource)(es.asOutParam()));
463 CHECK_ERROR_BREAK(itSession->first, COMGETTER(EventSource)(pES.asOutParam()));
H A DVBoxManageGuestProp.cpp330 CHECK_ERROR(a->virtualBox, COMGETTER(EventSource)(es.asOutParam()));
H A DVBoxManageGuestCtrl.cpp3878 CHECK_ERROR_BREAK(pCtx->pGuest, COMGETTER(EventSource)(es.asOutParam()));
3905 CHECK_ERROR(pCtx->pGuest, COMGETTER(EventSource)(pES.asOutParam()));
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp23 * to make any VirtualBox object an event source (by aggregating an EventSource instance).
42 * Internal EventSource data structures are optimized for fast event delivery, while
571 EventSource *mOwner;
584 EventSource *aOwner);
609 friend class EventSource;
671 struct EventSource::Data
720 EventSource *aOwner) :
800 * We release lock here to allow modifying ops on EventSource inside callback.
940 EventSource::EventSource() function in class:EventSource
[all...]
/vbox/src/VBox/NetworkServices/NetLib/
H A DComHostUtils.cpp206 hrc = vboxptr->COMGETTER(EventSource)(esVBox.asOutParam());
222 HRESULT hrc = vboxptr->COMGETTER(EventSource)(esVBox.asOutParam());
245 hrc = vboxclientptr->COMGETTER(EventSource)(esVBox.asOutParam());
261 HRESULT hrc = vboxclientptr->COMGETTER(EventSource)(esVBox.asOutParam());
/vbox/src/VBox/Main/src-client/
H A DPCIRawDevImpl.cpp84 hrc = vbox->COMGETTER(EventSource)(es.asOutParam());
H A DConsoleVRDPServer.cpp1402 console->COMGETTER(EventSource)(es.asOutParam());
1451 mConsole->COMGETTER(EventSource)(es.asOutParam());
H A DDisplayImpl.cpp658 mParent->COMGETTER(EventSource)(es.asOutParam());
703 mParent->COMGETTER(EventSource)(es.asOutParam());
H A DConsoleImpl.cpp583 rc = pVirtualBox->COMGETTER(EventSource)(pES.asOutParam());
638 rc = pVirtualBox->COMGETTER(EventSource)(pES.asOutParam());
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp1037 CHECK_ERROR(pVirtualBoxClient, COMGETTER(EventSource)(pES.asOutParam()));
1050 CHECK_ERROR(console, COMGETTER(EventSource)(es.asOutParam()));
1212 CHECK_ERROR(virtualBox, COMGETTER(EventSource)(es.asOutParam()));
1298 CHECK_ERROR(virtualBox, COMGETTER(EventSource)(es.asOutParam()));
1308 CHECK_ERROR(gConsole, COMGETTER(EventSource)(es.asOutParam()));
1318 CHECK_ERROR(pVirtualBoxClient, COMGETTER(EventSource)(pES.asOutParam()));
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPI.cpp294 CHECK_ERROR(pVBox, COMGETTER(EventSource)(eventSource.asOutParam()));
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp702 CHECK_ERROR_BREAK(g_pVirtualBox, COMGETTER(EventSource)(g_pEventSource.asOutParam()));
703 CHECK_ERROR_BREAK(g_pVirtualBoxClient, COMGETTER(EventSource)(g_pEventSourceClient.asOutParam()));
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1185 CHECK_ERROR(g_pVirtualBoxClient, COMGETTER(EventSource)(pES.asOutParam()));
1241 CHECK_ERROR(g_pVirtualBoxClient, COMGETTER(EventSource)(pES.asOutParam()));
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2027 CHECK_ERROR(pVirtualBoxClient, COMGETTER(EventSource)(pES.asOutParam()));
2040 CHECK_ERROR(pVirtualBox, COMGETTER(EventSource)(pES.asOutParam()));
2053 CHECK_ERROR(gpConsole, COMGETTER(EventSource)(pES.asOutParam()));
2966 CHECK_ERROR(gpConsole, COMGETTER(EventSource)(pES.asOutParam()));
3065 CHECK_ERROR(pVirtualBox, COMGETTER(EventSource)(pES.asOutParam()));
3075 CHECK_ERROR(pVirtualBoxClient, COMGETTER(EventSource)(pES.asOutParam()));
/vbox/src/VBox/Main/src-server/
H A DNATNetworkImpl.cpp68 const ComObjPtr<EventSource> pEventSource;
H A DVirtualBoxImpl.cpp289 const ComObjPtr<EventSource> pEventSource;

Completed in 1201 milliseconds

12