Home
last modified time | relevance | path

Searched refs:idIndex (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c99 uint32_t idIndex = (g_laneReqId + 1) % MAX_LANE_REQ_ID_NUM; in AllocLaneReqId() local
101 if (((g_laneReqIdBitmap[idIndex >> ID_SHIFT_STEP] >> (idIndex & ID_CALC_MASK)) & IS_USED) == IS_NOT_USED) { in AllocLaneReqId()
102 g_laneReqIdBitmap[idIndex >> ID_SHIFT_STEP] |= (IS_USED << (idIndex & ID_CALC_MASK)); in AllocLaneReqId()
103 g_laneReqId = idIndex; in AllocLaneReqId()
104 randomId = idIndex + 1; in AllocLaneReqId()
109 if (idIndex == g_laneReqId) { in AllocLaneReqId()
112 idIndex = (idIndex in AllocLaneReqId()
130 uint32_t idIndex = randomId - 1; DestroyLaneReqId() local
[all...]
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_db_helper.h60 int32_t idIndex; member

Completed in 4 milliseconds