Home
last modified time | relevance | path

Searched refs:NORMALIZED_NOT_SUPPORT (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h56 NORMALIZED_NOT_SUPPORT, enumerator
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp863 info.normalizedType = NORMALIZED_NOT_SUPPORT; in HWTEST_F()
914 UnpackNormalizedKey(obj, &info, NORMALIZED_NOT_SUPPORT); in HWTEST_F()
H A Dauth_session_fsm_test.cpp380 authFsm.info.normalizedType = NORMALIZED_NOT_SUPPORT; in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c432 info->normalizedType = isSupportNormalizedKey ? NORMALIZED_SUPPORT : NORMALIZED_NOT_SUPPORT; in FillAuthSessionInfo()
H A Dauth_session_fsm.c500 } else if ((authFsm->info.normalizedType == NORMALIZED_NOT_SUPPORT) && in CompleteAuthSession()
941 if (info->normalizedType == NORMALIZED_NOT_SUPPORT || info->peerState == AUTH_STATE_COMPATIBLE) { in HandleMsgRecvDeviceId()
H A Dauth_session_json.c637 if (isSupportNormalizedKey == NORMALIZED_NOT_SUPPORT) { in UnpackNormalizedKey()
639 info->normalizedType = NORMALIZED_NOT_SUPPORT; in UnpackNormalizedKey()
H A Dauth_manager.c617 if (info->normalizedType == NORMALIZED_NOT_SUPPORT) { in GetExistAuthManager()

Completed in 13 milliseconds