Home
last modified time | relevance | path

Searched refs:ReadCtrlFromSession (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/src/common/
H A Dsession.h87 static void ReadCtrlFromSession(uv_poll_t *poll, int status, int events);
H A Dsession.cpp470 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