/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | expected.h | 39 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 D | vsync_sampler.cpp | 53 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 D | http_client_task.cpp | 42 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 D | video_process_command.cpp | 76 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 D | http_client_task.h | 44 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 D | http_client_task.h | 130 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 D | texture_type.h | 62 astcenc_error error_; member
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/command/ |
H A D | video_process_command.h | 61 DpsError error_; member in OHOS::CameraStandard::DeferredProcessing::VideoProcessFailedCommand
|
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_sync_napi.h | 88 : 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 D | auth_negotiate_channel.h | 38 int32_t error_; member
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 352 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 D | vsync_sampler.h | 99 double error_;
variable
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/ |
H A D | audio_policy_server_handler.h | 121 : 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 D | web_event.h | 517 : 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 D | thumbnail_source_loading.h | 184 int32_t error_ { E_OK };
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/ |
H A D | astc_codec.cpp | 352 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 D | accessibility_element_info.cpp | 501 error_ = error; in SetError() 506 return error_; in GetError()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_javascript_value.h | 401 int error_ = 0; member in OHOS::Ace::WebJavaScriptValue
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web_controller.cpp | 93 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 D | mock_accessibility_element_info_parcel.cpp | 127 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 D | accessibility_element_info_parcel.cpp | 127 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 D | accessibility_element_info.h | 1804 std::string error_ = ""; member in OHOS::Accessibility::AccessibilityElementInfo
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 2064 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 D | p2p_v1_processor.cpp | 607 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 D | audio_policy_server_handler.cpp | 402 error = eventContextObj->error_; in SendCapturerCreateEvent() 913 eventContextObj->error_ = AudioPolicyService::GetAudioPolicyService().OnCapturerSessionAdded(sessionId, in HandleCapturerCreateEvent()
|