Home
last modified time | relevance | path

Searched refs:DELETE_SELF_CREDENTIAL (Results 1 – 3 of 3) sorted by relevance

/base/security/device_auth/services/cred_manager/src/account_related/
Daccount_related_cred_plugin.c29 case DELETE_SELF_CREDENTIAL: in ProcessAsyTokens()
61 case DELETE_SELF_CREDENTIAL: in ProcessSymTokens()
/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h255 DELETE_SELF_CREDENTIAL = 1, enumerator
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c186 return ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, DELETE_SELF_CREDENTIAL, credJson, NULL); in DelSelfToken()
242 (isLocalDev ? DELETE_SELF_CREDENTIAL : DELETE_TRUSTED_CREDENTIALS), delParams, NULL); in DelDeviceToken()