Home
last modified time | relevance | path

Searched refs:judgeTimeOut (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c667 bool judgeTimeOut = false; in AuthDeviceOpenConn() local
679 judgeTimeOut = true; in AuthDeviceOpenConn()
680 authHandle.authId = GetActiveAuthIdByConnInfo(info, judgeTimeOut); in AuthDeviceOpenConn()
687 authHandle.authId = GetActiveAuthIdByConnInfo(info, judgeTimeOut); in AuthDeviceOpenConn()
H A Dauth_manager.c545 int64_t GetActiveAuthIdByConnInfo(const AuthConnInfo *connInfo, bool judgeTimeOut) in GetActiveAuthIdByConnInfo() argument
572 if ((currentTime - auth[i]->lastActiveTime >= MAX_AUTH_VALID_PERIOD) && judgeTimeOut) { in GetActiveAuthIdByConnInfo()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h107 int64_t GetActiveAuthIdByConnInfo(const AuthConnInfo *connInfo, bool judgeTimeOut);