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:NRef
(Results
1 - 21
of
21
) sorted by relevance
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/n_async/
H
A
D
n_ref.cpp
21
NRef
::
NRef
() {}
in NRef()
function in OHOS::FileManagement::LibN::NRef
23
NRef
::
NRef
(NVal val)
in NRef()
function in OHOS::FileManagement::LibN::NRef
31
NRef
::~
NRef
()
in ~NRef()
38
NRef
::operator bool() const
in operator bool()
43
NVal
NRef
::Deref(napi_env env)
in Deref()
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/n_async/
H
A
D
n_ref.cpp
20
NRef
::
NRef
() {}
in NRef()
function in OHOS::DistributedFS::NRef
22
NRef
::
NRef
(NVal val)
in NRef()
function in OHOS::DistributedFS::NRef
30
NRef
::~
NRef
()
in ~NRef()
37
NRef
::operator bool() const
in operator bool()
42
NVal
NRef
::Deref(napi_env env)
in Deref()
H
A
D
n_ref.h
23
class
NRef
{
class
25
NRef
();
26
explicit
NRef
(NVal val);
27
~
NRef
();
H
A
D
n_async_context.h
35
NRef
thisPtr_;
51
NRef
cb_;
58
NRef
cbSucc_;
59
NRef
cbFail_;
60
NRef
cbFinal_;
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/n_async/
H
A
D
n_ref.h
24
class
NRef
{
class
26
NRef
();
27
NRef
(NVal val);
28
~
NRef
();
H
A
D
n_async_context.h
56
NRef
cb_;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H
A
D
watcher_n_exporter.h
28
explicit JSCallbackContext(
NRef
&ref) : ref_(ref) {}
in JSCallbackContext()
33
NRef
&ref_;
47
static void WatcherCallback(napi_env env,
NRef
&callback, const std::string &fileName, const uint32_t &event,
H
A
D
watcher_entity.h
30
LibN::
NRef
&callback,
41
LibN::
NRef
nRef;
H
A
D
watcher_n_exporter.cpp
165
void WatcherNExporter::WatcherCallback(napi_env env,
NRef
&callback, const std::string &fileName,
in WatcherCallback()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/
H
A
D
stream_n_exporter.h
57
NRef
refReadBuf;
64
NRef
refWriteArrayBuf;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
prop_n_exporter.h
27
NRef
refWriteArrayBuf_;
42
NRef
refReadBuf;
H
A
D
read_text.h
32
NRef
_refReadBuf;
H
A
D
copy.h
46
LibN::
NRef
nRef;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H
A
D
read_text.h
27
NRef
_refReadBuf;
H
A
D
prop_n_exporter.h
28
NRef
refWriteArrayBuf_;
H
A
D
open_dir.cpp
71
NRef
dirPtr_;
H
A
D
prop_n_exporter.cpp
382
NRef
refReadBuf;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_tasksignal/
H
A
D
task_signal_entity.h
31
LibN::
NRef
ref_;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/
H
A
D
stream_n_exporter.cpp
143
NRef
refWriteArrayBuf;
214
NRef
refReadBuf;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H
A
D
randomaccessfile_n_exporter.cpp
171
NRef
rafRefReadBuf;
277
NRef
rafRefWriteArrayBuf;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/
H
A
D
dir_n_exporter.cpp
116
NRef
thisptrRef_;
Completed in 13 milliseconds