Searched refs:ACCOUNT_RELATED_PLUGIN (Results 1 - 5 of 5) sorted by relevance
/base/security/device_auth/services/cred_manager/src/account_related/ |
H A D | account_related_cred_plugin.c | 120 .pluginName = ACCOUNT_RELATED_PLUGIN,
|
/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 241 ACCOUNT_RELATED_PLUGIN = 0x0010, enumerator
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/ |
H A D | identical_account_group.c | 176 return ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, IMPORT_SELF_CREDENTIAL, credJson, NULL); in ImportSelfToken() 186 return ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, DELETE_SELF_CREDENTIAL, credJson, NULL); in DelSelfToken() 241 res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, in DelDeviceToken() 379 res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, IMPORT_TRUSTED_CREDENTIALS, credential, NULL); in AddDeviceAndToken() 627 int32_t res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, IMPORT_TRUSTED_CREDENTIALS, jsonParams, processResult); in AddMetaNodeDeviceToGroup()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/ |
H A D | across_account_group.c | 307 res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, DELETE_TRUSTED_CREDENTIALS, delParams, NULL); in DelPeerDeviceToken() 410 res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, IMPORT_TRUSTED_CREDENTIALS, credential, NULL); in AddDeviceAndToken()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 801 int32_t result = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, REQUEST_SIGNATURE, requestJson, registerInfo); in GetRegisterInfo()
|
Completed in 7 milliseconds