Searched refs:SendEachOnce (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_strategy.c | 307 static void SendEachOnce(LnnHeartbeatFsm *hbFsm, LnnProcessSendOnceMsgPara *msgPara, LnnHeartbeatSe… in SendEachOnce() function 413 SendEachOnce(hbFsm, msgPara, &endData, &delayTime, HB_SEND_RELAY_LEN_ONCE); in RelayHeartbeatV0Split() 496 SendEachOnce(hbFsm, msgPara, &endData, &totalDelay, HB_SEND_EACH_SEPARATELY_LEN); in OtherHeartbeatSplit() 500 SendEachOnce(hbFsm, msgPara, &endData, &totalDelay, HB_SEND_EACH_SEPARATELY_LEN); in OtherHeartbeatSplit() 503 SendEachOnce(hbFsm, msgPara, &endData, &totalDelay, HB_SEND_RELAY_LEN); in OtherHeartbeatSplit() 507 SendEachOnce(hbFsm, msgPara, &endData, &totalDelay, HB_SEND_EACH_SEPARATELY_LEN); in OtherHeartbeatSplit()
|