Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c162 #define REQID_MAX 1000000 in GetLaneDetectIdWithoutLock() macro
163 g_ReqId = g_ReqId % REQID_MAX + 1; in GetLaneDetectIdWithoutLock()
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c214 #define REQID_MAX 1000000 in ConnGetNewRequestId() macro
218 g_ReqId = g_ReqId % REQID_MAX + 1; in ConnGetNewRequestId()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_connreporter.c35 #define REQID_MAX 1000000 macro
145 connectTraceId = connectTraceId % REQID_MAX; in SoftbusGetConnectTraceId()