Home
last modified time | relevance | path

Searched refs:SendPkgInUARTOutMap (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp85 MOCK_METHOD0(SendPkgInUARTOutMap, void());
630 EXPECT_CALL(mockHostUART, SendPkgInUARTOutMap).Times(0);
633 EXPECT_CALL(mockHostUART, SendPkgInUARTOutMap).Times(1);
/developtools/hdc/src/daemon/
Ddaemon_uart.cpp284 SendPkgInUARTOutMap(); in DeamonWriteThread()
/developtools/hdc/src/common/
Duart.h234 virtual void SendPkgInUARTOutMap();
Duart.cpp714 void HdcUARTBase::SendPkgInUARTOutMap() in SendPkgInUARTOutMap() function in Hdc::HdcUARTBase
/developtools/hdc/src/host/
Dhost_uart.cpp69 SendPkgInUARTOutMap(); in UartWriteThread()