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:WatcherImpl
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H
A
D
js_watcher.h
127
class
WatcherImpl
: public ObjectWatcher {
class
129
WatcherImpl
(std::weak_ptr<JSWatcher> watcher) : watcher_(watcher)
in WatcherImpl()
function in OHOS::ObjectStore::WatcherImpl
133
virtual ~
WatcherImpl
();
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H
A
D
js_watcher.cpp
283
void
WatcherImpl
::OnChanged(const std::string &sessionid, const std::vector<std::string> &changedData)
in OnChanged()
293
WatcherImpl
::~
WatcherImpl
()
in ~WatcherImpl()
301
std::shared_ptr<
WatcherImpl
> watcher = std::make_shared<
WatcherImpl
>(watcher_);
in Add()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
watcher_impl.h
53
class
WatcherImpl
: public OHOS::FFI::FFIData {
class
62
static OHOS::FFI::RuntimeType runtimeType = OHOS::FFI::RuntimeType::Create<OHOS::FFI::FFIData>("
WatcherImpl
");
in GetClassType()
H
A
D
file_fs_impl.h
87
static std::tuple<int32_t, sptr<
WatcherImpl
>> CreateWatcher(std::string path, uint32_t events,
H
A
D
file_fs_ffi.cpp
613
auto instance = FFIData::GetData<
WatcherImpl
>(id);
in FfiOHOSFileFsWatcherStart()
630
auto instance = FFIData::GetData<
WatcherImpl
>(id);
in FfiOHOSFileFsWatcherStop()
H
A
D
file_fs_impl.cpp
1224
std::tuple<int32_t, sptr<
WatcherImpl
>> FileFsImpl::CreateWatcher(std::string path, uint32_t events,
in CreateWatcher()
1234
auto watcherImpl = FFIData::Create<
WatcherImpl
>();
in CreateWatcher()
Completed in 6 milliseconds