Home
last modified time | relevance | path

Searched refs:DeamonWriteThread (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_uart.h56 virtual void DeamonWriteThread();
Ddaemon_uart.cpp279 void HdcDaemonUART::DeamonWriteThread() in DeamonWriteThread() function in Hdc::HdcDaemonUART
305 std::thread deamonWriteThread(std::bind(&HdcDaemonUART::DeamonWriteThread, this)); in LoopUARTWrite()
/developtools/hdc/test/unittest/common/
Ddaemon_uart_test.cpp70 MOCK_METHOD0(DeamonWriteThread, void(void));
341 EXPECT_CALL(mockDaemonUART, DeamonWriteThread).Times(1);