/base/security/security_guard/frameworks/common/obtaindata/src/ |
H A D | security_event_query_callback_service.cpp | 33 void SecurityEventQueryCallbackService::OnError(const std::string &message) in OnError() function in OHOS::Security::SecurityGuard::SecurityEventQueryCallbackService 36 queryCallback->OnError(message); in OnError()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_player_callback_adapter_wrapper.cpp | 31 void ArkPlayerCallbackAdapterWrapper::OnError(OHOS::NWeb::PlayerAdapterErrorType errorType) in OnError() function in OHOS::ArkWeb::ArkPlayerCallbackAdapterWrapper 33 ctocpp_->OnError((int32_t)errorType); in OnError()
|
H A D | ark_screen_capture_callback_adapter_wrapper.cpp | 27 void ArkScreenCaptureCallbackAdapterWrapper::OnError(int32_t errorCode) in OnError() function in OHOS::ArkWeb::ArkScreenCaptureCallbackAdapterWrapper 29 ctocpp_->OnError(errorCode); in OnError()
|
H A D | ark_decoder_callback_adapter_wrapper.cpp | 29 void ArkDecoderCallbackAdapterWrapper::OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) in OnError() function in OHOS::ArkWeb::ArkDecoderCallbackAdapterWrapper 31 ctocpp_->OnError((int32_t)errorType, errorCode); in OnError()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_player_callback_adapter_impl.cpp | 29 void ArkPlayerCallbackAdapterImpl::OnError(int32_t errorType) in OnError() function in OHOS::ArkWeb::ArkPlayerCallbackAdapterImpl 31 real_->OnError((OHOS::NWeb::PlayerAdapterErrorType)errorType); in OnError()
|
H A D | ark_screen_capture_callback_adapter_impl.cpp | 25 void ArkScreenCaptureCallbackAdapterImpl::OnError(int32_t errorCode) in OnError() function in OHOS::ArkWeb::ArkScreenCaptureCallbackAdapterImpl 27 real_->OnError(errorCode); in OnError()
|
H A D | ark_decoder_callback_adapter_impl.cpp | 29 void ArkDecoderCallbackAdapterImpl::OnError(int32_t errorType, int32_t errorCode) in OnError() function in OHOS::ArkWeb::ArkDecoderCallbackAdapterImpl 31 real_->OnError((OHOS::NWeb::ErrorType)errorType, errorCode); in OnError()
|
H A D | ark_encoder_callback_adapter_impl.cpp | 30 void ArkEncoderCallbackAdapterImpl::OnError(int32_t errorType, int32_t errorCode) in OnError() function in OHOS::ArkWeb::ArkEncoderCallbackAdapterImpl 32 real_->OnError((OHOS::NWeb::ErrorType)errorType, errorCode); in OnError()
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservregcallback_fuzzer/ |
H A D | devauthservregcallback_fuzzer.cpp | 23 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError() function 43 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/group_auth/processauthdata_fuzzer/ |
H A D | processauthdata_fuzzer.cpp | 19 void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError() function 49 gaCallback.onError = OnError; in FuzzDoProcessData()
|
/base/security/device_auth/test/fuzztest/group_manage/registercallback_fuzzer/ |
H A D | registercallback_fuzzer.cpp | 19 void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError() function 46 callback.onError = OnError; in FuzzDoRegisterCallback()
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservprocessauthdata_fuzzer/ |
H A D | devauthservprocessauthdata_fuzzer.cpp | 27 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 53 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservprocessbinddata_fuzzer/ |
H A D | devauthservprocessbinddata_fuzzer.cpp | 27 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 53 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/group_auth/authdevice_fuzzer/ |
H A D | authdevice_fuzzer.cpp | 19 void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError() function 51 gaCallback.onError = OnError; in FuzzDoAuthDevice()
|
/base/telephony/call_manager/services/distributed_call/src/transmission/ |
H A D | session_adapter.cpp | 31 listener_.OnError = SessionAdapter::OnError; in SessionAdapter() 98 void SessionAdapter::OnError(int32_t socket, int32_t errCode) in OnError() function in OHOS::Telephony::SessionAdapter
|
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/ |
H A D | mediacodecdecoderadapterimpl_fuzzer.cpp | 33 void OnError(ErrorType errorType, int32_t errorCode) override {} 108 decoderCallback->OnError(OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_INTERNAL, 0); in MediaCodecDecoderAdapterImplFuzzTest() 117 decoderCallbackNoNull->OnError(OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_INTERNAL, 0); in MediaCodecDecoderAdapterImplFuzzTest()
|
/base/security/security_guard/interfaces/inner_api/obtaindata/include/ |
H A D | security_event_query_callback.h | 32 virtual void OnError(const std::string &message) = 0;
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservcheckaccesstogroup_fuzzer/ |
H A D | devauthservcheckaccesstogroup_fuzzer.cpp | 28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 65 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservcreategroup_fuzzer/ |
H A D | devauthservcreategroup_fuzzer.cpp | 28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 65 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetdeviceinfobyid_fuzzer/ |
H A D | devauthservgetdeviceinfobyid_fuzzer.cpp | 28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 65 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetgroupinfobyid_fuzzer/ |
H A D | devauthservgetgroupinfobyid_fuzzer.cpp | 28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 65 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetjoinedgroups_fuzzer/ |
H A D | devauthservgetjoinedgroups_fuzzer.cpp | 28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 65 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetrelatedgroups_fuzzer/ |
H A D | devauthservgetrelatedgroups_fuzzer.cpp | 28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 65 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgettrusteddevices_fuzzer/ |
H A D | devauthservgettrusteddevices_fuzzer.cpp | 28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 65 .onError = OnError,
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservisdeviceingroup_fuzzer/ |
H A D | devauthservisdeviceingroup_fuzzer.cpp | 28 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError() function 65 .onError = OnError,
|