Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c67 uint64_t lastJoinLnnTime; member
345 if (nowTime - storedInfo->lastJoinLnnTime < HB_REPEAD_JOIN_LNN_THRESHOLD) { in HbIsRepeatedJoinLnnRequest()
352 storedInfo->lastJoinLnnTime = nowTime; in HbIsRepeatedJoinLnnRequest()
563 if (nowTime - storedInfo->lastJoinLnnTime < HB_REAUTH_TIME) { in HbIsRepeatedReAuthRequest()
566 storedInfo->lastJoinLnnTime = nowTime; in HbIsRepeatedReAuthRequest()