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 D | account_task_main.c | 39 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 D | accountrelatedgroupauth_fuzzer.cpp | 241 (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 D | account_related_group_auth_dir_test.cpp | 257 (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 D | common_defs.h | 115 #define FIELD_SEND_TO_SELF "sendToSelf" macro
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
H A D | das_task_common.c | 70 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 D | pake_task_common.c | 105 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 D | iso_task_common.c | 160 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 D | account_related_group_auth.c | 721 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 D | iso_auth_task_common.c | 417 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 D | pake_v2_auth_client_task.c | 200 GOTO_IF_ERR(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf)); in SendFinalToOut()
|
H A D | pake_v2_auth_server_task.c | 196 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 D | account_unrelated_group_auth.c | 242 const CJson *sendToSelf = GetObjFromJson(out, FIELD_SEND_TO_SELF); in DasOnFinishToSelf()
|
Completed in 10 milliseconds