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:E_UNKNOWN_ERROR
(Results
1 - 8
of
8
) sorted by relevance
/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/include/
H
A
D
error_code.h
26
E_UNKNOWN_ERROR
= 13900042
enumerator
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_environment/
H
A
D
environment_n_exporter.cpp
199
NError(
E_UNKNOWN_ERROR
).ThrowErr(env);
in GetUserDownloadDir()
221
NError(
E_UNKNOWN_ERROR
).ThrowErr(env);
in GetUserDesktopDir()
243
NError(
E_UNKNOWN_ERROR
).ThrowErr(env);
in GetUserDocumentDir()
277
NError(
E_UNKNOWN_ERROR
).ThrowErr(env);
in GetUserHomeDir()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H
A
D
file_permission.cpp
113
return FileManagement::LibN::
E_UNKNOWN_ERROR
;
in ErrorCodeConversion()
125
return FileManagement::LibN::
E_UNKNOWN_ERROR
;
in ErrorCodeConversion()
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_sup_test/
H
A
D
file_share_permission_sup_test.cpp
194
EXPECT_EQ(ret,
E_UNKNOWN_ERROR
);
in HWTEST_F()
/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/src/
H
A
D
oh_file_share.cpp
128
FileManagement_ErrCode errCode =
E_UNKNOWN_ERROR
;
in ErrorCodeConversion()
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H
A
D
n_error.h
172
E_UNKNOWN_ERROR
= 13900042
enumerator
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H
A
D
file_uri_n_exporter.cpp
249
NError(
E_UNKNOWN_ERROR
).ThrowErr(env);
in Normalize()
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_test/
H
A
D
file_share_permission_test.cpp
1084
EXPECT_EQ(ErrorCodeConversion(-EPERM),
E_UNKNOWN_ERROR
);
in HWTEST_F()
Completed in 9 milliseconds