/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_socket.c | 94 LOGE(TAG, "socket create failed, error :%d", GetErrno()); in ConnectTcpServerWithTargetDev() 116 LOGE(TAG, "connect error, %d", GetErrno()); in ConnectTcpServerWithTargetDev() 139 LOGE(TAG, "socket create failed, error :%d", GetErrno()); in ConnectUdpServerWithTargetDev() 158 LOGE(TAG, "connect to udp server failed %d", GetErrno()); in ConnectUdpServerWithTargetDev() 165 LOGE(TAG, "getsockname failed %d", GetErrno()); in ConnectUdpServerWithTargetDev() 185 LOGE(TAG, "create socket failed, error :%d", GetErrno()); in CreateTcpServer() 194 LOGE(TAG, "Failed to set server socket! error :%d", GetErrno()); in CreateTcpServer() 209 LOGE(TAG, "Failed to bind socket error :%d", GetErrno()); in CreateTcpServer() 219 LOGE(TAG, "Failed to get socket name! error :%d", GetErrno()); in CreateTcpServer() 224 LOGE(TAG, "Failed to listen TCP port! error :%d", GetErrno()); in CreateTcpServer() [all...] |
H A D | nstackx_util.c | 35 LOGE(TAG, "stat error: %d", GetErrno()); in GetTargetFileSize() 115 LOGE(TAG, "can't get file stat.error: %d", GetErrno()); in IsAccessiblePath()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | uni_error.cpp | 56 int UniError::GetErrno(ErrCodeSystem cs) in GetErrno() function in OHOS::DistributedFS::UniError 92 return strerror(GetErrno(ERR_CODE_SYSTEM_POSIX)); in GetDefaultErrstr() 97 int errCode = GetErrno(codingSystem_); in GetNapiErr()
|
H A D | uni_error.h | 147 int GetErrno(ErrCodeSystem cs);
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | napi_business_error.cpp | 61 int32_t NapiBusinessError::GetErrno(ErrCodeSystem cs) in GetErrno() function in OHOS::AppExecFwk::LIBZIP::NapiBusinessError 97 return strerror(GetErrno(ERR_CODE_SYSTEM_POSIX)); in GetDefaultErrstr() 102 int32_t errCode = GetErrno(codingSystem_); in GetNapiErr()
|
H A D | napi_business_error.h | 88 int32_t GetErrno(ErrCodeSystem cs);
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | copy_file.cpp | 140 if (err.GetErrno(ERR_CODE_SYSTEM_POSIX) == ENAMETOOLONG) { in Sync() 186 if (err.GetErrno(ERR_CODE_SYSTEM_POSIX) == ENAMETOOLONG) { in Async()
|
H A D | open.cpp | 152 if (err.GetErrno(ERR_CODE_SYSTEM_POSIX) == ENAMETOOLONG) { in Async()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_util.h | 50 static inline int32_t GetErrno(void) in GetErrno() function
|
H A D | sys_event.c | 46 LOGE(TAG, "failed to read from pipe: %d", GetErrno()); in EventProcessHandle()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_util.h | 73 static inline int32_t GetErrno(void) in GetErrno() function
|
H A D | sys_event.c | 50 LOGE(TAG, "failed to read from pipe: %d", GetErrno()); in EventProcessHandle()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_file_manager.c | 539 DFILE_LOGE(TAG, "fwrite error %d write %hu target %hu pRet:%d", GetErrno(), ret, length, pRet); in WriteToFile()
|
H A D | nstackx_file_manager_client.c | 93 DFILE_LOGE(TAG, "fread error %d read %u target %hu", GetErrno(), readLength, bufferLength); in ReadFromFile()
|