Searched refs:ProcessAccountCredentials (Results 1 – 6 of 6) sorted by relevance
/base/security/device_auth/services/authenticators/inc/account_related/ |
D | account_module.h | 29 int32_t ProcessAccountCredentials(int32_t osAccountId, int32_t opCode, CJson *in, CJson *out);
|
/base/security/device_auth/services/authenticators/src/account_related_mock/ |
D | account_module_mock.c | 38 int32_t ProcessAccountCredentials(int32_t osAccountId, int32_t credentialOpCode, CJson *in, CJson *… in ProcessAccountCredentials() function
|
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/ |
D | identical_account_group.c | 175 return ProcessAccountCredentials(osAccountId, IMPORT_SELF_CREDENTIAL, credJson, NULL); in ImportSelfToken() 185 return ProcessAccountCredentials(osAccountId, DELETE_SELF_CREDENTIAL, credJson, NULL); in DelSelfToken() 240 …res = ProcessAccountCredentials(osAccountId, (isLocalDev ? DELETE_SELF_CREDENTIAL : DELETE_TRUSTED… in DelDeviceToken() 383 res = ProcessAccountCredentials(osAccountId, IMPORT_TRUSTED_CREDENTIALS, credential, NULL); in AddDeviceAndToken()
|
/base/security/device_auth/services/authenticators/src/account_related/ |
D | account_module.c | 217 int32_t ProcessAccountCredentials(int32_t osAccountId, int32_t opCode, CJson *in, CJson *out) in ProcessAccountCredentials() function
|
/base/security/device_auth/services/frameworks/src/module/ |
D | dev_auth_module_manager.c | 272 return ProcessAccountCredentials(osAccountId, credentialOpCode, in, out); in ProcessCredentials()
|
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/ |
D | across_account_group.c | 311 res = ProcessAccountCredentials(osAccountId, DELETE_TRUSTED_CREDENTIALS, delParams, NULL); in DelPeerDeviceToken() 414 res = ProcessAccountCredentials(osAccountId, IMPORT_TRUSTED_CREDENTIALS, credential, NULL); in AddDeviceAndToken()
|