Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c66 static LnnHeartbeatStrategyManager g_hbStrategyMgr[] = { variable
835 if (!LnnCheckSupportedHbType(&hbType, &g_hbStrategyMgr[strategyType].supportType)) { in LnnGetHbStrategyManager()
840 mgr->supportType = g_hbStrategyMgr[strategyType].supportType; in LnnGetHbStrategyManager()
841 mgr->onProcess = g_hbStrategyMgr[strategyType].onProcess; in LnnGetHbStrategyManager()