Home
last modified time | relevance | path

Searched refs:FIELD_CRED_OP_RESULT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dp2p_bind_ipc_test.cpp214 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in CreateServerKeyPair()
261 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in DeleteServerKeyPair()
300 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in ProcessCredentialDemo()
336 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in ProcessCredentialDemoImport()
H A Ddeviceauth_func_test.cpp559 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in ProcessCredentiaCreateDemo()
599 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in ProcessCredentialQueryDemo()
638 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in ProcessCredentialDemoImpPubKey()
677 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in CreateServerKeyPair()
715 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in DeleteServerKeyPair()
788 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in ProcessCredentialDemo()
828 if (GetIntFromJson(in, FIELD_CRED_OP_RESULT, &res) != HC_SUCCESS) { in ProcessCredentialDemoImport()
/ohos5.0/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h70 #define FIELD_CRED_OP_RESULT "result" macro
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c356 if (AddIntToJson(out, FIELD_CRED_OP_RESULT, res) != HC_SUCCESS) { in PackResultToJson()