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:notifyMutex_
(Results
1 - 14
of
14
) sorted by relevance
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H
A
D
session_display_power_controller.h
46
std::mutex
notifyMutex_
;
member in OHOS::Rosen::SessionDisplayPowerController
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H
A
D
buffer_dispatcher.cpp
665
std::lock_guard<std::mutex> locker(
notifyMutex_
);
in AttachReceiver()
756
std::lock_guard<std::mutex> locker(
notifyMutex_
);
in DetachReceiver()
787
std::lock_guard<std::mutex> locker(
notifyMutex_
);
in ReleaseAllReceiver()
848
std::lock_guard<std::mutex> locker(
notifyMutex_
);
in GetNotifierByReceiverId()
1086
std::lock_guard<std::mutex> indexLocker(
notifyMutex_
);
in WriteDataIntoBuffer()
1115
std::lock_guard<std::mutex> lock(
notifyMutex_
);
in EraseOldGopDatas()
1186
std::lock_guard<std::mutex> locker(
notifyMutex_
);
in UpdateIndex()
1339
std::lock_guard<std::mutex> locker(
notifyMutex_
);
in ResetAllIndex()
1468
std::unique_lock<std::mutex> locker(dispatcher->
notifyMutex_
);
1507
std::unique_lock<std::mutex> locker(
notifyMutex_
);
in NotifyReadReady()
[all...]
H
A
D
buffer_dispatcher.h
340
std::mutex
notifyMutex_
;
member in OHOS::Sharing::BufferDispatcher
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H
A
D
storage_engine.h
118
mutable std::shared_mutex
notifyMutex_
;
member in DistributedDB::StorageEngine
H
A
D
storage_engine.cpp
383
std::unique_lock<std::shared_mutex> lock(
notifyMutex_
);
in SetNotifiedCallback()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
session_display_power_controller.cpp
59
std::lock_guard<std::mutex> notifyLock(
notifyMutex_
);
in SetDisplayState()
H
A
D
screen_session_manager.cpp
1874
std::lock_guard<std::mutex> notifyLock(sessionDisplayPowerController_->
notifyMutex_
);
in TryToCancelScreenOff()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uifirst_manager.h
333
static inline std::mutex
notifyMutex_
;
member in OHOS::Rosen::RSUiFirstProcessStateCheckerHelper
H
A
D
rs_uifirst_manager.cpp
1614
std::unique_lock<std::mutex> lock(
notifyMutex_
);
in CheckAndWaitPreFirstLevelDrawableNotify()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
single_store_impl.h
156
std::mutex
notifyMutex_
;
member in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
single_store_impl.cpp
996
std::lock_guard<decltype(
notifyMutex_
)> lock(
notifyMutex_
);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_single_ver_storage_engine.cpp
1007
std::shared_lock<std::shared_mutex> lock(
notifyMutex_
);
in CommitAndReleaseNotifyData()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H
A
D
audio_policy_service.h
1298
std::mutex
notifyMutex_
;
member in OHOS::AudioStandard::AudioPolicyService
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
690
std::lock_guard<std::mutex> lock(
notifyMutex_
);
in OnReceiveEvent()
699
std::lock_guard<std::mutex> lock(
notifyMutex_
);
in OnReceiveEvent()
Completed in 48 milliseconds