Searched refs:aProductId (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Main/include/
H A DUSBDeviceFilterImpl.h111 HRESULT getProductId(com::Utf8Str &aProductId);
112 HRESULT setProductId(const com::Utf8Str &aProductId);
191 HRESULT getProductId(com::Utf8Str &aProductId);
192 HRESULT setProductId(const com::Utf8Str &aProductId);
H A DUSBDeviceImpl.h50 HRESULT getProductId(USHORT *aProductId);
H A DRemoteUSBDeviceImpl.h58 STDMETHOD(COMGETTER(ProductId)) (USHORT *aProductId);
H A DHostUSBDeviceImpl.h250 HRESULT getProductId(USHORT *aProductId);
/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 DUSBDeviceFiltersImpl.cpp272 STDMETHOD(COMGETTER(ProductId))(BSTR *aProductId);
273 STDMETHOD(COMSETTER(ProductId))(IN_BSTR aProductId);
H A DHostUSBDeviceImpl.cpp145 HRESULT HostUSBDevice::getProductId(USHORT *aProductId) argument
149 *aProductId = mUsb->idProduct;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h13786 #define IUSBDevice_get_ProductId(p, aProductId) ((p)->lpVtbl->GetProductId(p, aProductId))
13787 #define IUSBDevice_GetProductId(p, aProductId) ((p)->lpVtbl->GetProductId(p, aProductId))
13921 #define IUSBDeviceFilter_get_ProductId(p, aProductId) ((p)->lpVtbl->GetProductId(p, aProductId))
13922 #define IUSBDeviceFilter_GetProductId(p, aProductId) ((p)->lpVtbl->GetProductId(p, aProductId))
13923 #define IUSBDeviceFilter_put_ProductId(p, aProductId) ((p)->lpVtbl->SetProductId(p, aProductId))
[all...]

Completed in 165 milliseconds