Home
last modified time | relevance | path

Searched refs:STATE_HB_INDEX_MAX (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.h34 STATE_HB_INDEX_MAX, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c130 static FsmState g_hbState[STATE_HB_INDEX_MAX] = {
159 if (hbFsm->state < STATE_HB_INDEX_MIN || hbFsm->state >= STATE_HB_INDEX_MAX) { in CheckHbFsmStateMsgArgs()
1073 for (i = 0; i < STATE_HB_INDEX_MAX; ++i) { in InitHeartbeatFsm()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_fsm_test.cpp101 hbFsm->state = STATE_HB_INDEX_MAX;
978 hbFsm.state = STATE_HB_INDEX_MAX;