Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h41 #define HB_SEND_RELAY_LEN (1 * HB_TIME_FACTOR) macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c391 delayTime += HB_SEND_RELAY_LEN + HB_TIME_FACTOR_TWO_HUNDRED_MS; in RelayHeartbeatV0Split()
403 delayTime += HB_SEND_RELAY_LEN + HB_TIME_FACTOR_TWO_HUNDRED_MS; in RelayHeartbeatV0Split()
487 totalDelay += HB_SEND_EACH_SEPARATELY_LEN + HB_SEND_RELAY_LEN; in OtherHeartbeatSplit()
503 SendEachOnce(hbFsm, msgPara, &endData, &totalDelay, HB_SEND_RELAY_LEN); in OtherHeartbeatSplit()