Searched refs:FreeSessionOpeate (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/src/common/ |
H A D | session.h | 204 static void FreeSessionOpeate(uv_timer_t *handle);
|
H A D | session.cpp | 603 void HdcSessionBase::FreeSessionOpeate(uv_timer_t *handle) in FreeSessionOpeate() function in Hdc::HdcSessionBase 605 StartTraceScope("HdcSessionBase::FreeSessionOpeate"); in FreeSessionOpeate() 617 WRITE_LOG(LOG_WARN, "FreeSessionOpeate sid:%u ref:%u > 0", hSession->sessionId, uint32_t(hSession->ref)); in FreeSessionOpeate() 620 WRITE_LOG(LOG_INFO, "FreeSessionOpeate sid:%u ref:%u", hSession->sessionId, uint32_t(hSession->ref)); in FreeSessionOpeate() 625 WRITE_LOG(LOG_INFO, "FreeSessionOpeate, send workthread for free. sessionId:%u", hSession->sessionId); in FreeSessionOpeate() 630 WRITE_LOG(LOG_INFO, "FreeSessionOpeate childCleared:%d sessionId:%u", in FreeSessionOpeate() 663 Base::TimerUvTask(&loopMain, hSession, FreeSessionOpeate); in FreeSession()
|
Completed in 4 milliseconds