Home
last modified time | relevance | path

Searched refs:DELETE_TRUSTED_CREDENTIALS (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/services/authenticators/src/account_related/
Daccount_module.c137 case DELETE_TRUSTED_CREDENTIALS: { in ProcessAsyTokens()
169 case DELETE_TRUSTED_CREDENTIALS: { in ProcessSymTokens()
/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h238 DELETE_TRUSTED_CREDENTIALS = 4, enumerator
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c240 …AccountCredentials(osAccountId, (isLocalDev ? DELETE_SELF_CREDENTIAL : DELETE_TRUSTED_CREDENTIALS), in DelDeviceToken()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c311 res = ProcessAccountCredentials(osAccountId, DELETE_TRUSTED_CREDENTIALS, delParams, NULL); in DelPeerDeviceToken()