Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c210 static uint32_t g_ReqId = 1; variable
216 …CONN_CHECK_AND_RETURN_RET_LOGE(SoftBusMutexLock(&g_ReqLock) == SOFTBUS_OK, g_ReqId, CONN_COMMON, "… in ConnGetNewRequestId()
217 g_ReqId++; in ConnGetNewRequestId()
218 g_ReqId = g_ReqId % REQID_MAX + 1; in ConnGetNewRequestId()
220 uint32_t reqId = g_ReqId; in ConnGetNewRequestId()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c158 static uint32_t g_ReqId = 0; variable
163 g_ReqId = g_ReqId % REQID_MAX + 1; in GetLaneDetectIdWithoutLock()
164 uint32_t reqId = g_ReqId; in GetLaneDetectIdWithoutLock()