Home
last modified time | relevance | path

Searched refs:TRANS_TYPE_SHIFT (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_model.c31 #define TRANS_TYPE_SHIFT 22 macro
68 (param->transType << TRANS_TYPE_SHIFT) | (param->priority << PRIORITY_SHIFT)); in GenerateLaneProfileId()