Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_normalize_request.c27 #define UDID_SHORT_HASH_STR 16 macro
40 if (strncmp(item->udidHash, udidHash, UDID_SHORT_HASH_STR) != 0) { in GetSameRequestNum()
69 if (strncmp(item->udidHash, udidHash, UDID_SHORT_HASH_STR) != 0 || index >= (*num)) { in GetRequestListByUdidHash()