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 D | p2p_bind_ipc_test.cpp | 214 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 D | deviceauth_func_test.cpp | 559 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 D | device_auth.h | 70 #define FIELD_CRED_OP_RESULT "result" macro
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | credential_operator.c | 356 if (AddIntToJson(out, FIELD_CRED_OP_RESULT, res) != HC_SUCCESS) { in PackResultToJson()
|