Home
last modified time | relevance | path

Searched refs:UNKROWN_ERR (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_error.cpp59 return UNKROWN_ERR; in ConvertUVCode2ErrCode()
72 errno_ = errCodeTable.at(UNKROWN_ERR).first; in NError()
73 errMsg_ = errCodeTable.at(UNKROWN_ERR).second + ", errno is " + to_string(abs(errCode)); in NError()
107 code = errCodeTable.at(UNKROWN_ERR).first; in GetNapiErr()
108 msg = errCodeTable.at(UNKROWN_ERR).second; in GetNapiErr()
126 code = errCodeTable.at(UNKROWN_ERR).first; in GetNapiErrAddData()
127 msg = errCodeTable.at(UNKROWN_ERR).second; in GetNapiErrAddData()
148 code = errCodeTable.at(UNKROWN_ERR).first; in ThrowErr()
149 msg = errCodeTable.at(UNKROWN_ERR).second; in ThrowErr()
178 code = errCodeTable.at(UNKROWN_ERR) in ThrowErrAddData()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_readeriterator/
H A Dreaderiterator_n_exporter.cpp44 NError(UNKROWN_ERR).ThrowErr(env); in Constructor()
61 NError(UNKROWN_ERR).ThrowErr(env); in Next()
100 NError(UNKROWN_ERR).ThrowErr(exports_.env_); in Export()
106 NError(UNKROWN_ERR).ThrowErr(exports_.env_); in Export()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dread_lines.cpp76 NError(UNKROWN_ERR).ThrowErr(env); in InstantiateReaderIterator()
83 NError(UNKROWN_ERR).ThrowErr(env); in InstantiateReaderIterator()
H A Dcopy.cpp320 return UNKROWN_ERR; in CopySubDir()
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_error.h38 constexpr int UNKROWN_ERR = -1; member
276 { UNKROWN_ERR, { FILEIO_SYS_CAP_TAG + E_UKERR, "Unknown error" } },
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp252 NError(UNKROWN_ERR).ThrowErr(env); in GetListFileResult()
282 NError(UNKROWN_ERR).ThrowErr(env); in GetListFileResult()

Completed in 5 milliseconds