Searched refs:DeamonWriteThread (Results 1 – 3 of 3) sorted by relevance
56 virtual void DeamonWriteThread();
279 void HdcDaemonUART::DeamonWriteThread() in DeamonWriteThread() function in Hdc::HdcDaemonUART305 std::thread deamonWriteThread(std::bind(&HdcDaemonUART::DeamonWriteThread, this)); in LoopUARTWrite()
70 MOCK_METHOD0(DeamonWriteThread, void(void));341 EXPECT_CALL(mockDaemonUART, DeamonWriteThread).Times(1);