/ohos5.0/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; 103 return error_; in GetError() 107 GenericError error_ {};
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/ |
H A D | _capture_error_info_v10.md | 21 | enum [StreamError](_camera_v10.md#streamerror)[error_](#error_) | 错误类型。 | 27 ### error_ subsection 30 enum StreamError CaptureErrorInfo::error_
|
/ohos5.0/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() 158 bool shouldDisableScreenVsync = modeUpdated_ && (error_ < ERROR_THRESHOLD / 2); in AddSample() 266 error_ = sqErrSum / numErrSamples; in UpdateErrorLocked() 268 error_ = 0; in UpdateErrorLocked() 281 if (error_ > ERROR_THRESHOLD) { in AddPresentFenceTime() 282 RS_TRACE_NAME_FMT("PresentFenceTime error_:%lf", error_); in AddPresentFenceTime() 285 return !modeUpdated_ || error_ > ERROR_THRESHOLD; in AddPresentFenceTime()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 40 … error_.SetCURLResult(result); \ 276 error_.SetErrorCode(HttpErrorCode::HTTP_UPLOAD_FAILED); in SetUploadOptions() 283 error_.SetErrorCode(HttpErrorCode::HTTP_UPLOAD_FAILED); in SetUploadOptions() 290 error_.SetErrorCode(HttpErrorCode::HTTP_UPLOAD_FAILED); in SetUploadOptions() 384 error_.SetErrorCode(HttpErrorCode::HTTP_PERMISSION_DENIED_CODE); in Start() 388 if (error_.GetErrorCode() != HttpErrorCode::HTTP_NONE_ERR) { in Start() 389 NETSTACK_LOGE("error_.GetErrorCode()=%{public}d", error_.GetErrorCode()); in Start() 552 error_.SetCURLResult(code); in ProcessResponseCode() 638 error_.SetCURLResult(code); in ProcessResponse() 653 onFailed_(request_, response_, error_); in ProcessResponse() [all …]
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | camera_service_type_converter.cpp | 69 dst.error_ = static_cast<VdiStreamError>(src.error_); in ConvertCaptureErrorInfoHdiToVdi() 121 dst.error_ = static_cast<StreamError>(src.error_); in ConvertCaptureErrorInfoVdiToHdi()
|
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | system_battery.cpp | 48 error_.SetErrorMsg(COMMON_ERROR_COED, GET_BATTERY_ERROR_MSG); in GetBatteryStats() 50 if (!error_.IsError()) { in GetBatteryStats() 155 std::string msg = error_.GetMsg(); in FailCallback() 157 napi_status intStatus = napi_create_int32(env, error_.GetCode(), &code); in FailCallback() 160 error_.GetCode(), msg.c_str()); in FailCallback()
|
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/include/ |
H A D | async_callback_info.h | 47 return error_; in GetError() 72 NapiError error_; variable
|
/ohos5.0/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()
|
/ohos5.0/base/powermgr/power_manager/frameworks/napi/utils/ |
H A D | async_callback_info.h | 46 return error_; in GetError() 83 NapiErrors error_; variable
|
/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_statement.h | 64 error_ = error; in SetError() 69 return error_; in GetError() 78 int32_t error_ = 0; variable
|
/ohos5.0/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_; variable
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_task.h | 127 return error_; in GetError() 334 HttpClientError error_; variable
|
/ohos5.0/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_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 517 : BaseEventInfo("WebSslErrorEvent"), result_(result), error_(error) {} in WebSslErrorEvent() 527 return error_; in GetError() 532 int32_t error_; variable 558 error_(error), in WebAllSslErrorEvent() 573 return error_; in GetError() 603 int32_t error_; variable 1126 : BaseEventInfo("ReceivedErrorEvent"), request_(request), error_(error) {} in ReceivedErrorEvent() 1136 return error_; in GetError() 1141 RefPtr<WebError> error_; variable
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/ |
H A D | texture_type.h | 59 astcenc_error error_; member
|
/ohos5.0/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 56 const std::string error_ = "error"; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 409 std::string sourcePath = GetSourcePath(data_, error_); in CreateSourcePixelMap() 473 error_ = E_ERR; in IsSizeAcceptable() 496 if (error_ != E_OK) { in IsFinal() 498 data_.stats.errorCode = error_; in IsFinal()
|
/ohos5.0/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 55 const std::string error_ = "error"; variable
|
/ohos5.0/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 55 const std::string error_ = "error"; variable
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/command/ |
H A D | video_process_command.h | 61 DpsError error_; variable
|
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/include/ |
H A D | system_battery.h | 73 Error error_; variable
|
/ohos5.0/base/powermgr/power_manager/frameworks/native/ |
H A D | power_mgr_client.cpp | 308 error_ = error; in CreateRunningLock() 457 auto temp = error_; in GetError() 458 error_ = PowerErrors::ERR_OK; in GetError()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
H A D | auth_negotiate_channel.h | 38 int32_t error_; member
|
/ohos5.0/drivers/peripheral/camera/vdi_base/interfaces/v1_0/ |
H A D | vdi_types.h | 149 VdiStreamError error_; member
|
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/src/ |
H A D | async_callback_info.cpp | 32 napi_value argv[] = {error_.GetNapiError(env), results}; in CallFunction()
|