/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_event.c | 83 LOGE(TAG, "failed to write to pipe: %d", errno); in PostEvent()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 265 "recv psm or scn error, errno:%{public}d, fd_:%{public}d", errno, fd_); in RecvSocketPsmOrScn() 683 HILOGE("[sock] recvmsg error %{public}d, fd: %{public}d", errno, fd_); in RecvSocketFd() 733 "recv psm or scn error, errno:%{public}d, fd_:%{public}d", errno, fd_); in RecvSocketPsmOrScn() 735 "recv channel error, errno:%{public}d, fd_:%{public}d", errno, fd_); in RecvSocketPsmOrScn()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_utils.cpp | 107 IMAGE_LOGE("[ImageUtil]get the file size failed, ret:%{public}d, errno:%{public}d.", ret, errno); in GetFileSize() 124 IMAGE_LOGE("[ImageUtil]get the file size failed, ret:%{public}d, errno:%{public}d.", ret, errno); in GetFileSize() 926 errno = 0; in StrToUint32() 929 if ((end == addr) || (end[0] != '\0') || (errno == ERANGE) || in StrToUint32()
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_generate_helper.cpp | 522 thumbType == ThumbnailType::LCD ? DfxType::CLOUD_LCD_OPEN : DfxType::CLOUD_DEFAULT_OPEN, -errno); in GetThumbnailPixelMap() 523 return -errno; in GetThumbnailPixelMap() 543 thumbType == ThumbnailType::LCD ? DfxType::CLOUD_LCD_OPEN : DfxType::CLOUD_DEFAULT_OPEN, -errno); in GetThumbnailPixelMap() 544 return -errno; in GetThumbnailPixelMap()
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_netfirewall.cpp | 104 NETNATIVE_LOGE("failed to get ring buffer fd: errno=%{public}d", errno); in RingBufferListenThread() 109 NETNATIVE_LOGE("failed to create ring buffer: errno=%{public}d", errno); in RingBufferListenThread() 120 NETNATIVE_LOGE("Error polling ring buffer: errno=%{public}d", errno); in RingBufferListenThread() 172 NETNATIVE_LOGE("failed to get rdMapFd or wrMapFd: errno=%{public}d", errno); in StartConntrackGcThread()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_encrypt_test.cpp | 337 LOGE("remove db failed, errno:%d", errno); in SetUp() 340 LOGE("remove db failed, errno:%d", errno); in SetUp() 354 LOGE("remove db failed, errno:%d", errno); in TearDown() 357 LOGE("remove db failed, errno:%d", errno); in TearDown()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/ |
H A D | randomaccessfile_n_exporter.cpp | 426 HILOGE("Failed to get valid fd, fail reason: %{public}s, fd: %{public}d", strerror(errno), in CreateStream() 428 NError(errno).ThrowErr(env); in CreateStream() 436 HILOGE("Failed to readlink uri, errno=%{public}d", errno); in CreateStream() 438 NError(errno).ThrowErr(env); in CreateStream()
|
/foundation/communication/netmanager_base/frameworks/cj/connection/src/ |
H A D | net_connection_ffi.cpp | 118 ret.code = TransErrorCode(errno); in CJ_GetAddressesByName() 119 NETMANAGER_BASE_LOGE("getaddrinfo_ext errno %{public}d %{public}s", errno, strerror(errno)); in CJ_GetAddressesByName()
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | network_security_config.cpp | 101 NETMGR_LOG_E("open CA path[%{public}s] fail. [%{public}d]", caPath.c_str(), errno); in GetCAFilesFromPath() 189 NETMGR_LOG_E("Fail to make a rehased caCerts dir [%{public}d]", errno); in BuildRehasedCAPath() 203 NETMGR_LOG_E("Fail to make a rehased caCerts dir [%{public}d]", errno); in BuildRehasedCAPath()
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/ |
H A D | bms_adapter.cpp | 208 if (err != 0 && errno != EEXIST) { in CreateIPCInteractionFiles() 210 bundleName.c_str(), errno); in CreateIPCInteractionFiles() 219 HILOGE("Cannot create incexc file, err = %{public}d", errno); in CreateIPCInteractionFiles()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/ |
H A D | medialibrary_fileext_test.cpp | 191 MEDIA_DEBUG_LOG("medialib_OpenFile_test_001 write errno: %{public}d, errmsg: %{public}s", in HWTEST_F() 192 errno, strerror(errno)); in HWTEST_F() 199 MEDIA_DEBUG_LOG("medialib_OpenFile_test_001 read errno: %{public}d, errmsg: %{public}s", in HWTEST_F() 200 errno, strerror(errno)); in HWTEST_F() 206 MEDIA_DEBUG_LOG("medialib_OpenFile_test_001 OpenFile errno: %{public}d, errmsg: %{public}s", in HWTEST_F() 207 errno, strerror(errno)); in HWTEST_F() 222 MEDIA_DEBUG_LOG("medialib_OpenFile_test_002 OpenFile errno in HWTEST_F() [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_object_utils.cpp | 439 if ((!MediaFileUtils::CreateDirectory(dirPath)) && (errno != EEXIST)) { in CreateDirObj() 440 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, -errno}, in CreateDirObj() 512 MEDIA_ERR_LOG("Delete dir in filesystem failed, errno = %{public}d", errno); in DeleteEmptyDirsRecursively() 560 MEDIA_ERR_LOG("Delete file asset failed, errno: %{public}d", errno); in DeleteFileObj() 624 MEDIA_ERR_LOG("Delete album asset failed, errno: %{public}d", errno); in DeleteDirObj() 822 MEDIA_ERR_LOG("open file fd %{private}d, errno %{private}d", fd, errno); in OpenFile() [all...] |
H A D | medialibrary_meta_recovery.cpp | 429 if (errno == ENOENT) { in PhotoRecovery() 437 MEDIA_ERR_LOG("Failed to get real path %{private}s, errno %{public}d", path.c_str(), errno); in PhotoRecovery() 636 MEDIA_ERR_LOG("Failed to opendir %{private}s, errno %{private}d", path.c_str(), errno); in ScanMetaDir() 638 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, -errno}, in ScanMetaDir() 847 MEDIA_ERR_LOG("ReadMetadataFromFile: stat syscall err %{public}d", errno); in ReadMetadataFromFile() 849 if (errno == ENOENT) { in ReadMetadataFromFile() 1329 if (remove(metaFilePath.c_str()) != 0 && errno != ENOENT) { in DeleteMetaDataByPath() 1330 MEDIA_ERR_LOG("remove metafile failed %{public}d, path %s", errno, DfxUtil in DeleteMetaDataByPath() [all...] |
/foundation/communication/dsoftbus/tests/core/connection/tcp/ |
H A D | tcp_manager_test.cpp | 139 printf("create socket error: %s(errno: %d)\n", strerror(errno), errno); in CreateServer() 150 printf("bind socket error: %s(errno: %d)\n", strerror(errno), errno); in CreateServer() 155 printf("listen socket error: %s(errno: %d)\n", strerror(errno), errno); in CreateServer() 161 printf("accept socket error: %s(errno in CreateServer() [all...] |
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 802 int32_t status = errno; in ProcessCtrlFdEvent() 1233 rc, errno, strerror(errno)); in StartSelectThread() 1310 "errno=%{public}d(%{public}s)", len, ctrlTraceId, errno, strerror(errno)); in WakeupSelectThread()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 266 TAG_LOGE(AAFwkTag::ABILITYMGR, "realpath error:%{public}d", errno); in ReadFileInfoJson() 275 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileInfoJson()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
H A D | ability_recovery.cpp | 175 TAG_LOGE(AAFwkTag::RECOVERY, "failed to persist parcel data %{public}d", errno); in SerializeDataToFile() 194 TAG_LOGE(AAFwkTag::RECOVERY, "errno is %{public}d", errno); in ReadSerializeDataFromFile()
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_component_manager.cpp | 226 strerror(errno)); in GetTemplatePathFromJsonFile() 232 externalPath.c_str(), strerror(errno)); in GetTemplatePathFromJsonFile()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/ |
H A D | js_measure.cpp | 36 errno = 0; in MeasureStringToDimensionWithUnit() 42 if (pEnd == value.c_str() || errno == ERANGE) { in MeasureStringToDimensionWithUnit()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | json_util.h | 119 errno = 0; in ParseHex() 123 return !(end != (str.end().ptr()) || errno != 0); in ParseHex()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | cache_data.cpp | 48 if (errno != ENOENT) {
in CacheReadFromFile() 103 if (errno == EEXIST) {
in WriteToFile()
|
/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avcast_controller_proxy.cpp | 201 errno = 0; in SetDisplaySurface() 203 if (errno == ERANGE) { in SetDisplaySurface()
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
H A D | multistages_capture_deferred_photo_proc_session_callback.cpp | 201 MEDIA_ERR_LOG("Save high quality image failed. ret: %{public}d, errno: %{public}d", ret, errno); in OnProcessImageDone() 315 MEDIA_ERR_LOG("Save high quality image failed. ret: %{public}d, errno: %{public}d", ret, errno); in OnProcessImageDone()
|
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | sound_parser.cpp | 296 MEDIA_LOGI("audio buffer copy failed:%{public}s", strerror(errno)); in DealBufferRawFile() 340 MEDIA_LOGI("audio buffer copy failed:%{public}s", strerror(errno)); in OnOutputBufferAvailable()
|
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/ |
H A D | enhancement_service_callback.cpp | 129 CHECK_AND_RETURN_RET_LOG(ret == E_OK, ret, "save cloud enhancement image failed. ret=%{public}d, errno=%{public}d",
in SaveCloudEnhancementPhoto() 130 ret, errno);
in SaveCloudEnhancementPhoto() 137 "save moving photo video failed. file_id: %{public}d, errno=%{public}d", newFileId, errno);
in SaveCloudEnhancementPhoto()
|