Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp65 const int32_t MAX_AUTH_TIMES = 3; member
642 if (++authTimes_ >= MAX_AUTH_TIMES) { in OnMemberJoin()
662 if (authRequestState_ != nullptr && authTimes_ >= MAX_AUTH_TIMES) { in MemberJoinAuthRequest()
2030 if (authRequestState_ != nullptr && authTimes_ >= MAX_AUTH_TIMES) { in AuthDeviceError()

Completed in 5 milliseconds