Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link_conflict.h24 #define CONFLICT_UDIDHASH_STR_LEN 16 macro
48 char udidHash[CONFLICT_UDIDHASH_STR_LEN + 1];
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_conflict.c371 …ret = ConvertBytesToHexString(outputInfo->devInfo.udidHash, CONFLICT_UDIDHASH_STR_LEN + 1, udidHas… in GenerateConflictInfoWithDevIdHash()