Home
last modified time | relevance | path

Searched refs:GetErrno (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c94 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 Dnstackx_util.c35 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 Duni_error.cpp56 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 Duni_error.h147 int GetErrno(ErrCodeSystem cs);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_business_error.cpp61 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 Dnapi_business_error.h88 int32_t GetErrno(ErrCodeSystem cs);
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dcopy_file.cpp140 if (err.GetErrno(ERR_CODE_SYSTEM_POSIX) == ENAMETOOLONG) { in Sync()
186 if (err.GetErrno(ERR_CODE_SYSTEM_POSIX) == ENAMETOOLONG) { in Async()
H A Dopen.cpp152 if (err.GetErrno(ERR_CODE_SYSTEM_POSIX) == ENAMETOOLONG) { in Async()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.h50 static inline int32_t GetErrno(void) in GetErrno() function
H A Dsys_event.c46 LOGE(TAG, "failed to read from pipe: %d", GetErrno()); in EventProcessHandle()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.h73 static inline int32_t GetErrno(void) in GetErrno() function
H A Dsys_event.c50 LOGE(TAG, "failed to read from pipe: %d", GetErrno()); in EventProcessHandle()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c539 DFILE_LOGE(TAG, "fwrite error %d write %hu target %hu pRet:%d", GetErrno(), ret, length, pRet); in WriteToFile()
H A Dnstackx_file_manager_client.c93 DFILE_LOGE(TAG, "fread error %d read %u target %hu", GetErrno(), readLength, bufferLength); in ReadFromFile()

Completed in 12 milliseconds