Home
last modified time | relevance | path

Searched refs:NORMALIZED_SUPPORT (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h58 NORMALIZED_SUPPORT, enumerator
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp915 UnpackNormalizedKey(obj, &info, NORMALIZED_SUPPORT); in HWTEST_F()
919 UnpackNormalizedKey(obj, &info, NORMALIZED_SUPPORT); in HWTEST_F()
H A Dauth_session_fsm_test.cpp376 authFsm.info.normalizedType = NORMALIZED_SUPPORT; in HWTEST_F()
H A Dauth_manager_test.cpp767 info.normalizedType = NORMALIZED_SUPPORT; in HWTEST_F()
H A Dauth_test.cpp525 info.normalizedType = NORMALIZED_SUPPORT; in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c480 *result = (authFsm->info.normalizedType == NORMALIZED_SUPPORT || authFsm->info.isSupportFastAuth) ? in ProcessTimeoutErrorCode()
1183 if (authFsm->info.normalizedType == NORMALIZED_SUPPORT) { in TryRecoveryKey()
1229 if (info->normalizedType == NORMALIZED_SUPPORT || info->isSupportFastAuth) { in DeviceAuthStateEnter()
H A Dauth_session_message.c180 if (info->normalizedType == NORMALIZED_SUPPORT) { in GetDumpSessionKeyList()
H A Dauth_session_json.c581 info->normalizedType = NORMALIZED_SUPPORT; in ParseNormalizedKeyValue()
651 info->normalizedType = NORMALIZED_SUPPORT; in UnpackNormalizedKey()
677 info->normalizedType = NORMALIZED_SUPPORT; in UnpackNormalizedKey()
H A Dauth_interface.c432 info->normalizedType = isSupportNormalizedKey ? NORMALIZED_SUPPORT : NORMALIZED_NOT_SUPPORT; in FillAuthSessionInfo()
H A Dauth_manager.c600 if (info->normalizedType == NORMALIZED_SUPPORT) { in ProcessSessionKey()
953 if (info->normalizedType == NORMALIZED_SUPPORT) { in AuthManagerSetAuthPassed()

Completed in 18 milliseconds