Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c593 char hashHexStr[UDID_SHORT_HASH_HEX_STR + 1] = {0}; in ParseNormalizeData() local
594 if (ConvertBytesToUpperCaseHexString(hashHexStr, UDID_SHORT_HASH_HEX_STR + 1, in ParseNormalizeData()
602 if (AuthFindLatestNormalizeKey(hashHexStr, deviceKey, true) != SOFTBUS_OK) { in ParseNormalizeData()
617 …if (AuthFindNormalizeKeyByServerSide(hashHexStr, !deviceKey->isServerSide, deviceKey) != SOFTBUS_O… in ParseNormalizeData()
631 AuthUpdateCreateTime(hashHexStr, AUTH_LINK_TYPE_NORMALIZED, deviceKey->isServerSide); in ParseNormalizeData()
665 char hashHexStr[UDID_SHORT_HASH_HEX_STR + 1] = {0}; in UnpackNormalizedKey() local
666 if (ConvertBytesToUpperCaseHexString(hashHexStr, UDID_SHORT_HASH_HEX_STR + 1, in UnpackNormalizedKey()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c919 char hashHexStr[UDID_SHORT_HASH_HEXSTR_LEN_TMP + 1] = {0}; in FetchLaneResourceByDevIdHash() local
920 …if (ConvertUdidToHexStr(item->link.peerUdid, hashHexStr, UDID_SHORT_HASH_HEXSTR_LEN_TMP + 1) != SO… in FetchLaneResourceByDevIdHash()
923 if ((!isSameDevice && strcmp(hashHexStr, udidHashStr) != 0) || in FetchLaneResourceByDevIdHash()
924 (isSameDevice && strcmp(hashHexStr, udidHashStr) == 0)) { in FetchLaneResourceByDevIdHash()