Searched refs:EVENT_HB_STOP_SPECIFIC (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/ |
H A D | lnn_heartbeat_fsm.h | 47 EVENT_HB_STOP_SPECIFIC, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_fsm.c | 71 {EVENT_HB_STOP_SPECIFIC, OnStopHbByType}, 88 {EVENT_HB_STOP_SPECIFIC, OnStopHbByType}, 103 {EVENT_HB_STOP_SPECIFIC, OnStopHbByType}, 1228 if (LnnFsmPostMessage(&hbFsm->fsm, EVENT_HB_STOP_SPECIFIC, (void *)newType) != SOFTBUS_OK) { in LnnPostStopMsgToHbFsm()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
H A D | hb_fsm_test.cpp | 882 int32_t ret = LnnPostTransStateMsgToHbFsm(&hbFsm, EVENT_HB_STOP_SPECIFIC);
|