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:mutexLock_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/av_session/services/session/server/
H
A
D
hw_cast_provider.cpp
94
std::lock_guard lockGuard(
mutexLock_
);
in Release()
126
std::lock_guard lockGuard(
mutexLock_
);
in StartCastSession()
150
std::lock_guard lockGuard(
mutexLock_
);
in StopCastSession()
176
std::lock_guard lockGuard(
mutexLock_
);
in AddCastDevice()
195
std::lock_guard lockGuard(
mutexLock_
);
in RemoveCastDevice()
213
std::lock_guard lockGuard(
mutexLock_
);
in RegisterCastStateListener()
232
std::lock_guard lockGuard(
mutexLock_
);
in UnRegisterCastStateListener()
255
std::lock_guard lockGuard(
mutexLock_
);
in GetRemoteController()
326
std::lock_guard lockGuard(
mutexLock_
);
in RegisterCastSessionStateListener()
348
std::lock_guard lockGuard(
mutexLock_
);
in UnRegisterCastSessionStateListener()
[all...]
H
A
D
hw_cast_provider.h
68
std::recursive_mutex
mutexLock_
;
member in OHOS::AVSession::HwCastProvider
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
exit_resident_process_manager.cpp
42
std::lock_guard<ffrt::mutex> lock(
mutexLock_
);
in IsMemorySizeSufficient()
48
std::lock_guard<ffrt::mutex> lock(
mutexLock_
);
in RecordExitResidentBundleName()
65
std::lock_guard<ffrt::mutex> lock(
mutexLock_
);
in HandleMemorySizeInSufficent()
76
std::lock_guard<ffrt::mutex> lock(
mutexLock_
);
in HandleMemorySizeSufficient()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H
A
D
audio_utils.h
454
std::unique_lock<std::mutex> lock(
mutexLock_
);
in Push()
476
std::unique_lock<std::mutex> lock(
mutexLock_
);
in Pop()
501
std::unique_lock<std::mutex> lock(
mutexLock_
);
in PushNoWait()
523
std::unique_lock<std::mutex> lock(
mutexLock_
);
in PopNotWait()
538
std::unique_lock<std::mutex> lock(
mutexLock_
);
in PopAllNotWait()
548
std::unique_lock<std::mutex> lock(
mutexLock_
);
in Size()
555
std::unique_lock<std::mutex> lock(
mutexLock_
);
in WaitNotEmptyFor()
563
std::unique_lock<std::mutex> lock(
mutexLock_
);
in IsEmpty()
569
std::unique_lock<std::mutex> lock(
mutexLock_
);
in IsFull()
575
std::unique_lock<std::mutex> lock(
mutexLock_
);
in Clear()
584
std::mutex
mutexLock_
;
global()
member in OHOS::AudioStandard::AudioSafeBlockQueue
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/
H
A
D
js_auto_fill_manager.h
43
std::mutex
mutexLock_
;
member in OHOS::AbilityRuntime::JsAutoFillManager
H
A
D
js_auto_fill_manager.cpp
116
std::lock_guard<std::mutex> lock(
mutexLock_
);
in OnRequestAutoSaveInner()
124
std::lock_guard<std::mutex> lock(
mutexLock_
);
in GetCallbackByInstanceId()
134
std::lock_guard<std::mutex> lock(
mutexLock_
);
in OnRequestAutoSaveDone()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
exit_resident_process_manager.h
62
mutable ffrt::mutex
mutexLock_
;
member in OHOS::AppExecFwk::MemorySizeState::ExitResidentProcessManager
Completed in 4 milliseconds