Searched refs:ReadCtrlFromSession (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/src/common/ |
H A D | session.h | 87 static void ReadCtrlFromSession(uv_poll_t *poll, int status, int events);
|
H A D | session.cpp | 470 uv_poll_start(pollHandleMain, UV_READABLE, ReadCtrlFromSession); in MallocSession() 1035 void HdcSessionBase::ReadCtrlFromSession(uv_poll_t *poll, int status, int events) in ReadCtrlFromSession() function in Hdc::HdcSessionBase 1047 WRITE_LOG(LOG_WARN, "ReadCtrlFromSession failed,%s", buffer); in ReadCtrlFromSession() 1052 WRITE_LOG(LOG_FATAL, "ReadCtrlFromSession read data zero byte"); in ReadCtrlFromSession()
|
Completed in 3 milliseconds