Home
last modified time | relevance | path

Searched refs:DasSendErrorToOut (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_task_common.h37 void DasSendErrorToOut(CJson *out, int errCode); // send error to self and peer
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_task_main.c285 DasSendErrorToOut(out, res); in ProcessTaskT()
418 DasSendErrorToOut(out, res); in CreateTaskT()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c43 void DasSendErrorToOut(CJson *out, int errCode) in DasSendErrorToOut() function