Home
last modified time | relevance | path

Searched defs:error (Results 351 – 375 of 814) sorted by relevance

1...<<11121314151617181920>>...33

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dnapi_queue.h51 std::shared_ptr<Error> error; member
78 #define INVALID_STATUS_RETURN_ERROR(ctxt, error) \ argument
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextensionquery_fuzzer/src/
H A Dmedialibrary_extension_query_fuzzer.cpp119 DatashareBusinessError error; in FuzzDataShareBusinessError() local
128 auto error = FuzzDataShareBusinessError(data, size); in QueryFuzzer() local
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp108 DisplayErrors error = brightnessInfo_.GetServiceError(); in SetValue() local
229 void Brightness::Result::GetError(napi_env env, napi_value* error, size_t& size) const in GetError()
274 napi_value error = GetError(env); in ThrowError() local
341 bool error = result_.IsError(); in ExecuteCallback() local
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp168 JsError error = in GetRadioTechCallback() local
426 JsError error = NapiUtil::ConverErrorMessageWithPermissionForJs( in GetNetworkStateCallback() local
726 JsError error = NapiUtil::ConverErrorMessageWithPermissionForJs( in GetNetworkSearchInformationCallback() local
1135 JsError error = in IsRadioOnCallback() local
1775 JsError error = in GetIMEICallback() local
1846 JsError error = in GetIMEISVCallback() local
1916 JsError error = in GetMEIDCallback() local
2224 JsError error = in GetCellInformationCallback() local
2485 JsError error = in FactoryResetCallback() local
2671 JsError error = {}; in GetImsRegInfoCallback() local
[all …]
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_resample.cpp35 int32_t error; in AudioResample() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_callback_client_test.cpp42 void OnSyncStateChanged(CloudSyncState state, ErrorType error) override in OnSyncStateChanged()
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_common.cpp337 static napi_value GenerateResult(napi_env env, int32_t error, uint8_t *data, uint32_t size, in GenerateResult()
369 napi_value GenerateHksResult(napi_env env, int32_t error, uint8_t *data, uint32_t size) in GenerateHksResult()
374 napi_value GenerateHksResult(napi_env env, int32_t error, uint8_t *data, uint32_t size, const HksPa… in GenerateHksResult()
391 void CallAsyncCallback(napi_env env, napi_ref callback, int32_t error, napi_value data) in CallAsyncCallback()
440 napi_value GenerateHksHandle(napi_env env, int32_t error, const struct HksBlob *handle, in GenerateHksHandle()
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp106 int32_t error = FT_New_Face(ftLibrary_, ttfPath.c_str(), 0, &ftFaces_[j]); in RegisterFontInfo() local
154 int32_t error = 0; in RegisterTtcFontInfo() local
370 FT_Error error = FT_Err_Ok; in GetTtfInfoFromTtc() local
675 int8_t error = LoadGlyphIntoFace(fontId, fontSize, unicode, glyphNode); in GetGlyphNode() local
712 int8_t error = LoadGlyphIntoFace(fontId, fontSize, unicode, glyphNode); in GetBitmap() local
758 int32_t error; in SetBold() local
784 int32_t error; in LoadGlyphIntoFace() local
823 int32_t error; in LoadGlyphIntoFace() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h115 void SetError(GLenum error) in SetError()
402 #define SET_ERROR(error) \ argument
408 #define SET_ERROR_WITH_LOG(error, info, ...) \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader.h56 BASE_NS::string error; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/error_utils/src/
H A Dability_runtime_error_util.cpp161 napi_value error = nullptr; in Throw() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/httpsession_test/
H A Dapp_domain_verify_task_mgr_test.cpp215 …tpClientRequest& request, const HttpClientResponse& response, const HttpClientError& error) overri… in OnFail()
233 HttpClientError error; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_convert.cpp44 …int32_t error = swr_alloc_set_opts2(&swrContext, &resamplePara_.channelLayout, resamplePara_.destF… in Init() local
75 int32_t error = in InitSwrContext() local
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/
H A Davsharedmemorybase.cpp176 auto error = memcpy_s(dstPtr, length, in, length); in Write() local
198 auto error = memcpy_s(out, length, srcPtr, length); in Read() local
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_group.cpp210 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: taskGroup has been canceled"); in CancelPendingGroup() local
230 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: taskGroup has been canceled"); in CancelGroupTask() local
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/picker/
H A Dpicker.js200 error: undefined, property in getPhotoPickerSelectResult.selectResult
322 error: undefined, property in getDocumentPickerSelectResult.selectResult
423 error: undefined, property in getAudioPickerSelectResult.selectResult
452 error: undefined, property in getDocumentPickerSaveResult.saveResult
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/include/
H A Dvibrator_napi_utils.h54 AsyncCallbackError error; variable
/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/cm_ipc/src/
H A Dcm_request.cpp112 int error = cmProxy->SendRequest(static_cast<uint32_t>(type), data, reply, option); in SendRequest() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h49 std::shared_ptr<JSError> error; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dentry.rs25 mod error; module
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cremote_object.cpp89 int error; member
100 static int ConvertSendRequestError(int error) in ConvertSendRequestError()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp180 ImageLoaderManager::LoadResult ImageLoaderManager::ResultFailure(const string_view error) in ResultFailure()
205 …oaderManager::LoadAnimatedResult ImageLoaderManager::ResultFailureAnimated(const string_view error) in ResultFailureAnimated()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_error.h46 #define RDB_NAPI_ASSERT_BASE(env, assertion, error, retVal) … argument
61 #define RDB_NAPI_ASSERT(env, assertion, error) \ argument
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_picture.cpp206 PICTURE_ERR error; in Unmarshalling() local
215 AuxiliaryPicture *AuxiliaryPicture::Unmarshalling(Parcel &parcel, PICTURE_ERR &error) in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp53 GLenum error = CheckTexImage(env, imgArg, texture); in TexImage2D() local
91 …GLenum error = imageSource.GenImageSource({ imgArg.format, imgArg.type, imgArg.width, imgArg.heigh… in TexImage2D() local
107 GLenum error = CheckTexImage(env, imgArg, texture); in TexImage2D() local
138 GLenum error = CheckTexImage(env, imgArg, texture); in TexImage2D() local
178 GLenum error = CheckTexImage(env, imgArg, texture); in TexSubImage2D() local
199 GLenum error = CheckTexImage(env, imgArg, texture); in TexSubImage2D() local
251 GLenum error = 0; in TexSubImage2D() local

1...<<11121314151617181920>>...33