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:WatcherInfoArg
(Results
1 - 6
of
6
) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H
A
D
watcher_entity.h
36
struct
WatcherInfoArg
{
struct
42
explicit
WatcherInfoArg
(LibN::NVal jsVal) : nRef(jsVal) {}
in WatcherInfoArg()
function
43
~
WatcherInfoArg
() = default;
56
int StartNotify(std::shared_ptr<
WatcherInfoArg
> arg);
57
int StopNotify(std::shared_ptr<
WatcherInfoArg
> arg);
60
bool AddWatcherInfo(const std::string &fileName, std::shared_ptr<
WatcherInfoArg
> arg);
63
uint32_t RemoveWatcherInfo(std::shared_ptr<
WatcherInfoArg
> arg);
74
std::unordered_set<std::shared_ptr<
WatcherInfoArg
>> watcherInfoSet_;
79
std::shared_ptr<
WatcherInfoArg
> data_;
H
A
D
watcher_entity.cpp
71
int FileWatcher::StartNotify(shared_ptr<
WatcherInfoArg
> arg)
in StartNotify()
140
int FileWatcher::StopNotify(shared_ptr<
WatcherInfoArg
> arg)
in StopNotify()
214
bool FileWatcher::AddWatcherInfo(const string &fileName, shared_ptr<
WatcherInfoArg
> arg)
in AddWatcherInfo()
230
uint32_t FileWatcher::RemoveWatcherInfo(shared_ptr<
WatcherInfoArg
> arg)
in RemoveWatcherInfo()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
watcher_impl.h
39
struct
WatcherInfoArg
{
struct
45
explicit
WatcherInfoArg
(void (*callback)(CWatchEvent))
in WatcherInfoArg()
function
50
~
WatcherInfoArg
() = default;
55
std::shared_ptr<
WatcherInfoArg
> data_;
76
bool AddWatcherInfo(const std::string &fileName, std::shared_ptr<
WatcherInfoArg
> arg);
78
int32_t StartNotify(std::shared_ptr<
WatcherInfoArg
> arg);
79
void GetNotifyEvent(std::shared_ptr<
WatcherInfoArg
> arg);
81
int32_t StopNotify(std::shared_ptr<
WatcherInfoArg
> arg);
84
uint32_t RemoveWatcherInfo(std::shared_ptr<
WatcherInfoArg
> arg);
95
std::unordered_set<std::shared_ptr<
WatcherInfoArg
>> watcherInfoSet
[all...]
H
A
D
watcher_impl.cpp
68
bool FileWatcherManager::AddWatcherInfo(const string &fileName, shared_ptr<
WatcherInfoArg
> arg)
in AddWatcherInfo()
90
uint32_t FileWatcherManager::RemoveWatcherInfo(shared_ptr<
WatcherInfoArg
> arg)
in RemoveWatcherInfo()
102
int32_t FileWatcherManager::StartNotify(std::shared_ptr<
WatcherInfoArg
> arg)
in StartNotify()
161
void FileWatcherManager::GetNotifyEvent(std::shared_ptr<
WatcherInfoArg
> arg)
in GetNotifyEvent()
259
int32_t FileWatcherManager::StopNotify(std::shared_ptr<
WatcherInfoArg
> arg)
in StopNotify()
H
A
D
file_fs_impl.cpp
1227
std::shared_ptr<
WatcherInfoArg
> infoArg = std::make_shared<
WatcherInfoArg
>(callback);
in CreateWatcher()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
watcher.cpp
46
shared_ptr<
WatcherInfoArg
> ParseParam(const napi_env &env, const napi_callback_info &info, int32_t &errCode)
in ParseParam()
74
auto infoArg = CreateSharedPtr<
WatcherInfoArg
>(NVal(env, funcArg[NARG_POS::THIRD]));
in ParseParam()
Completed in 4 milliseconds