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:connectionMutex_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/background_task_mgr/services/common/src/
H
A
D
bundle_manager_helper.cpp
43
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in ~BundleManagerHelper()
50
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in GetClientBundleName()
78
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in GetBundleInfo()
92
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in GetApplicationInfo()
105
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in QueryAbilityInfo()
151
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in OnRemoteDied()
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
bundle_manager_helper.cpp
42
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in GetClientBundleName()
55
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in GetApplicationInfo()
68
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in GetApplicationInfos()
80
std::lock_guard<std::mutex> lock(
connectionMutex_
);
in CheckIsSystemAppByUid()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_bundle_mgr_helper.cpp
41
std::lock_guard<ffrt::mutex> lock(
connectionMutex_
);
in GetNameForUid()
56
std::lock_guard<ffrt::mutex> lock(
connectionMutex_
);
in GetApplicationInfo()
75
std::lock_guard<ffrt::mutex> lock(
connectionMutex_
);
in GetApplicationInfos()
90
std::lock_guard<ffrt::mutex> lock(
connectionMutex_
);
in GetBundleInfo()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H
A
D
bundle_active_bundle_mgr_helper.h
75
ffrt::mutex
connectionMutex_
;
member in OHOS::DeviceUsageStats::BundleActiveBundleMgrHelper
/foundation/resourceschedule/device_standby/services/core/include/
H
A
D
bundle_manager_helper.h
58
std::mutex
connectionMutex_
{};
/foundation/resourceschedule/background_task_mgr/services/common/include/
H
A
D
bundle_manager_helper.h
49
std::mutex
connectionMutex_
;
member in OHOS::BackgroundTaskMgr::BundleManagerHelper
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H
A
D
audio_policy_service.h
1345
std::mutex
connectionMutex_
;
member in OHOS::AudioStandard::final
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
10024
std::unique_lock<std::mutex> waitLock(
connectionMutex_
);
in WaitForConnectionCompleted()
Completed in 20 milliseconds