Home
last modified time | relevance | path

Searched refs:ProcessAccountCredentials (Results 1 – 6 of 6) sorted by relevance

/base/security/device_auth/services/authenticators/inc/account_related/
Daccount_module.h29 int32_t ProcessAccountCredentials(int32_t osAccountId, int32_t opCode, CJson *in, CJson *out);
/base/security/device_auth/services/authenticators/src/account_related_mock/
Daccount_module_mock.c38 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/
Didentical_account_group.c175 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/
Daccount_module.c217 int32_t ProcessAccountCredentials(int32_t osAccountId, int32_t opCode, CJson *in, CJson *out) in ProcessAccountCredentials() function
/base/security/device_auth/services/frameworks/src/module/
Ddev_auth_module_manager.c272 return ProcessAccountCredentials(osAccountId, credentialOpCode, in, out); in ProcessCredentials()
/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()
414 res = ProcessAccountCredentials(osAccountId, IMPORT_TRUSTED_CREDENTIALS, credential, NULL); in AddDeviceAndToken()