Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c58 #define LANE_ID_HASH_LEN 32 macro
101 uint8_t laneIdHash[LANE_ID_HASH_LEN] = {0}; in GenerateLaneId()
106 uint32_t len = sizeof(laneId) <= LANE_ID_HASH_LEN ? sizeof(laneId) : LANE_ID_HASH_LEN; in GenerateLaneId()