Home
last modified time | relevance | path

Searched refs:ProcCred (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/cred_manager/inc/
Dcred_manager.h30 int32_t ProcCred(int32_t pluginName, int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out);
/base/security/device_auth/services/cred_manager/src/
Dcred_manager.c29 int32_t ProcCred(int32_t pluginName, int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out) in ProcCred() function
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c176 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()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c311 … res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, DELETE_TRUSTED_CREDENTIALS, delParams, NULL); in DelPeerDeviceToken()
414 … res = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, IMPORT_TRUSTED_CREDENTIALS, credential, NULL); in AddDeviceAndToken()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c681 …int32_t result = ProcCred(ACCOUNT_RELATED_PLUGIN, 0, REQUEST_SIGNATURE, requestJson, registerInfo); in GetRegisterInfo()