Home
last modified time | relevance | path

Searched refs:errno (Results 176 - 200 of 757) sorted by relevance

12345678910>>...31

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Ddup.cpp46 HILOGE("Failed to dup fd, errno: %{public}d", errno); in Sync()
47 NError(errno).ThrowErr(env); in Sync()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c70 errno = 0; in SetQuickStart()
73 CONN_LOGE(CONN_COMMON, "set TCP_QUICK_START failed. rc=%{public}d, errno=%{public}d(%{public}s)", in SetQuickStart()
74 rc, errno, strerror(errno)); in SetQuickStart()
84 CONN_LOGE(CONN_COMMON, "set SOFTBUS_SO_SNDBUF failed. rc=%{public}d, errno=%{public}d(%{public}s)", in SetSendBufFix()
85 rc, errno, strerror(errno)); in SetSendBufFix()
95 CONN_LOGE(CONN_COMMON, "set SOFTBUS_SO_RCVBUF failed. rc=%{public}d, errno=%{public}d(%{public}s)", in SetRcvBufFix()
96 rc, errno, strerror(errno)); in SetRcvBufFix()
[all...]
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_incremental_restore.cpp139 throw BError(BError::Codes::TOOL_INVAL_ARG, generic_category().message(errno)); in OnFileReady()
143 throw BError(BError::Codes::TOOL_INVAL_ARG, generic_category().message(errno)); in OnFileReady()
153 throw BError(BError::Codes::TOOL_INVAL_ARG, generic_category().message(errno)); in OnFileReady()
231 throw BError(BError::Codes::TOOL_INVAL_ARG, generic_category().message(errno)); in RestoreApp()
237 HILOGE("bundleName tar does not exist, file %{public}s errno : %{public}d", in RestoreApp()
238 path.c_str(), errno); in RestoreApp()
305 return -errno; in Init()
324 fprintf(stderr, "Failed to open file error: %d %s\n", errno, strerror(errno)); in Init()
326 return -errno; in Init()
[all...]
H A Dtools_op_restore.cpp128 throw BError(BError::Codes::TOOL_INVAL_ARG, generic_category().message(errno)); in OnFileReady()
132 throw BError(BError::Codes::TOOL_INVAL_ARG, generic_category().message(errno)); in OnFileReady()
209 throw BError(BError::Codes::TOOL_INVAL_ARG, generic_category().message(errno)); in RestoreApp()
217 HILOGE("bundleName tar does not exist, file %{public}s errno : %{public}d", in RestoreApp()
218 path.c_str(), errno); in RestoreApp()
257 throw BError(BError::Codes::TOOL_INVAL_ARG, generic_category().message(errno)); in InitRestoreSession()
281 return -errno; in InitPathCapFile()
301 fprintf(stderr, "Failed to open file error: %d %s\n", errno, strerror(errno)); in InitPathCapFile()
303 return -errno; in InitPathCapFile()
[all...]
/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp196 LOGE("failed to mkdir, errno:%{public}d", errno); in ForceCreateDirectory()
213 LOGE("failed to chmod, errno:%{public}d", errno); in ForceCreateDirectory()
222 LOGE("failed to chmod or chown, errno:%{public}d", errno); in ForceCreateDirectory()
230 LOGE("failed to forcibly remove directory, errno:%{public}d", errno); in ForceRemoveDirectory()
240 LOGE("opendir failed, path = %{public}s, err:%{public}d", GetAnonyString(path).c_str(), errno); in ForceRemoveDirectoryDeepFirst()
263 GetAnonyString(subPath).c_str(), errno); in ForceRemoveDirectoryDeepFirst()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.cpp245 } while ((ret = write(fd, ev, sizeof(*ev))) == -1 && errno == EINTR); in WriteUhid()
247 int rtn = errno; in WriteUhid()
248 LOG_ERROR("[UHID]%{public}s(): Cannot write to uhid:%{public}s", __FUNCTION__, strerror(errno)); in WriteUhid()
296 LOG_ERROR("[UHID]%{public}s():pthread_create : %{public}s", __FUNCTION__, strerror(errno)); in CreateThread()
328 } while ((ret = poll(pfds, 1, POLL_TIMEOUT)) == -1 && errno == EINTR); in PollEventThread_()
331 strerror(errno)); in PollEventThread_()
351 LOG_ERROR("[UHID]%{public}s(): Getting flags failed (%{public}s)", __FUNCTION__, strerror(errno)); in SetUhidNonBlocking()
356 LOG_ERROR("[UHID]%{public}s(): Setting non-blocking flag failed (%{public}s)", __FUNCTION__, strerror(errno)); in SetUhidNonBlocking()
368 } while ((ret = read(fd_, &ev, sizeof(ev))) == -1 && errno == EINTR); in ReadUhidEvent()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c18 #include <errno.h>
101 if ((nRead == 0) || (nRead < 0 && errno != EAGAIN && errno != EWOULDBLOCK && errno != EINTR)) { in HandleReadEvent()
127 DFINDER_LOGE(TAG, "create socket failed, errno = %d", fd); in CoapCreateUdpClientEx()
133 DFINDER_LOGE(TAG, "set sock opt failed, errno = %d", errno); in CoapCreateUdpClientEx()
144 DFINDER_LOGE(TAG, "bind local addr failed, errno = %d", errno); in CoapCreateUdpClientEx()
149 DFINDER_LOGE(TAG, "set sock opt broadcast failed, errno in CoapCreateUdpClientEx()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_fuse.cpp514 return -errno; in MkNod()
518 return -errno; in MkNod()
579 return -errno; in ChMods()
594 return -errno; in Chown()
610 int errnoTmp = errno; in Truncate()
658 return -errno; in Create()
702 LOGE("MtpFileSystem: Open error, errno=%{public}d", errno); in Open()
703 return -errno; in Open()
727 LOGE("MtpFileSystem: Read error, errno in Read()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp125 LOGE("Failed to get quotactl, errno : %{public}d", errno); in GetOccupiedSpaceForUid()
149 LOGE("Failed to get quotactl, errno : %{public}d", errno); in GetOccupiedSpaceForGid()
174 LOGE("Failed to get quotactl, errno : %{public}d", errno); in GetOccupiedSpaceForPrjId()
226 LOGE("Failed to get hard quota, errno : %{public}d", errno); in SetBundleQuota()
233 LOGE("Failed to statvfs, errno : %{public}d", errno); in SetBundleQuota()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H A Dudp_server_demo.cpp18 #include <errno.h>
61 printf("rece msg failed.ret=%d,error code=%d,error msg=%s\n", ret, errno, strerror(errno)); in pthread_handle_message()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp43 APP_LOGE("open zip file failed, errno:%{public}d", errno); in Init()
94 APP_LOGE("fail to open %{private}s file to write, errno:%{public}d", targetPath.c_str(), errno); in ExtractFile()
102 APP_LOGE("fail to remove %{private}s file which writes stream error, errno:%{public}d", in ExtractFile()
103 targetPath.c_str(), errno); in ExtractFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dzip_util.cpp53 MEDIA_ERR_LOG("get file handle failed:%{public}s, errno: %{public}d.", srcFile.c_str(), errno); in AddFileInZip()
69 MEDIA_ERR_LOG("zip file failed:%{public}s, errno: %{public}d.", srcFile.c_str(), errno); in AddFileInZip()
70 errcode = errno; in AddFileInZip()
/foundation/resourceschedule/ffrt/src/eu/
H A Dosattr_manager.h77 FFRT_LOGE("[cgroup_ctrl] invalid file path:%s, error:%s\n", filename.c_str(), strerror(errno)); in SetCGroupPara()
100 FFRT_LOGE("[cgroup_ctrl] fail to write path:%s valueStr:%s to fd:%d, errno:%d", in SetCGroupPara()
101 filePath, valueStr.c_str(), fd, errno); in SetCGroupPara()
110 FFRT_LOGE("[cgroup_ctrl] fail to read value:%s to fd:%d, errno:%d", buffer.data(), fd, errno); in SetCGroupPara()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dmain.c43 LOGW("GetPID() pidFile:%{public}s stat error:%{public}d!", pidFile, errno); in GetPID()
92 if (ESRCH == errno) { in StopProcess()
97 LOGE("StopProcess() cmd: [kill %{public}d] failed, kill error:%{public}d!", pid, errno); in StopProcess()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_utils.cpp55 LOG_ERROR("failed to mkdir errno[%{public}d] %{public}s", errno, in CreateDirectory()
85 LOG_ERROR("failed errno[%{public}d] baseDir : %{public}s name : %{public}s customDir : %{public}s", errno, in GetDefaultDatabasePath()
100 LOG_ERROR("failed errno[%{public}d] baseDir : %{public}s name : %{public}s", errno, in GetDefaultDatabasePath()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_file_lock.cpp57 LOG_ERROR("Couldn't open file %{public}s errno %{public}d.", ExtractFileName(path).c_str(), errno); in PreferencesFileLock()
71 LOG_DEBUG("Attempt to obtain file lock again %{public}d", errno); in PreferencesFileLock()
87 LOG_ERROR("failed to release file lock error %{public}d.", errno); in ~PreferencesFileLock()
/foundation/filemanagement/app_file_service/utils/src/b_hiaudit/
H A Dzip_util.cpp52 HILOGE("get file handle failed:%{public}s, errno: %{public}d.", srcFile.c_str(), errno); in AddFileInZip()
68 HILOGE("zip file failed:%{public}s, errno: %{public}d.", srcFile.c_str(), errno); in AddFileInZip()
69 errcode = errno; in AddFileInZip()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_timer.c82 LOGE(TAG, "timerfd_gettime() failed! %d", errno); in TimerGetRemainTime()
115 LOGE(TAG, "timerfd_settime failed! %d", errno); in TimerSetTimeout()
136 LOGE(TAG, "timer create failed! errno %d", errno); in TimerStart()
/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dmain.cpp144 LOGI("AddSystemAbility: ret: %{public}d, errno: %{public}d", ret, errno); in main()
147 LOGI("SubscribeSystemAbility for CLOUD_DAEMON_SERVICE: ret: %{public}d, errno: %{public}d", ret, errno); in main()
149 LOGI("SubscribeSystemAbility for MANAGER_SERVICE: ret: %{public}d, errno: %{public}d", ret, errno); in main()
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dinit_utils.c38 LOGE("Open %s failed. err = %d", configFile, errno); in ReadFileToBuf()
43 LOGE("Failed to allocate memory for config file, err = %d", errno); in ReadFileToBuf()
50 LOGE("Failed to read config file, err = %d", errno); in ReadFileToBuf()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dzip_util.cpp53 LOGE("get file handle failed:%{public}s, errno: %{public}d.", srcFile.c_str(), errno); in AddFileInZip()
69 LOGE("zip file failed:%{public}s, errno: %{public}d.", srcFile.c_str(), errno); in AddFileInZip()
70 errcode = errno; in AddFileInZip()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dnetwork_interface.cpp260 WIFI_LOGE("getifaddrs failed, error is %{public}d", errno); in FetchIpAddress()
293 WIFI_LOGE("getifaddrs failed, error is %{public}d", errno); in FetchApOrP2pIpAddress()
357 WIFI_LOGE("ioctl set ip address failed, error is: %{public}d.", errno); in IpAddressChange()
366 WIFI_LOGE("ioctl set mask address failed, error is: %{public}d.", errno); in IpAddressChange()
377 WIFI_LOGE("open %{public}s fail, error: %{public}d", fileName.c_str(), errno); in WriteDataToFile()
383 content.c_str(), fileName.c_str(), errno); in WriteDataToFile()
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dgallery_download_file_stat.cpp60 LOGE("Create cloud data statistic folder fail errno = %{public}d", errno); in CreateDataStatisticFolder()
75 LOGE("create file downloadstatistic report fail, ret = %{public}d", errno); in CreateDownloadFileStatData()
76 return errno; in CreateDownloadFileStatData()
212 LOGE("Open cloud data statistic local data fail %{public}d", errno); in OutputToFile()
254 LOGE("Open cloud data statistic local data fail %{public}d", errno); in ReadVecFromLocal()
294 LOGE("fail to delete local statistic data, errno %{public}d", errno); in Report()
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/wifi/
H A Dnstackx_wifi_stat_linux.c19 #include <errno.h>
232 if (ret < 0 || errno) { in Nl80211Msg()
233 LOGE(TAG, "err .%d errno %d ret is %d", err, errno, ret); in Nl80211Msg()
293 LOGE(TAG, "create netlink.error no is %d", errno); in GetNlDevInfo()
297 LOGE(TAG, "Failed to connect to generic netlink.error no is %d", errno); in GetNlDevInfo()
345 LOGE(TAG, "GetNlDevInfo failed.error no is %d", errno); in GetWifiInfoFromLinux()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c17 #include <errno.h>
84 DFINDER_LOGE(TAG, "unable to create netlink socket: %d", errno); in CreateNetLinkSocketFd()
88 DFINDER_LOGE(TAG, "bind for netlink socket failed: %d", errno); in CreateNetLinkSocketFd()
93 DFINDER_LOGE(TAG, "getsockname failed: %d", errno); in CreateNetLinkSocketFd()
162 DFINDER_LOGE(TAG, "recvfrom error %d", errno); in SmartGeniusCallback()
229 DFINDER_LOGE(TAG, "unable to create netlink socket: %d", errno); in RecoverNetLinkTask()

Completed in 13 milliseconds

12345678910>>...31