Home
last modified time | relevance | path

Searched refs:supportType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c68 ….supportType = HEARTBEAT_TYPE_UDP | HEARTBEAT_TYPE_BLE_V0 | HEARTBEAT_TYPE_BLE_V1 | HEARTBEAT_TYPE…
73 .supportType = HEARTBEAT_TYPE_UDP | HEARTBEAT_TYPE_BLE_V1,
77 .supportType = HEARTBEAT_TYPE_BLE_V0 | HEARTBEAT_TYPE_BLE_V3,
81 .supportType = HEARTBEAT_TYPE_UDP | HEARTBEAT_TYPE_TCP_FLUSH,
85 .supportType = HEARTBEAT_TYPE_BLE_V0 | HEARTBEAT_TYPE_BLE_V1,
835 if (!LnnCheckSupportedHbType(&hbType, &g_hbStrategyMgr[strategyType].supportType)) { in LnnGetHbStrategyManager()
840 mgr->supportType = g_hbStrategyMgr[strategyType].supportType; in LnnGetHbStrategyManager()
H A Dlnn_ble_heartbeat_virtual.c75 .supportType = HEARTBEAT_TYPE_BLE_V0 | HEARTBEAT_TYPE_BLE_V1,
H A Dlnn_heartbeat_medium_mgr.c1205 if (g_hbMeidumMgr[id] == NULL || (eachType & g_hbMeidumMgr[id]->supportType) == 0) { in VisitHbMediumMgrSendBegin()
1255 if (g_hbMeidumMgr[id] == NULL || (eachType & g_hbMeidumMgr[id]->supportType) == 0) { in VisitHbMediumMgrSendEnd()
1291 if (g_hbMeidumMgr[id] == NULL || (eachType & g_hbMeidumMgr[id]->supportType) == 0) { in VisitHbMediumMgrStop()
1403 if (!LnnVisitHbTypeSet(VisitRegistHeartbeatMediumMgr, &mgr->supportType, (void *)mgr)) { in LnnRegistHeartbeatMediumMgr()
1434 if (!LnnVisitHbTypeSet(VisitUnRegistHeartbeatMediumMgr, &mgr->supportType, (void *)mgr)) { in LnnUnRegistHeartbeatMediumMgr()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_medium_mgr_test.cpp569 .supportType = HEARTBEAT_TYPE_BLE_V1,
581 .supportType = HEARTBEAT_TYPE_MAX,
622 .supportType = HEARTBEAT_TYPE_BLE_V1,
628 .supportType = HEARTBEAT_TYPE_BLE_V1,
667 .supportType = HEARTBEAT_TYPE_BLE_V1,
672 mgr.supportType = HEARTBEAT_TYPE_MAX;
675 mgr.supportType = HEARTBEAT_TYPE_BLE_V1;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_strategy.h28 LnnHeartbeatType supportType; member
H A Dlnn_heartbeat_medium_mgr.h79 LnnHeartbeatType supportType; member