Searched refs:aRemote (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Main/include/
H A DUSBDeviceFilterImpl.h123 HRESULT getRemote(com::Utf8Str &aRemote);
124 HRESULT setRemote(const com::Utf8Str &aRemote);
203 HRESULT getRemote(com::Utf8Str &aRemote);
204 HRESULT setRemote(const com::Utf8Str &aRemote);
H A DUSBDeviceImpl.h60 HRESULT getRemote(BOOL *aRemote);
H A DRemoteUSBDeviceImpl.h68 STDMETHOD(COMGETTER(Remote)) (BOOL *aRemote);
H A DHostUSBDeviceImpl.h260 HRESULT getRemote(BOOL *aRemote);
H A DConsoleImpl.h718 bool aRemote, const char *aAddress, void *pvRemoteBackend,
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp323 STDMETHODIMP RemoteUSBDevice::COMGETTER(Remote) (BOOL *aRemote) argument
325 CheckComArgOutPointerValid(aRemote);
332 *aRemote = TRUE;
H A DUSBDeviceImpl.cpp300 HRESULT OUSBDevice::getRemote(BOOL *aRemote) argument
303 *aRemote = mData.remote;
H A DConsoleImpl.cpp8681 Console::i_usbAttachCallback(Console *that, PUVM pUVM, IUSBDevice *aHostDevice, PCRTUUID aUuid, bool aRemote, argument
8691 int vrc = PDMR3UsbCreateProxyDevice(pUVM, aUuid, aRemote, aAddress, pvRemoteBackend,
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp591 HRESULT USBDeviceFilter::getRemote(com::Utf8Str &aRemote) argument
595 aRemote = mData->mRemote.string();
600 HRESULT USBDeviceFilter::setRemote(const com::Utf8Str &aRemote) argument
606 Bstr bRemote = Bstr(aRemote).raw();
615 aRemote.c_str(), flt.errorPosition() + 1);
1122 HRESULT HostUSBDeviceFilter::getRemote(com::Utf8Str &aRemote) argument
1126 aRemote = mData->mRemote.string();
1131 HRESULT HostUSBDeviceFilter::setRemote(const com::Utf8Str & /* aRemote */)
H A DUSBDeviceFiltersImpl.cpp284 STDMETHOD(COMGETTER(Remote))(BSTR *aRemote);
285 STDMETHOD(COMSETTER(Remote))(IN_BSTR aRemote);
H A DHostUSBDeviceImpl.cpp286 HRESULT HostUSBDevice::getRemote(BOOL *aRemote) argument
290 *aRemote = FALSE;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h13804 #define IUSBDevice_get_Remote(p, aRemote) ((p)->lpVtbl->GetRemote(p, aRemote))
13805 #define IUSBDevice_GetRemote(p, aRemote) ((p)->lpVtbl->GetRemote(p, aRemote))
13945 #define IUSBDeviceFilter_get_Remote(p, aRemote) ((p)->lpVtbl->GetRemote(p, aRemote))
13946 #define IUSBDeviceFilter_GetRemote(p, aRemote) ((p)->lpVtbl->GetRemote(p, aRemote))
13947 #define IUSBDeviceFilter_put_Remote(p, aRemote) ((p)->lpVtbl->SetRemote(p, aRemote))
[all...]

Completed in 211 milliseconds