Searched refs:judgeTimeOut (Results 1 – 3 of 3) sorted by relevance
667 bool judgeTimeOut = false; in AuthDeviceOpenConn() local679 judgeTimeOut = true; in AuthDeviceOpenConn()680 authHandle.authId = GetActiveAuthIdByConnInfo(info, judgeTimeOut); in AuthDeviceOpenConn()687 authHandle.authId = GetActiveAuthIdByConnInfo(info, judgeTimeOut); in AuthDeviceOpenConn()
545 int64_t GetActiveAuthIdByConnInfo(const AuthConnInfo *connInfo, bool judgeTimeOut) in GetActiveAuthIdByConnInfo() argument572 if ((currentTime - auth[i]->lastActiveTime >= MAX_AUTH_VALID_PERIOD) && judgeTimeOut) { in GetActiveAuthIdByConnInfo()
107 int64_t GetActiveAuthIdByConnInfo(const AuthConnInfo *connInfo, bool judgeTimeOut);