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:UFM_JS_ERR
(Results
1 - 1
of
1
) sorted by relevance
/foundation/multimedia/media_library/frameworks/utils/include/
H
A
D
medialibrary_client_errno.h
35
#define
UFM_JS_ERR
(moduleCode, errCode) ((MODULE_CODE(moduleCode)) + (errCode))
macro
37
constexpr int32_t JS_ERR_NO_SUCH_FILE =
UFM_JS_ERR
(FILEIO_MODULE_CODE, 2); // no such file
38
constexpr int32_t JS_ERR_NO_MEM =
UFM_JS_ERR
(FILEIO_MODULE_CODE, 11); // cannot allocate memory
39
constexpr int32_t JS_ERR_PERMISSION_DENIED =
UFM_JS_ERR
(FILEIO_MODULE_CODE, 12); // permission deny
40
constexpr int32_t JS_ERR_FILE_EXIST =
UFM_JS_ERR
(FILEIO_MODULE_CODE, 15); // file has exist
41
constexpr int32_t JS_ERR_PARAMETER_INVALID =
UFM_JS_ERR
(FILEIO_MODULE_CODE, 20); // input parameter invalid
44
constexpr int32_t JS_E_DISPLAYNAME =
UFM_JS_ERR
(UFM_MODULE_CODE, 1);
45
constexpr int32_t JS_E_URI =
UFM_JS_ERR
(UFM_MODULE_CODE, 2);
46
constexpr int32_t JS_E_FILE_EXTENSION =
UFM_JS_ERR
(UFM_MODULE_CODE, 3);
47
constexpr int32_t JS_E_TRASHED =
UFM_JS_ERR
(UFM_MODULE_COD
[all...]
Completed in 1 milliseconds