Home
last modified time | relevance | path

Searched refs:sysErrno (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c427 FILLP_INT sysErrno; in SpungeHandleMsgBind() local
459 sysErrno = FT_OS_GET_ERRNO; in SpungeHandleMsgBind()
460 FILLP_LOGERR("system bind fail sock=%d,err=%d, sysErrno=%d", sock->index, err, sysErrno); in SpungeHandleMsgBind()
462 if (sysErrno == FILLP_EADDRINUSE) { in SpungeHandleMsgBind()
467 SET_ERRNO(sysErrno); in SpungeHandleMsgBind()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dsession_backup_n_exporter.cpp40 …eReady(weak_ptr<GeneralCallbacks> pCallbacks, const BFileInfo &fileInfo, UniqueFd fd, int sysErrno) in OnFileReady() argument
55 ErrCode errCode = BError::GetCodeByErrno(sysErrno); in OnFileReady()
56 std::string errMsg = "system errno: " + to_string(sysErrno); in OnFileReady()
H A Dsession_incremental_backup_n_exporter.cpp43 UniqueFd manifestFd, int sysErrno) in OnFileReady() argument
58 ErrCode errCode = BError::GetCodeByErrno(sysErrno); in OnFileReady()
59 std::string errMsg = "system errno: " + to_string(sysErrno); in OnFileReady()
H A Dsession_restore_n_exporter.cpp45 UniqueFd fd, UniqueFd manifestFd, int32_t sysErrno) in OnFileReadySheet() argument
60 ErrCode errCode = BError::GetCodeByErrno(sysErrno); in OnFileReadySheet()
61 std::string errMsg = "system errno: " + to_string(sysErrno); in OnFileReadySheet()