Searched defs:aProductId (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp193 STDMETHODIMP RemoteUSBDevice::COMGETTER(ProductId) (USHORT *aProductId) argument
195 CheckComArgOutPointerValid(aProductId);
201 *aProductId = mData.productId;
H A DUSBDeviceImpl.cpp184 * @param aProductId Where to store the product id.
186 HRESULT OUSBDevice::getProductId(USHORT *aProductId) argument
189 *aProductId = mData.productId;
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp530 HRESULT USBDeviceFilter::getProductId(com::Utf8Str &aProductId) argument
532 return i_usbFilterFieldGetter(USBFILTERIDX_PRODUCT_ID, aProductId);
535 HRESULT USBDeviceFilter::setProductId(const com::Utf8Str &aProductId) argument
537 return i_usbFilterFieldSetter(USBFILTERIDX_PRODUCT_ID, aProductId);
1062 HRESULT HostUSBDeviceFilter::getProductId(com::Utf8Str &aProductId) argument
1064 return i_usbFilterFieldGetter(USBFILTERIDX_PRODUCT_ID, aProductId);
1067 HRESULT HostUSBDeviceFilter::setProductId(const com::Utf8Str &aProductId) argument
1069 return i_usbFilterFieldSetter(USBFILTERIDX_PRODUCT_ID, aProductId);
H A DHostUSBDeviceImpl.cpp145 HRESULT HostUSBDevice::getProductId(USHORT *aProductId) argument
149 *aProductId = mUsb->idProduct;

Completed in 74 milliseconds