Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h42 #define HB_CHECK_DELAY_LEN HB_SEND_ONCE_LEN macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c576 if (LnnPostCheckDevStatusMsgToHbFsm(hbFsm, &checkMsg, HB_CHECK_DELAY_LEN) != SOFTBUS_OK) { in ProcessSendOnceStrategy()
H A Dlnn_heartbeat_fsm.c828 …offlineToleranceLen = (uint64_t)mode.cycle * HB_TIME_FACTOR + HB_CHECK_DELAY_LEN + HB_SEND_ONCE_LE… in IsTimestampExceedLimit()