Home
last modified time | relevance | path

Searched refs:HB_SEND_RELAY_LEN_ONCE (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.h53 #define HB_SEND_RELAY_LEN_ONCE (3 * HB_TIME_FACTOR) macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c378 HB_START_DELAY_LEN + HB_SEND_RELAY_LEN_ONCE) != SOFTBUS_OK) { in HbHandleBleStateChange()
653 HB_CLOUD_SYNC_DELAY_LEN + HB_START_DELAY_LEN + HB_SEND_RELAY_LEN_ONCE); in HbScreenLockChangeEventHandler()
685 HB_CLOUD_SYNC_DELAY_LEN + HB_START_DELAY_LEN + HB_SEND_RELAY_LEN_ONCE); in HbAccountStateChangeEventHandler()
H A Dlnn_heartbeat_strategy.c409 delayTime += HB_SEND_RELAY_LEN_ONCE; in RelayHeartbeatV0Split()
413 SendEachOnce(hbFsm, msgPara, &endData, &delayTime, HB_SEND_RELAY_LEN_ONCE); in RelayHeartbeatV0Split()