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:watchMutex_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
kvstore_service_death_notifier.cpp
57
std::lock_guard<std::mutex> lg(instance.
watchMutex_
);
in GetDistributedKvDataService()
110
std::lock_guard<std::mutex> lg(instance.
watchMutex_
);
in AddServiceDeathWatcher()
122
std::lock_guard<std::mutex> lg(instance.
watchMutex_
);
in RemoveServiceDeathWatcher()
137
std::lock_guard<std::mutex> lg(instance.
watchMutex_
);
in OnRemoteDied()
H
A
D
kvstore_service_death_notifier.h
61
std::mutex
watchMutex_
;
member in OHOS::DistributedKv::final
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H
A
D
js_object_wrapper.cpp
28
std::unique_lock<std::shared_mutex> cacheLock(
watchMutex_
);
in ~JSObjectWrapper()
42
std::unique_lock<std::shared_mutex> cacheLock(
watchMutex_
);
in AddWatch()
55
std::unique_lock<std::shared_mutex> cacheLock(
watchMutex_
);
in DeleteWatch()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
watcher_impl.cpp
28
mutex FileWatcherManager::
watchMutex_
;
104
lock_guard<mutex> lock(
watchMutex_
);
in StartNotify()
197
lock_guard<mutex> lock(
watchMutex_
);
in NotifyEvent()
261
unique_lock<mutex> lock(
watchMutex_
);
in StopNotify()
H
A
D
watcher_impl.h
91
static std::mutex
watchMutex_
;
member in OHOS::CJSystemapi::FileWatcherManager
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H
A
D
watcher_entity.cpp
31
mutex FileWatcher::
watchMutex_
;
73
lock_guard<mutex> lock(
watchMutex_
);
in StartNotify()
142
unique_lock<mutex> lock(
watchMutex_
);
in StopNotify()
252
lock_guard<mutex> lock(
watchMutex_
);
in NotifyEvent()
H
A
D
watcher_entity.h
70
static std::mutex
watchMutex_
;
member in OHOS::FileManagement::ModuleFileIO::FileWatcher
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H
A
D
js_object_wrapper.h
44
std::shared_mutex
watchMutex_
{};
Completed in 3 milliseconds