Home
last modified time | relevance | path

Searched refs:strategyMgr (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_fsm.c502 LnnHeartbeatStrategyManager strategyMgr = {0}; in OnProcessSendOnce() local
517 … if (LnnGetHbStrategyManager(&strategyMgr, msgPara->hbType, msgPara->strategyType) != SOFTBUS_OK) { in OnProcessSendOnce()
521 if (strategyMgr.onProcess != NULL) { in OnProcessSendOnce()
522 ret = strategyMgr.onProcess(hbFsm, para); in OnProcessSendOnce()