Searched defs:aCaptureFilename (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp754 const com::Utf8Str &aCaptureFilename)
764 return mConsole->i_onUSBDeviceAttach(aDevice, aError, aMaskedInterfaces, aCaptureFilename);
751 onUSBDeviceAttach(const ComPtr<IUSBDevice> &aDevice, const ComPtr<IVirtualBoxErrorInfo> &aError, ULONG aMaskedInterfaces, const com::Utf8Str &aCaptureFilename) argument
H A DConsoleImpl.cpp2783 HRESULT Console::attachUSBDevice(const com::Guid &aId, const com::Utf8Str &aCaptureFilename) argument
2809 return mControl->CaptureUSBDevice(Bstr(aId.toString()).raw(), Bstr(aCaptureFilename).raw());
5409 const Utf8Str &aCaptureFilename)
5447 HRESULT rc = i_attachUSBDevice(aDevice, aMaskedIfs, aCaptureFilename);
8579 const Utf8Str &aCaptureFilename)
8631 aCaptureFilename.isEmpty() ? NULL : aCaptureFilename.c_str());
5408 i_onUSBDeviceAttach(IUSBDevice *aDevice, IVirtualBoxErrorInfo *aError, ULONG aMaskedIfs, const Utf8Str &aCaptureFilename) argument
8578 i_attachUSBDevice(IUSBDevice *aHostDevice, ULONG aMaskedIfs, const Utf8Str &aCaptureFilename) argument
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp345 * @param aCaptureFilename The filename to capture the USB traffic to.
354 const com::Utf8Str &aCaptureFilename, ULONG aMaskedIfs /* = 0*/)
410 HRESULT hrc = i_attachToVM(aMachine, aCaptureFilename, aMaskedIfs);
429 mCaptureFilename = aCaptureFilename;
464 HRESULT HostUSBDevice::i_attachToVM(SessionMachine *aMachine, const com::Utf8Str &aCaptureFilename, argument
492 HRESULT hrc = aMachine->i_onUSBDeviceAttach(d, NULL, aMaskedIfs, aCaptureFilename);
353 i_requestCaptureForVM(SessionMachine *aMachine, bool aSetError, const com::Utf8Str &aCaptureFilename, ULONG aMaskedIfs ) argument
H A DUSBProxyService.cpp168 HRESULT USBProxyService::captureDeviceForVM(SessionMachine *aMachine, IN_GUID aId, const com::Utf8Str &aCaptureFilename) argument
185 return pHostDevice->i_requestCaptureForVM(aMachine, true /* aSetError */, aCaptureFilename);
H A DMachineImpl.cpp13150 HRESULT SessionMachine::captureUSBDevice(const com::Guid &aId, const com::Utf8Str &aCaptureFilename) argument
13162 return service->captureDeviceForVM(this, aId.ref(), aCaptureFilename);
14099 const com::Utf8Str &aCaptureFilename)
14125 return directControl->OnUSBDeviceAttach(aDevice, aError, aMaskedIfs, Bstr(aCaptureFilename).raw());
14654 HRESULT Machine::captureUSBDevice(const com::Guid &aId, const com::Utf8Str &aCaptureFilename) argument
14656 NOREF(aId); NOREF(aCaptureFilename);
14096 i_onUSBDeviceAttach(IUSBDevice *aDevice, IVirtualBoxErrorInfo *aError, ULONG aMaskedIfs, const com::Utf8Str &aCaptureFilename) argument

Completed in 112 milliseconds