Home
last modified time | relevance | path

Searched refs:HB_MAX_TYPE_COUNT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h59 #define HB_MAX_TYPE_COUNT 6 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c82 static LnnHeartbeatMediumMgr *g_hbMeidumMgr[HB_MAX_TYPE_COUNT] = { 0 };
1320 for (i = 0; i < HB_MAX_TYPE_COUNT; ++i) { in LnnHbMediumMgrDeinit()
1364 for (i = 0; i < HB_MAX_TYPE_COUNT; ++i) { in LnnHbMediumMgrUpdateSendInfo()
H A Dlnn_heartbeat_utils.c78 if (cnt < 0 || cnt > HB_MAX_TYPE_COUNT) { in LnnConvertHbTypeToId()
H A Dlnn_heartbeat_strategy.c60 static LnnHeartbeatParamManager *g_hbParamMgr[HB_MAX_TYPE_COUNT] = { 0 };
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_medium_mgr_test.cpp541 int id = LnnConvertHbTypeToId(HB_MAX_TYPE_COUNT + 1);