Home
last modified time | relevance | path

Searched refs:g_laneReqId (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.c74 static uint32_t g_laneReqId = 0; variable
99 uint32_t idIndex = (g_laneReqId + 1) % MAX_LANE_REQ_ID_NUM; in AllocLaneReqId()
103 g_laneReqId = idIndex; in AllocLaneReqId()
109 if (idIndex == g_laneReqId) { in AllocLaneReqId()