Home
last modified time | relevance | path

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

/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.c547 int64_t GetActiveAuthIdByConnInfo(const AuthConnInfo *connInfo, bool judgeTimeOut) in GetActiveAuthIdByConnInfo() argument
574 if (judgeTimeOut && (currentTime > auth[i]->lastActiveTime) in GetActiveAuthIdByConnInfo()
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h107 int64_t GetActiveAuthIdByConnInfo(const AuthConnInfo *connInfo, bool judgeTimeOut);

Completed in 6 milliseconds