Lines Matching refs:SerialPort
35 DEFINE_EMPTY_CTOR_DTOR (SerialPort)
37 HRESULT SerialPort::FinalConstruct()
42 void SerialPort::FinalRelease()
56 HRESULT SerialPort::init(Machine *aParent, ULONG aSlot)
92 HRESULT SerialPort::init(Machine *aParent, SerialPort *aThat)
126 HRESULT SerialPort::initCopy(Machine *aParent, SerialPort *aThat)
157 void SerialPort::uninit()
178 HRESULT SerialPort::getEnabled(BOOL *aEnabled)
188 HRESULT SerialPort::setEnabled(BOOL aEnabled)
218 HRESULT SerialPort::getHostMode(PortMode_T *aHostMode)
227 HRESULT SerialPort::setHostMode(PortMode_T aHostMode)
288 HRESULT SerialPort::getSlot(ULONG *aSlot)
298 HRESULT SerialPort::getIRQ(ULONG *aIRQ)
308 HRESULT SerialPort::setIRQ(ULONG aIRQ)
343 HRESULT SerialPort::getIOBase(ULONG *aIOBase)
352 HRESULT SerialPort::setIOBase(ULONG aIOBase)
391 HRESULT SerialPort::getPath(com::Utf8Str &aPath)
401 HRESULT SerialPort::setPath(const com::Utf8Str &aPath)
431 HRESULT SerialPort::getServer(BOOL *aServer)
440 HRESULT SerialPort::setServer(BOOL aServer)
478 HRESULT SerialPort::i_loadSettings(const settings::SerialPort &data)
501 HRESULT SerialPort::i_saveSettings(settings::SerialPort &data)
518 bool SerialPort::i_isModified()
527 void SerialPort::i_rollback()
542 void SerialPort::i_commit()
571 void SerialPort::i_copyFrom (SerialPort *aThat)
592 void SerialPort::i_applyDefaults (GuestOSType *aOsType)
640 HRESULT SerialPort::i_checkSetPath(const Utf8Str &str)