Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c758 static bool IsSameHashId(const char *leftHash, const char *rightHash) in IsSameHashId() argument
760 size_t leftLen = strlen(leftHash); in IsSameHashId()
764 if (toupper(leftHash[i]) != toupper(rightHash[i])) { in IsSameHashId()
785 unsigned char leftHash[UDID_HASH_LEN] = { 0 }; in IsSameDevice() local
787 …if (SoftBusGenerateStrHash((const unsigned char *)leftIdentifier, leftLen, leftHash) != SOFTBUS_OK… in IsSameDevice()
795 …if (ConvertBytesToHexString(leftHashStr, HEXIFY_LEN(SHORT_UDID_HASH_LEN), leftHash, SHORT_UDID_HAS… in IsSameDevice()