Home
last modified time | relevance | path

Searched refs:ioCancel (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp806 EXPECT_EQ(mySession.hUART->ioCancel, false);
808 EXPECT_EQ(mySession.hUART->ioCancel, false);
810 EXPECT_EQ(mySession.hUART->ioCancel, true);
/developtools/hdc/src/common/
Ddefine_plus.h366 bool ioCancel = false; member
Duart.cpp310 if (uart.ioCancel) { in ReadUartDev()
312 uart.ioCancel = true; in ReadUartDev()
/developtools/hdc/src/host/
Dhost_uart.cpp698 hUART->ioCancel = true; in EnumSerialPort()