Home
last modified time | relevance | path

Searched refs:EVENT_HB_SEND_ONE_BEGIN (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_fsm.h43 EVENT_HB_SEND_ONE_BEGIN = 5, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c79 {EVENT_HB_SEND_ONE_BEGIN, OnSendOneHbBegin},
94 {EVENT_HB_SEND_ONE_BEGIN, OnSendOneHbBegin},
1174 …if (LnnFsmPostMessageDelay(&hbFsm->fsm, EVENT_HB_SEND_ONE_BEGIN, (void *)custData, delayMillis) !=… in LnnPostSendBeginMsgToHbFsm()
H A Dlnn_heartbeat_strategy.c563 LnnFsmRemoveMessage(&hbFsm->fsm, EVENT_HB_SEND_ONE_BEGIN); in ProcessSendOnceStrategy()