Home
last modified time | relevance | path

Searched defs:errorCode (Results 876 – 900 of 1703) sorted by relevance

1...<<31323334353637383940>>...69

/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dnet_policy_callback_proxy_test.cpp88 void SetErrorCode(int errorCode) in SetErrorCode()
/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api.cpp33 JSIValue errorCode = JSI::CreateObject(); in CreateHuksErrCode() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp356 int32_t errorCode = DH_SUCCESS; variable
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davcast_controller_callback_client.cpp93 void AVCastControllerCallbackClient::OnPlayerError(const int32_t errorCode, const std::string& erro… in OnPlayerError()
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dlite_stream_player.cpp119 void OnError(int32_t errorType, int32_t errorCode) override in OnError()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_callback_proxy.cpp84 int32_t HStreamCaptureCallbackProxy::OnCaptureError(int32_t captureId, int32_t errorCode) in OnCaptureError()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate_machine.cpp81 ErrorCode errorCode = ErrorCode::ERROR_TIMED_OUT; in SendEvent() local
/ohos5.0/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_task_operator.cpp49 bool FirmwareTaskOperator::UpdateErrMsgByTaskId(const std::string &taskId, int errorCode, const std… in UpdateErrMsgByTaskId()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp43 HaMetaMessage& HaMetaMessage::ErrorCode(uint32_t errorCode) in ErrorCode()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp63 void OnErrorReport(const int errorCode) override in OnErrorReport()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/permission_data_base_adapter_test/
H A Dpermission_data_base_adapter_test.cpp277 int32_t errorCode = E_OK; variable
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp113 void PostProcessingCallbackOnError(int32_t errorCode, void* userData) in PostProcessingCallbackOnError()
851 void CodecServer::OnError(int32_t errorType, int32_t errorCode) in OnError()
972 void CodecBaseCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
1012 void VCodecBaseCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
1396 void CodecServer::PostProcessingOnError(int32_t errorCode) in PostProcessingOnError()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_extension_provider_client_test.cpp351 int32_t errorCode = ERR_OK; variable
368 int32_t errorCode = ERR_OK; variable
385 int32_t errorCode = 1; variable
/ohos5.0/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp42 int32_t errorCode = E_TIME_OK; member
92 int32_t errorCode = E_TIME_OK; in JSSystemTimeSetTime() local
143 int32_t errorCode = E_TIME_OK; in JSSystemTimeSetTimeZone() local
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dphoto_post_processor.cpp43 DpsError MapHdiError(OHOS::HDI::Camera::V1_2::ErrorCode errorCode) in MapHdiError()
459 OHOS::HDI::Camera::V1_2::ErrorCode errorCode) in OnError()
673 void PhotoPostProcessor::OnError(const std::string& imageId, DpsError errorCode) in OnError()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c190 int32_t errorCode = HC_OK; in receive_data() local
939 static int32_t GetErrorCode(const struct uint8_buff *data, int32_t *errorCode) in GetErrorCode()
955 …_t ParseInformMessage(const char *payload, enum json_object_data_type dataType, int32_t *errorCode) in ParseInformMessage()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp771 constexpr int32_t errorCode = ERR_OK + 1; variable
818 constexpr int32_t errorCode = ERR_OK + 1; variable
865 constexpr int32_t errorCode = ERR_OK + 1; variable
912 constexpr int32_t errorCode = ERR_OK + 1; variable
1529 constexpr int32_t errorCode = ERR_OK + 1; variable
1575 constexpr int32_t errorCode = ERR_OK + 1; variable
1625 constexpr int32_t errorCode = ERR_OK + 1; variable
1673 constexpr int32_t errorCode = ERR_OK + 1; variable
1796 constexpr int32_t errorCode = ERR_OK + 1; variable
2578 constexpr int32_t errorCode = ERR_OK + 1; variable
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarPropertyService.java584 public void onPropertySetError(int property, int areaId, int errorCode) { in onPropertySetError()
601 private void dispatchToLastClient(int property, int areaId, int errorCode, in dispatchToLastClient()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java122 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
255 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_host_client.cpp343 void FormHostClient::OnError(int32_t errorCode, const std::string &errorMsg) in OnError()
370 void FormHostClient::OnError(int32_t errorCode, const std::string &errorMsg, std::vector<int64_t> &… in OnError()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_decoder_filter.cpp421 void AudioDecoderFilter::OnError(CodecErrorType errorType, int32_t errorCode) in OnError()
454 void AudioDecoderCallback::OnError(CodecErrorType errorType, int32_t errorCode) in OnError()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Dnative_interface_accessibility_test.cpp36 void MockProviderCallBack(int32_t errorCode) in MockProviderCallBack()
41 void MockEventCallBack(int32_t errorCode) in MockEventCallBack()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
H A DVvm3EventHandler.java258 private static void postError(VoicemailStatus.Editor editor, @ErrorCode int errorCode) { in postError()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DOpenSupportedLinks.java216 protected AlertDialog createDialog(int id, int errorCode) { in createDialog()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DActionReplacingCallback.java171 public void sendTakeScreenshotOfWindowError(int errorCode, int interactionId) in sendTakeScreenshotOfWindowError()

1...<<31323334353637383940>>...69