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 D | lnn_heartbeat_fsm.c | 60 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 D | hb_fsm_test.cpp | 291 int32_t ret = OnSendOneHbBegin(nullptr, TEST_ARGS, nullptr); 294 ret = OnSendOneHbBegin(&hbFsm->fsm, TEST_ARGS, para);
|