Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UNKROWN_ERR
(Results
1 - 6
of
6
) sorted by relevance
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H
A
D
n_error.cpp
59
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
D
readeriterator_n_exporter.cpp
44
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
D
read_lines.cpp
76
NError(
UNKROWN_ERR
).ThrowErr(env);
in InstantiateReaderIterator()
83
NError(
UNKROWN_ERR
).ThrowErr(env);
in InstantiateReaderIterator()
H
A
D
copy.cpp
320
return
UNKROWN_ERR
;
in CopySubDir()
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H
A
D
n_error.h
38
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
D
recent_n_exporter.cpp
252
NError(
UNKROWN_ERR
).ThrowErr(env);
in GetListFileResult()
282
NError(
UNKROWN_ERR
).ThrowErr(env);
in GetListFileResult()
Completed in 5 milliseconds