Home
last modified time | relevance | path

Searched refs:errorReturn (Results 1 - 25 of 40) sorted by relevance

12

/base/security/device_auth/test/fuzztest/device_auth_service/devauthservprocessauthdata_fuzzer/
H A Ddevauthservprocessauthdata_fuzzer.cpp27 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
29 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservprocessbinddata_fuzzer/
H A Ddevauthservprocessbinddata_fuzzer.cpp27 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
29 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservcheckaccesstogroup_fuzzer/
H A Ddevauthservcheckaccesstogroup_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservcreategroup_fuzzer/
H A Ddevauthservcreategroup_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetdeviceinfobyid_fuzzer/
H A Ddevauthservgetdeviceinfobyid_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetgroupinfobyid_fuzzer/
H A Ddevauthservgetgroupinfobyid_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetjoinedgroups_fuzzer/
H A Ddevauthservgetjoinedgroups_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetrelatedgroups_fuzzer/
H A Ddevauthservgetrelatedgroups_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgettrusteddevices_fuzzer/
H A Ddevauthservgettrusteddevices_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservisdeviceingroup_fuzzer/
H A Ddevauthservisdeviceingroup_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c228 static void OnDevSessionError(const SessionImpl *impl, int32_t errorCode, const char *errorReturn) in OnDevSessionError() argument
230 ProcessErrorCallback(impl->base.id, impl->base.opCode, errorCode, errorReturn, &impl->base.callback); in OnDevSessionError()
448 static void GenerateErrorReturn(const CJson *receviedMsg, char **errorReturn) in GenerateErrorReturn() argument
480 *errorReturn = PackJsonToString(message); in GenerateErrorReturn()
481 if (*errorReturn == NULL) { in GenerateErrorReturn()
493 char *errorReturn = NULL; in OnV1SessionError() local
494 GenerateErrorReturn(receviedMsg, &errorReturn); in OnV1SessionError()
495 OnDevSessionError(impl, errorCode, errorReturn); in OnV1SessionError()
496 FreeJsonString(errorReturn); in OnV1SessionError()
/base/security/device_auth/services/legacy/group_manager/inc/callback_manager/
H A Dcallback_manager.h32 void ProcessErrorCallback(int64_t reqId, int operationCode, int errorCode, const char *errorReturn,
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservaddmembertogroup_fuzzer/
H A Ddevauthservaddmembertogroup_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservaddmultimemberstogroup_fuzzer/
H A Ddevauthservaddmultimemberstogroup_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservauthdevice_fuzzer/
H A Ddevauthservauthdevice_fuzzer.cpp30 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
32 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletegroup_fuzzer/
H A Ddevauthservdeletegroup_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletemultimembersfromgroup_fuzzer/
H A Ddevauthservdeletemultimembersfromgroup_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletememberfromgroup_fuzzer/
H A Ddevauthservdeletememberfromgroup_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetgroupinfo_fuzzer/
H A Ddevauthservgetgroupinfo_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetpkinfolist_fuzzer/
H A Ddevauthservgetpkinfolist_fuzzer.cpp28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() argument
30 LOGE("error return: %s", errorReturn); in OnError()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservregcallback_fuzzer/
H A Ddevauthservregcallback_fuzzer.cpp23 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError() argument
/base/security/device_auth/test/fuzztest/group_auth/processauthdata_fuzzer/
H A Dprocessauthdata_fuzzer.cpp19 void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError() argument
/base/security/device_auth/test/fuzztest/group_manage/registercallback_fuzzer/
H A Dregistercallback_fuzzer.cpp19 void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError() argument
/base/security/device_auth/test/fuzztest/group_auth/authdevice_fuzzer/
H A Dauthdevice_fuzzer.cpp19 void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError() argument
/base/security/device_auth/services/legacy/group_manager/src/callback_manager/
H A Dcallback_manager.c149 void ProcessErrorCallback(int64_t reqId, int operationCode, int errorCode, const char *errorReturn, in ProcessErrorCallback() argument
154 callback->onError(reqId, operationCode, errorCode, errorReturn); in ProcessErrorCallback()

Completed in 9 milliseconds

12