Searched refs:hashStr (Results 1 – 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/include/ |
D | disc_ble_utils.h | 57 int32_t DiscBleGetDeviceIdHash(unsigned char *hashStr); 58 int32_t DiscBleGetShortUserIdHash(unsigned char *hashStr, uint32_t len);
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
D | scanner_utils.cpp | 228 hash<string> hashStr; in InitSkipList() local 240 hashPath = hashStr(path); in InitSkipList() 252 hash<string> hashStr; in CheckSkipScanList() local 259 hashPath = hashStr(path); in CheckSkipScanList()
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
D | disc_ble_utils.c | 113 int32_t DiscBleGetDeviceIdHash(uint8_t *hashStr) in DiscBleGetDeviceIdHash() argument 127 …ret = ConvertBytesToHexString((char *)hashStr, SHORT_DEVICE_ID_HASH_LENGTH + 1, (const uint8_t *)h… in DiscBleGetDeviceIdHash() 136 int32_t DiscBleGetShortUserIdHash(uint8_t *hashStr, uint32_t len) in DiscBleGetShortUserIdHash() argument 143 if (len > SHORT_USER_ID_HASH_LEN || memcpy_s(hashStr, len, account, len) != EOK) { in DiscBleGetShortUserIdHash()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/ |
D | lnn_heartbeat_utils.h | 77 int32_t LnnGenerateHexStringHash(const unsigned char *str, char *hashStr, uint32_t len);
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
D | lnn_heartbeat_utils.c | 206 int32_t LnnGenerateHexStringHash(const unsigned char *str, char *hashStr, uint32_t len) in LnnGenerateHexStringHash() argument 220 ret = ConvertBytesToHexString(hashStr, len + 1, hashResult, len / HEXIFY_UNIT_LEN); in LnnGenerateHexStringHash()
|
/foundation/communication/dsoftbus/core/common/include/ |
D | softbus_utils.h | 93 …enerateStrHashAndConvertToHexString(const unsigned char *str, uint32_t len, unsigned char *hashStr,
|
/foundation/communication/dsoftbus/core/common/utils/ |
D | softbus_utils.c | 442 …enerateStrHashAndConvertToHexString(const unsigned char *str, uint32_t len, unsigned char *hashStr, in GenerateStrHashAndConvertToHexString() argument 460 ret = ConvertBytesToHexString((char *)hashStr, hashStrLen, (const unsigned char *)hashResult, in GenerateStrHashAndConvertToHexString()
|