Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h46 } AuthFsmStateIndex; typedef
109 AuthFsmStateIndex curState;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c476 AuthFsmStateIndex curState = authFsm->curState; in ProcessTimeoutErrorCode()
1527 static int32_t GetFirstFsmState(AuthSessionInfo *info, int64_t authSeq, AuthFsmStateIndex *state) in GetFirstFsmState()
1562 AuthFsmStateIndex nextState = STATE_SYNC_DEVICE_ID; in AuthSessionStartAuth()