Lines Matching refs:HRESULT

69     HRESULT FinalConstruct();
73 HRESULT init(USBDeviceFilters *aParent,
75 HRESULT init(USBDeviceFilters *aParent, IN_BSTR aName);
76 HRESULT init(USBDeviceFilters *aParent, USBDeviceFilter *aThat,
78 HRESULT initCopy(USBDeviceFilters *aParent, USBDeviceFilter *aThat);
95 static HRESULT i_usbFilterFieldFromString(PUSBFILTER aFilter,
105 HRESULT getName(com::Utf8Str &aName);
106 HRESULT setName(const com::Utf8Str &aName);
107 HRESULT getActive(BOOL *aActive);
108 HRESULT setActive(BOOL aActive);
109 HRESULT getVendorId(com::Utf8Str &aVendorId);
110 HRESULT setVendorId(const com::Utf8Str &aVendorId);
111 HRESULT getProductId(com::Utf8Str &aProductId);
112 HRESULT setProductId(const com::Utf8Str &aProductId);
113 HRESULT getRevision(com::Utf8Str &aRevision);
114 HRESULT setRevision(const com::Utf8Str &aRevision);
115 HRESULT getManufacturer(com::Utf8Str &aManufacturer);
116 HRESULT setManufacturer(const com::Utf8Str &aManufacturer);
117 HRESULT getProduct(com::Utf8Str &aProduct);
118 HRESULT setProduct(const com::Utf8Str &aProduct);
119 HRESULT getSerialNumber(com::Utf8Str &aSerialNumber);
120 HRESULT setSerialNumber(const com::Utf8Str &aSerialNumber);
121 HRESULT getPort(com::Utf8Str &aPort);
122 HRESULT setPort(const com::Utf8Str &aPort);
123 HRESULT getRemote(com::Utf8Str &aRemote);
124 HRESULT setRemote(const com::Utf8Str &aRemote);
125 HRESULT getMaskedInterfaces(ULONG *aMaskedInterfaces);
126 HRESULT setMaskedInterfaces(ULONG aMaskedInterfaces);
129 HRESULT i_usbFilterFieldGetter(USBFILTERIDX aIdx, com::Utf8Str &aStr);
130 HRESULT i_usbFilterFieldSetter(USBFILTERIDX aIdx, const com::Utf8Str &strNew);
162 HRESULT FinalConstruct();
166 HRESULT init(Host *aParent,
168 HRESULT init(Host *aParent, IN_BSTR aName);
185 HRESULT getName(com::Utf8Str &aName);
186 HRESULT setName(const com::Utf8Str &aName);
187 HRESULT getActive(BOOL *aActive);
188 HRESULT setActive(BOOL aActive);
189 HRESULT getVendorId(com::Utf8Str &aVendorId);
190 HRESULT setVendorId(const com::Utf8Str &aVendorId);
191 HRESULT getProductId(com::Utf8Str &aProductId);
192 HRESULT setProductId(const com::Utf8Str &aProductId);
193 HRESULT getRevision(com::Utf8Str &aRevision);
194 HRESULT setRevision(const com::Utf8Str &aRevision);
195 HRESULT getManufacturer(com::Utf8Str &aManufacturer);
196 HRESULT setManufacturer(const com::Utf8Str &aManufacturer);
197 HRESULT getProduct(com::Utf8Str &aProduct);
198 HRESULT setProduct(const com::Utf8Str &aProduct);
199 HRESULT getSerialNumber(com::Utf8Str &aSerialNumber);
200 HRESULT setSerialNumber(const com::Utf8Str &aSerialNumber);
201 HRESULT getPort(com::Utf8Str &aPort);
202 HRESULT setPort(const com::Utf8Str &aPort);
203 HRESULT getRemote(com::Utf8Str &aRemote);
204 HRESULT setRemote(const com::Utf8Str &aRemote);
205 HRESULT getMaskedInterfaces(ULONG *aMaskedInterfaces);
206 HRESULT setMaskedInterfaces(ULONG aMaskedInterfaces);
209 HRESULT getAction(USBDeviceFilterAction_T *aAction);
210 HRESULT setAction(USBDeviceFilterAction_T aAction);
212 HRESULT i_usbFilterFieldGetter(USBFILTERIDX aIdx, com::Utf8Str &aStr);
213 HRESULT i_usbFilterFieldSetter(USBFILTERIDX aIdx, const com::Utf8Str &aStr);