Searched refs:leftHash (Results 1 – 1 of 1) sorted by relevance
758 static bool IsSameHashId(const char *leftHash, const char *rightHash) in IsSameHashId() argument760 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() local787 …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()