Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h99 AuthStartState peerState; member
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c493 if (info->peerState == AUTH_STATE_COMPATIBLE) { in UpdateLocalAuthState()
498 if (info->peerState == AUTH_STATE_ACK || info->peerState == AUTH_STATE_START) { in UpdateLocalAuthState()
H A Dauth_session_fsm.c510 if (authFsm->info.isConnectServer && authFsm->info.peerState != AUTH_STATE_COMPATIBLE) { in CompleteAuthSession()
941 if (info->normalizedType == NORMALIZED_NOT_SUPPORT || info->peerState == AUTH_STATE_COMPATIBLE) { in HandleMsgRecvDeviceId()
972 if (info->peerState == AUTH_STATE_COMPATIBLE) { in HandleMsgRecvDeviceIdNego()
H A Dauth_session_json.c1029 OptInt(obj, AUTH_START_STATE, (int32_t *)&info->peerState, AUTH_STATE_COMPATIBLE); in UnPackVersionByDeviceId()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp782 info.peerState = AUTH_STATE_COMPATIBLE; in HWTEST_F()
786 info.peerState = AUTH_STATE_ACK; in HWTEST_F()
H A Dauth_session_fsm_test.cpp143 authFsm.info.peerState = AUTH_STATE_ACK; in HWTEST_F()

Completed in 10 milliseconds