Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c35 #define SEQ_TIME_STAMP_BITS 8 macro
219 g_uniqueId = (g_uniqueId << SEQ_TIME_STAMP_BITS) | (SEQ_TIME_STAMP_MASK & timeStamp); in UpdateUniqueId()