Home
last modified time | relevance | path

Searched refs:AUTH_STATE_START (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h63 AUTH_STATE_START, enumerator
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c498 if (info->peerState == AUTH_STATE_ACK || info->peerState == AUTH_STATE_START) { in UpdateLocalAuthState()
521 info->localState = AUTH_STATE_START; in UpdateLocalAuthState()
524 info->localState = AUTH_STATE_START; in UpdateLocalAuthState()
H A Dauth_session_fsm.c653 if (authFsm->info.localState == AUTH_STATE_START) { in SyncDevIdStateEnter()
975 if (info->localState == AUTH_STATE_START) { in HandleMsgRecvDeviceIdNego()
1541 if (info->localState == AUTH_STATE_START || info->localState == AUTH_STATE_COMPATIBLE) { in GetFirstFsmState()
H A Dauth_session_json.c472 if (info->localState != AUTH_STATE_START && info->localState != AUTH_STATE_ACK && in PackNormalizedKey()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp864 info.localState = AUTH_STATE_START; in HWTEST_F()
907 .localState = AUTH_STATE_START, in HWTEST_F()

Completed in 12 milliseconds