Home
last modified time | relevance | path

Searched refs:ProcCred (Results 1 - 6 of 6) sorted by relevance

/base/security/device_auth/services/cred_manager/inc/
H A 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/
H A 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/legacy/group_manager/src/group_operation/identical_account_group/
H A 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()
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 Dacross_account_group.c307 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 Dgroup_operation.c801 int32_t result = ProcCred(ACCOUNT_RELATED_PLUGIN, osAccountId, REQUEST_SIGNATURE, requestJson, registerInfo); in GetRegisterInfo()
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp417 res = ProcCred(0, DEFAULT_OS_ACCOUNT, 0, nullptr, nullptr); in HWTEST_F()

Completed in 8 milliseconds