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

/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 DHostUSBDeviceImpl.cpp286 HRESULT HostUSBDevice::getRemote(BOOL *aRemote) argument
290 *aRemote = FALSE;

Completed in 82 milliseconds