Home
last modified time | relevance | path

Searched refs:AUTH_STATE_ACK (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h65 AUTH_STATE_ACK, 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()
499 info->localState = AUTH_STATE_ACK; in UpdateLocalAuthState()
H A Dauth_session_fsm.c978 } else if (info->localState == AUTH_STATE_ACK) { in HandleMsgRecvDeviceIdNego()
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_fsm_test.cpp143 authFsm.info.peerState = AUTH_STATE_ACK; in HWTEST_F()
H A Dauth_session_message_test.cpp786 info.peerState = AUTH_STATE_ACK; in HWTEST_F()

Completed in 12 milliseconds