Home
last modified time | relevance | path

Searched refs:error_ (Results 1 - 25 of 37) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dexpected.h39 constexpr Expected(Error e) : error_(BASE_NS::move(e)) {} in Expected()
65 return !hasValue_ ? error_ : Error {}; in GetError()
82 Error error_; member
93 constexpr Expected(GenericError e) : error_(e) {} in Expected()
98 return error_ == 0; in operator bool()
103 return error_; in GetError()
107 GenericError error_ {};
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_sampler.cpp53 error_(0), firstSampleIndex_(0), numSamples_(0), in VSyncSampler()
64 error_ = 0; in Reset()
74 error_ = 0; in ResetErrorLocked()
161 shouldDisableScreenVsync = modeUpdated_ && (error_ < ERROR_THRESHOLD / 2); in AddSample()
270 error_ = sqErrSum / numErrSamples; in UpdateErrorLocked()
272 error_ = 0; in UpdateErrorLocked()
288 if (error_ > ERROR_THRESHOLD) { in AddPresentFenceTime()
289 RS_TRACE_NAME_FMT("PresentFenceTime error_:%lf", error_); in AddPresentFenceTime()
292 return !modeUpdated_ || error_ > ERROR_THRESHOL in AddPresentFenceTime()
[all...]
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp42 error_.SetCURLResult(result); \
262 error_.SetErrorCode(HttpErrorCode::HTTP_UPLOAD_FAILED); in SetUploadOptions()
269 error_.SetErrorCode(HttpErrorCode::HTTP_UPLOAD_FAILED); in SetUploadOptions()
276 error_.SetErrorCode(HttpErrorCode::HTTP_UPLOAD_FAILED); in SetUploadOptions()
424 error_.SetErrorCode(HttpErrorCode::HTTP_PERMISSION_DENIED_CODE); in Start()
428 if (error_.GetErrorCode() != HttpErrorCode::HTTP_NONE_ERR) { in Start()
429 NETSTACK_LOGE("error_.GetErrorCode()=%{public}d", error_.GetErrorCode()); in Start()
593 error_.SetCURLResult(code); in ProcessResponseCode()
672 error_ in DumpHttpPerformance()
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/command/
H A Dvideo_process_command.cpp76 error_(errorCode) in VideoProcessFailedCommand()
93 controller_->HandleError(userId_, work_, error_); in Executing()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/mock_http_client/
H A Dhttp_client_task.h44 onFailed_(request_, response_, error_); in Start()
120 HttpClientError error_; member in OHOS::NetStack::HttpClient::HttpClientTask
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_task.h130 return error_; in GetError()
344 HttpClientError error_; member in OHOS::NetStack::HttpClient::HttpClientTask
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
H A Dtexture_type.h62 astcenc_error error_; member
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/command/
H A Dvideo_process_command.h61 DpsError error_; member in OHOS::CameraStandard::DeferredProcessing::VideoProcessFailedCommand
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.h88 : cloudSyncCallback_(cloudSyncCallbackIn), state_(state), error_(error) in UvChangeMsg()
94 ErrorType error_; member in OHOS::FileManagement::CloudSync::CloudSyncCallbackImpl::UvChangeMsg
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.h38 int32_t error_; member
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp352 std::string sourcePath = GetSourcePath(data_, error_); in CreateSourcePixelMap()
416 error_ = E_ERR; in IsSizeAcceptable()
439 if (error_ != E_OK) {
441 data_.stats.errorCode = error_;
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_sampler.h99 double error_; variable
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server_handler.h121 : capturerInfo_(capturerInfo), streamInfo_(streamInfo), sessionId_(sessionId), error_(error) in CapturerCreateEvent()
126 int32_t error_; member
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h517 : BaseEventInfo("WebSslErrorEvent"), result_(result), error_(error) {} in WebSslErrorEvent()
520 : BaseEventInfo("WebSslErrorEvent"), result_(result), error_(error), in WebSslErrorEvent()
531 return error_; in GetError()
541 int32_t error_; member in OHOS::Ace::NativeEmbedStatus::WebSslErrorEvent
568 error_(error), in WebAllSslErrorEvent()
583 return error_; in GetError()
613 int32_t error_; member in OHOS::Ace::NativeEmbedStatus::WebAllSslErrorEvent
1136 : BaseEventInfo("ReceivedErrorEvent"), request_(request), error_(error) {} in ReceivedErrorEvent()
1146 return error_; in GetError()
1151 RefPtr<WebError> error_; member in OHOS::Ace::NativeEmbedStatus::ReceivedErrorEvent
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_source_loading.h184 int32_t error_ { E_OK };
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp352 work.error_ = astcenc_compress_image(work.codec_context, &work.image_, &work.swizzle_, in AstcSoftwareEncodeCore()
359 if ((ASTCENC_SUCCESS != work.error_) || in AstcSoftwareEncodeCore()
362 if (ASTCENC_SUCCESS != work.error_) { in AstcSoftwareEncodeCore()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp501 error_ = error; in SetError()
506 return error_; in GetError()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_value.h401 int error_ = 0; member in OHOS::Ace::WebJavaScriptValue
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp93 webviewValue->error_ = static_cast<int>(WebJavaScriptBridgeError::NO_ERROR); in ParseValue()
134 webviewValue->error_ = static_cast<int>(WebJavaScriptBridgeError::OBJECT_IS_GONE); in ParseValue()
302 jsResult->error_ = static_cast<int>(WebJavaScriptBridgeError::OBJECT_IS_GONE); in GetJavaScriptResult()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_element_info_parcel.cpp127 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, error_); in ReadFromParcelThirdPart()
259 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, error_); in MarshallingSecondPart()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_element_info_parcel.cpp127 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, error_); in ReadFromParcelThirdPart()
260 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, error_); in MarshallingSecondPart()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1804 std::string error_ = ""; member in OHOS::Accessibility::AccessibilityElementInfo
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp2064 errInfo.streamId_, errInfo.error_); in OnCaptureError()
2067 CastStream<HStreamRepeat>(curStream)->OnFrameError(errInfo.error_); in OnCaptureError()
2071 captureStream->OnCaptureError(captureId, errInfo.error_); in OnCaptureError()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp607 CONN_LOGE(CONN_WIFI_DIRECT, "AuthExceptionEvent error=%{public}d", event->error_); in ProcessAuthExceptionEvent()
613 CleanupIfNeed(event->error_, connectCommand_->GetRemoteDeviceId()); in ProcessAuthExceptionEvent()
614 connectCommand_->OnFailure(static_cast<WifiDirectErrorCode>(event->error_)); in ProcessAuthExceptionEvent()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server_handler.cpp402 error = eventContextObj->error_; in SendCapturerCreateEvent()
913 eventContextObj->error_ = AudioPolicyService::GetAudioPolicyService().OnCapturerSessionAdded(sessionId, in HandleCapturerCreateEvent()

Completed in 30 milliseconds

12