Searched refs:aEventSource (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVirtualBoxClientImpl.h53 virtual HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DKeyboardImpl.h67 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DNATNetworkImpl.h91 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DDHCPServerImpl.h100 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DGuestFileImpl.h78 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DMouseImpl.h71 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DGuestImpl.h117 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DGuestProcessImpl.h95 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DGuestSessionImpl.h275 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DVirtualBoxImpl.h272 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
H A DConsoleImpl.h306 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
/vbox/src/VBox/Main/src-client/
H A DVirtualBoxClientImpl.cpp177 * @param aEventSource Address of result variable.
179 HRESULT VirtualBoxClient::getEventSource(ComPtr<IEventSource> &aEventSource) argument
182 aEventSource = mData.m_pEventSource;
183 return aEventSource.isNull() ? E_FAIL : S_OK;
H A DKeyboardImpl.cpp278 HRESULT Keyboard::getEventSource(ComPtr<IEventSource> &aEventSource) argument
281 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DGuestImpl.cpp517 HRESULT Guest::getEventSource(ComPtr<IEventSource> &aEventSource) argument
525 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DMouseImpl.cpp469 HRESULT Mouse::getEventSource(ComPtr<IEventSource> &aEventSource) argument
472 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DGuestFileImpl.cpp269 HRESULT GuestFile::getEventSource(ComPtr<IEventSource> &aEventSource) argument
275 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DGuestProcessImpl.cpp312 HRESULT GuestProcess::getEventSource(ComPtr<IEventSource> &aEventSource) argument
320 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DGuestSessionImpl.cpp573 HRESULT GuestSession::getEventSource(ComPtr<IEventSource> &aEventSource) argument
581 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DConsoleImpl.cpp2014 HRESULT Console::getEventSource(ComPtr<IEventSource> &aEventSource) argument
2017 mEventSource.queryInterfaceTo(aEventSource.asOutParam());
/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp538 HRESULT DHCPServer::getEventSource(ComPtr<IEventSource> &aEventSource) argument
540 NOREF(aEventSource);
H A DNATNetworkImpl.cpp269 HRESULT NATNetwork::getEventSource(ComPtr<IEventSource> &aEventSource) argument
272 m->pEventSource.queryInterfaceTo(aEventSource.asOutParam());
H A DVirtualBoxImpl.cpp1068 HRESULT VirtualBox::getEventSource(ComPtr<IEventSource> &aEventSource) argument
1071 m->pEventSource.queryInterfaceTo(aEventSource.asOutParam());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h3544 #define INATNetwork_get_EventSource(p, aEventSource) ((p)->lpVtbl->GetEventSource(p, aEventSource))
3545 #define INATNetwork_GetEventSource(p, aEventSource) ((p)->lpVtbl->GetEventSource(p, aEventSource))
3740 #define IDHCPServer_get_EventSource(p, aEventSource) ((p)->lpVtbl->GetEventSource(p, aEventSource))
3741 #define IDHCPServer_GetEventSource(p, aEventSource) ((p)->lpVtbl->GetEventSource(p, aEventSource))
4259 #define IVirtualBox_get_EventSource(p, aEventSource) ((p)->lpVtbl->GetEventSource(p, aEventSource))
[all...]

Completed in 168 milliseconds