Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_fsm.h30 STATE_HB_INDEX_MIN = 0, enumerator
31 STATE_HB_NONE_INDEX = STATE_HB_INDEX_MIN,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c159 if (hbFsm->state < STATE_HB_INDEX_MIN || hbFsm->state >= STATE_HB_INDEX_MAX) { in CheckHbFsmStateMsgArgs()