Home
last modified time | relevance | path

Searched refs:STATE_NUM_MAX (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h45 STATE_NUM_MAX enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c63 STATE_NUM_MAX, enumerator
113 static FsmState g_states[STATE_NUM_MAX] = {
1707 for (i = 0; i < STATE_NUM_MAX; ++i) { in InitConnectionStateMachine()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c112 static FsmState g_states[STATE_NUM_MAX] = {
289 for (int32_t i = 0; i < STATE_NUM_MAX; ++i) { in CreateAuthFsm()