Lines Matching refs:session
466 WRITE_LOG(LOG_ALL, "%s headonly Package(%zu). dont send to session, erase it",
477 // for daemon side we can make a new session for it
482 WRITE_LOG(LOG_WARN, "%s have not found session (%u). skip it", __FUNCTION__, sessionId);
486 WRITE_LOG(LOG_WARN, "%s dup package %u, skip send to session logic",
499 "%s DispatchToWorkThread fail %d. request free session in "
534 // we dont need session info
544 // session is not found
566 // just send the data to hdc session side
569 WRITE_LOG(LOG_DEBUG, "%s send to session %s package size %zu", __FUNCTION__,
595 // data to session
597 WRITE_LOG(LOG_ALL, "%s stream wait session read size: %zu", __FUNCTION__,
722 // we have maybe more than one session
723 // each session has it owner serial port
733 // and this session is wait response
776 // let's free this session
777 WRITE_LOG(LOG_WARN, "UartPackageManager: reach max retry ,free the session %u",
861 // other side tell us the session need reset
863 WRITE_LOG(LOG_WARN, "%s other side tell us the session need free:%u", __FUNCTION__,
966 WRITE_LOG(LOG_FATAL, "%s FetchIOBuf failed , free the other side session", __FUNCTION__);
967 // session side said the dont understand this session data
968 // so we also need tell other side to free it session.
972 WRITE_LOG(LOG_FATAL, "%s FetchIOBuf failed , free the session", __FUNCTION__);
998 void HdcUARTBase::Restartession(const HSession session)
1000 if (session != nullptr) {
1001 WRITE_LOG(LOG_FATAL, "%s:%s", __FUNCTION__, session->ToDebugString().c_str());
1002 ClearUARTOutMap(session->sessionId);
1003 sessionBase.FreeSession(session->sessionId);
1013 WRITE_LOG(LOG_FATAL, "%s: clean null session", __FUNCTION__);