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:observerListLock_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H
A
D
js_ability_first_frame_state_observer.cpp
114
std::lock_guard<std::mutex> lock(
observerListLock_
);
in AddJSAbilityFirstFrameStateObserver()
136
std::lock_guard<std::mutex> lock(
observerListLock_
);
in RemoveAllJsObserverObjects()
152
std::lock_guard<std::mutex> lock(
observerListLock_
);
in RemoveJsObserverObject()
179
std::lock_guard<std::mutex> lock(
observerListLock_
);
in GetObserverObject()
H
A
D
js_ability_first_frame_state_observer.h
72
std::mutex
observerListLock_
;
member in OHOS::AbilityRuntime::JSAbilityFirstFrameStateObserverManager
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_socket_server.h
57
std::lock_guard<std::mutex> lock(
observerListLock_
);
in OnRemoteDied()
93
std::mutex
observerListLock_
;
member in OHOS::Bluetooth::BluetoothSocketServer
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H
A
D
generic_kvdb_connection.cpp
84
std::lock_guard<std::mutex> lockGuard(
observerListLock_
);
in RegisterObserver()
143
std::lock_guard<std::mutex> lockGuard(
observerListLock_
);
in UnRegisterObserver()
327
std::lock_guard<std::mutex> lockGuard(
observerListLock_
);
377
std::lock_guard<std::mutex> lockGuard(
observerListLock_
);
H
A
D
generic_kvdb_connection.h
146
std::mutex
observerListLock_
;
member in DistributedDB::GenericKvDBConnection
Completed in 4 milliseconds