Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane.h27 #define MAX_LANE_REQ_ID_NUM 4096 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c52 #define LANE_REQ_ID_BITMAP_COUNT ((MAX_LANE_REQ_ID_NUM + ID_CALC_MASK) >> ID_SHIFT_STEP)
99 uint32_t idIndex = (g_laneReqId + 1) % MAX_LANE_REQ_ID_NUM; in AllocLaneReqId()
112 idIndex = (idIndex + 1) % MAX_LANE_REQ_ID_NUM; in AllocLaneReqId()
122 if ((randomId == INVALID_LANE_REQ_ID) || (randomId > MAX_LANE_REQ_ID_NUM)) { in DestroyLaneReqId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp232 uint32_t *laneReqIdList = (uint32_t *)SoftBusCalloc(sizeof(uint32_t) * MAX_LANE_REQ_ID_NUM);
238 for (i = 0; i < MAX_LANE_REQ_ID_NUM; i++) {
245 for (i = 0; i < MAX_LANE_REQ_ID_NUM; i++) {