Searched refs:USBDeviceFilters (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Main/include/
H A DUSBDeviceFiltersImpl.h5 * VBox USBDeviceFilters COM Class declaration.
33 class ATL_NO_VTABLE USBDeviceFilters : class in inherits:USBDeviceFiltersWrap
38 DECLARE_EMPTY_CTOR_DTOR(USBDeviceFilters)
45 HRESULT init(Machine *aParent, USBDeviceFilters *aThat);
46 HRESULT initCopy(Machine *aParent, USBDeviceFilters *aThat);
55 void i_copyFrom(USBDeviceFilters *aThat);
H A DUSBDeviceFilterImpl.h25 class USBDeviceFilters;
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);
132 USBDeviceFilters * const mParent;
143 friend class USBDeviceFilters;
H A DMachineImpl.h70 class USBDeviceFilters;
766 const ComObjPtr<USBDeviceFilters> mUSBDeviceFilters;
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFiltersImpl.cpp49 struct USBDeviceFilters::Data
63 const ComObjPtr<USBDeviceFilters> pPeer;
76 DEFINE_EMPTY_CTOR_DTOR(USBDeviceFilters)
78 HRESULT USBDeviceFilters::FinalConstruct()
83 void USBDeviceFilters::FinalRelease()
98 HRESULT USBDeviceFilters::init(Machine *aParent)
133 HRESULT USBDeviceFilters::init(Machine *aParent, USBDeviceFilters *aPeer)
175 HRESULT USBDeviceFilters::initCopy(Machine *aParent, USBDeviceFilters *aPee
[all...]
H A DUSBDeviceFilterImpl.cpp208 HRESULT USBDeviceFilter::init(USBDeviceFilters *aParent,
282 HRESULT USBDeviceFilter::init(USBDeviceFilters *aParent, IN_BSTR aName)
331 HRESULT USBDeviceFilter::init (USBDeviceFilters *aParent, USBDeviceFilter *aThat,
384 HRESULT USBDeviceFilter::initCopy (USBDeviceFilters *aParent, USBDeviceFilter *aThat)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp401 CHECK_ERROR_RET(cmd.mMachine, COMGETTER(USBDeviceFilters)(flts.asOutParam()), 1);
466 CHECK_ERROR_BREAK(host, COMGETTER(USBDeviceFilters)(ComSafeArrayAsOutParam(coll)));
H A DVBoxManageList.cpp509 CHECK_ERROR_RET(host, COMGETTER(USBDeviceFilters)(ComSafeArrayAsOutParam(coll)), 1);
H A DVBoxManageInfo.cpp1909 rc = machine->COMGETTER(USBDeviceFilters)(USBFlts.asOutParam());
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py1982 usbDevFilter = self.o.machine.USBDeviceFilters.createDeviceFilter(sName);
1987 self.o.machine.USBDeviceFilters.insertDeviceFilter(0, usbDevFilter);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2899 nsresult (*GetUSBDeviceFilters)(IHost *pThis, PRUint32 *USBDeviceFiltersSize, IHostUSBDeviceFilter * **USBDeviceFilters);
H A DVBoxCAPI_v3_0.h3438 nsresult (*GetUSBDeviceFilters)(IHost *pThis, PRUint32 *USBDeviceFiltersSize, IHostUSBDeviceFilter * **USBDeviceFilters);
H A DVBoxCAPI_v3_1.h3410 nsresult (*GetUSBDeviceFilters)(IHost *pThis, PRUint32 *USBDeviceFiltersSize, IHostUSBDeviceFilter * **USBDeviceFilters);
H A DVBoxCAPI_v3_2.h3532 nsresult (*GetUSBDeviceFilters)(IHost *pThis, PRUint32 *USBDeviceFiltersSize, IHostUSBDeviceFilter * **USBDeviceFilters);
H A DVBoxCAPI_v4_0.h3742 nsresult (*GetUSBDeviceFilters)(IHost *pThis, PRUint32 *USBDeviceFiltersSize, IHostUSBDeviceFilter * **USBDeviceFilters);
H A DVBoxCAPI_v4_1.h3979 nsresult (*GetUSBDeviceFilters)(IHost *pThis, PRUint32 *USBDeviceFiltersSize, IHostUSBDeviceFilter * **USBDeviceFilters);
H A DVBoxCAPI_v4_2.h4323 nsresult (*GetUSBDeviceFilters)(IHost *pThis, PRUint32 *USBDeviceFiltersSize, IHostUSBDeviceFilter * **USBDeviceFilters);
H A DVBoxCAPI_v4_3.h5148 nsresult (*GetUSBDeviceFilters)(IMachine *pThis, IUSBDeviceFilters * *USBDeviceFilters);
5872 nsresult (*GetUSBDeviceFilters)(IMachine *pThis, IUSBDeviceFilters * *USBDeviceFilters);
7686 nsresult (*GetUSBDeviceFilters)(IHost *pThis, PRUint32 *USBDeviceFiltersSize, IHostUSBDeviceFilter * **USBDeviceFilters);
7837 nsresult (*GetUSBDeviceFilters)(IHost *pThis, PRUint32 *USBDeviceFiltersSize, IHostUSBDeviceFilter * **USBDeviceFilters);

Completed in 470 milliseconds