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

/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp162 * See USBProxyService::deviceAdded for details.
164 void USBProxyServiceFreeBSD::deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList &llOpenedMachines, function in class:USBProxyServiceFreeBSD
167 USBProxyService::deviceAdded(aDevice, llOpenedMachines, aUSBDevice);
/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp278 * See USBProxyService::deviceAdded for details.
280 void USBProxyServiceLinux::deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList &llOpenedMachines, function in class:USBProxyServiceLinux
294 USBProxyService::deviceAdded(aDevice, llOpenedMachines, aUSBDevice);
/vbox/src/VBox/Main/testcase/
H A DtstUSBProxyLinux.cpp51 void USBProxyService::deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList &llOpenedMachines, PUSBDEVICE aUSBDevice) {} function in class:USBProxyService
/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp961 deviceAdded(NewObj, llOpenedMachines, pNew);
1019 void USBProxyService::deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, function in class:USBProxyService

Completed in 58 milliseconds