Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c60 static int32_t OnSendOneHbBegin(FsmStateMachine *fsm, int32_t msgType, void *para);
79 {EVENT_HB_SEND_ONE_BEGIN, OnSendOneHbBegin},
94 {EVENT_HB_SEND_ONE_BEGIN, OnSendOneHbBegin},
545 static int32_t OnSendOneHbBegin(FsmStateMachine *fsm, int32_t msgType, void *para) in OnSendOneHbBegin() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_fsm_test.cpp291 int32_t ret = OnSendOneHbBegin(nullptr, TEST_ARGS, nullptr);
294 ret = OnSendOneHbBegin(&hbFsm->fsm, TEST_ARGS, para);