Home
last modified time | relevance | path

Searched refs:FIELD_SEND_TO_SELF (Results 1 - 12 of 12) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_task_main.c39 if (AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf) != CLIB_SUCCESS) { in AccountSendErrMsgToSelf()
83 if (AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf) != CLIB_SUCCESS) { in AccountSendErrMsgToOut()
/base/security/device_auth/test/fuzztest/group_auth/account_related/accountrelatedgroupauth_fuzzer/
H A Daccountrelatedgroupauth_fuzzer.cpp241 (void)AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf); in AccountRelatedGroupAuthTest0023()
245 (void)AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf); in AccountRelatedGroupAuthTest0023()
249 (void)AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf); in AccountRelatedGroupAuthTest0023()
253 (void)AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf); in AccountRelatedGroupAuthTest0023()
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Daccount_related_group_auth_dir_test.cpp257 (void)AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf); in HWTEST_F()
261 (void)AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf); in HWTEST_F()
265 (void)AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf); in HWTEST_F()
269 (void)AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf); in HWTEST_F()
/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h115 #define FIELD_SEND_TO_SELF "sendToSelf" macro
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c70 GOTO_ERR_AND_SET_RET(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf), res); in DasSendErrorToOut()
95 if (AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf) != 0) { in DasSendErrMsgToSelf()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_task_common.c105 GOTO_ERR_AND_SET_RET(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf), res); in SendResultToSelf()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c160 GOTO_ERR_AND_SET_RET(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf), res); in SendResultToFinalSelf()
207 GOTO_ERR_AND_SET_RET(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf), res); in GenEncResult()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c721 const CJson *sendToSelf = GetObjFromJson(out, FIELD_SEND_TO_SELF); in PrepareTrustedDeviceInfo()
814 const CJson *sendToSelf = GetObjFromJson(out, FIELD_SEND_TO_SELF); in AccountOnFinishToSelf()
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c417 if (AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf) != CLIB_SUCCESS) { in AuthIsoSendFinalToOut()
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_client_task.c200 GOTO_IF_ERR(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf)); in SendFinalToOut()
H A Dpake_v2_auth_server_task.c196 GOTO_IF_ERR(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf)); in SendFinalToOut()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/
H A Daccount_unrelated_group_auth.c242 const CJson *sendToSelf = GetObjFromJson(out, FIELD_SEND_TO_SELF); in DasOnFinishToSelf()

Completed in 10 milliseconds