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:bundleInfoMutex_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H
A
D
service_router_data_mgr.cpp
49
std::lock_guard<std::mutex> lock(
bundleInfoMutex_
);
in LoadAllBundleInfos()
71
std::lock_guard<std::mutex> lock(
bundleInfoMutex_
);
in LoadBundleInfo()
98
std::lock_guard<std::mutex> lock(
bundleInfoMutex_
);
in DeleteBundleInfo()
117
std::lock_guard<std::mutex> lock(
bundleInfoMutex_
);
in QueryBusinessAbilityInfos()
133
std::lock_guard<std::mutex> lock(
bundleInfoMutex_
);
in QueryPurposeInfos()
171
std::lock_guard<std::mutex> lock(
bundleInfoMutex_
);
in ClearAllBundleInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
147
std::unique_lock<std::shared_mutex> lock(
bundleInfoMutex_
);
in LoadDataFromPersistentStorage()
242
// always keep lock
bundleInfoMutex_
before locking stateMutex_ to avoid deadlock
in UpdateBundleInstallState()
243
std::unique_lock<std::shared_mutex> lck(
bundleInfoMutex_
);
in UpdateBundleInstallState()
283
std::unique_lock<std::shared_mutex> lock(
bundleInfoMutex_
);
in AddInnerBundleInfo()
334
std::unique_lock<std::shared_mutex> lock(
bundleInfoMutex_
);
in AddNewModuleInfo()
406
std::unique_lock<std::shared_mutex> lock(
bundleInfoMutex_
);
in RemoveModuleInfo()
527
std::unique_lock<std::shared_mutex> lock(
bundleInfoMutex_
);
in RemoveHspModuleByVersionCode()
556
std::unique_lock<std::shared_mutex> lock(
bundleInfoMutex_
);
in AddInnerBundleUserInfo()
578
std::unique_lock<std::shared_mutex> lock(
bundleInfoMutex_
);
in RemoveInnerBundleUserInfo()
602
std::unique_lock<std::shared_mutex> lock(
bundleInfoMutex_
);
in UpdateInnerBundleInfo()
[all...]
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H
A
D
service_router_data_mgr.h
92
mutable std::mutex
bundleInfoMutex_
;
member in OHOS::AbilityRuntime::ServiceRouterDataMgr
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H
A
D
softbus_adapter.h
121
std::mutex
bundleInfoMutex_
{};
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H
A
D
softbus_adapter_standard.cpp
416
std::lock_guard<std::mutex> lock(
bundleInfoMutex_
);
in GetSocketName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_data_mgr.h
840
std::shared_lock<std::shared_mutex> lock(
bundleInfoMutex_
);
in GetAllInnerBundleInfos()
1195
mutable std::shared_mutex
bundleInfoMutex_
;
member in OHOS::AppExecFwk::BundleDataMgr
Completed in 12 milliseconds