Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h66 AUTH_STATE_COMPATIBLE, enumerator
/foundation/communication/dsoftbus/core/authentication/src/
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()
985 } else if (info->localState == AUTH_STATE_COMPATIBLE) { in HandleMsgRecvDeviceIdNego()
1538 info->localState = AUTH_STATE_COMPATIBLE; in GetFirstFsmState()
1541 if (info->localState == AUTH_STATE_START || info->localState == AUTH_STATE_COMPATIBLE) { in GetFirstFsmState()
H A Dauth_session_message.c493 if (info->peerState == AUTH_STATE_COMPATIBLE) { in UpdateLocalAuthState()
494 info->localState = AUTH_STATE_COMPATIBLE; in UpdateLocalAuthState()
H A Dauth_session_json.c473 info->localState != AUTH_STATE_COMPATIBLE) { in PackNormalizedKey()
1029 OptInt(obj, AUTH_START_STATE, (int32_t *)&info->peerState, AUTH_STATE_COMPATIBLE); in UnPackVersionByDeviceId()
H A Dauth_manager.c1179 fsm->info.localState != AUTH_STATE_COMPATIBLE)) { in HandleDeviceIdData()
1188 if (fsm != NULL && fsm->info.idType == EXCHANGE_UDID && fsm->info.localState == AUTH_STATE_COMPATIBLE) { in HandleDeviceIdData()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp782 info.peerState = AUTH_STATE_COMPATIBLE; in HWTEST_F()

Completed in 12 milliseconds