Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributedhardwarefwk/utils/src/
Ddh_utils_tool.cpp92 constexpr int32_t DOUBLE_TIMES = 2; in GetDeviceIdByUUID() local
96 hash[i * DOUBLE_TIMES] = hexCode[(value >> WIDTH) & MASK]; in GetDeviceIdByUUID()
97 hash[i * DOUBLE_TIMES + 1] = hexCode[value & MASK]; in GetDeviceIdByUUID()
99 hash[SHA256_DIGEST_LENGTH * DOUBLE_TIMES] = 0; in GetDeviceIdByUUID()