Searched refs:SendEachSeparately (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
H A D | hb_strategy_test.cpp | 356 int32_t ret = SendEachSeparately(&hbFsm, &msgPara, &mode, HEARTBEAT_TYPE_BLE_V3, false); 358 ret = SendEachSeparately(&hbFsm, &msgPara, &mode, HEARTBEAT_TYPE_BLE_V3, false); 360 ret = SendEachSeparately(&hbFsm, &msgPara, &mode, HEARTBEAT_TYPE_BLE_V3, false);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_strategy.c | 513 static int32_t SendEachSeparately(LnnHeartbeatFsm *hbFsm, LnnProcessSendOnceMsgPara *msgPara, const… in SendEachSeparately() function 565 if (SendEachSeparately(hbFsm, msgPara, mode, registedHbType, isRelayV0) != SOFTBUS_OK) { in ProcessSendOnceStrategy()
|