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:GetBundleMutex
(Results
1 - 10
of
10
) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetbundlemutex_fuzzer/
H
A
D
verifymanagerhostimplgetbundlemutex_fuzzer.cpp
34
impl.
GetBundleMutex
(bundleName);
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetrealpath_fuzzer/
H
A
D
verifymanagerhostimplgetrealpath_fuzzer.cpp
39
impl.
GetBundleMutex
(bundleName);
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/verify/
H
A
D
verify_manager_host_impl.h
52
std::mutex &
GetBundleMutex
(const std::string &bundleName);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H
A
D
verify_manager_host_impl.cpp
165
auto &mtx =
GetBundleMutex
(bundleName);
in Verify()
521
auto &mtx =
GetBundleMutex
(innerBundleInfo.GetBundleName());
in DeleteAbc()
547
std::mutex &VerifyManagerHostImpl::
GetBundleMutex
(const std::string &bundleName)
in GetBundleMutex()
function in OHOS::AppExecFwk::VerifyManagerHostImpl
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/
H
A
D
bms_bundle_verifymanager_test.cpp
370
* @tc.number:
GetBundleMutex
371
* @tc.name: test
GetBundleMutex
372
* @tc.desc: 1.
GetBundleMutex
test
406
* @tc.number:
GetBundleMutex
407
* @tc.name: test
GetBundleMutex
408
* @tc.desc: 1.
GetBundleMutex
test
413
auto &mtx = impl.
GetBundleMutex
(BUNDLE_NAME);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
bundle_mgr_service_event_handler.cpp
331
auto& mtx = dataMgr->
GetBundleMutex
(bundleName);
in SaveInstallInfoToCache()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
base_bundle_installer.cpp
416
auto &mtx = dataMgr_->
GetBundleMutex
(bundleName);
in UninstallBundleByUninstallParam()
1226
auto &mtx = dataMgr_->
GetBundleMutex
(bundleName_);
in ProcessBundleInstall()
1490
auto &mtx = dataMgr_->
GetBundleMutex
(bundleName);
in ProcessBundleUninstall()
1686
auto &mtx = dataMgr_->
GetBundleMutex
(bundleName);
in ProcessBundleUninstall()
1897
auto &mtx = dataMgr_->
GetBundleMutex
(bundleName);
in InnerProcessInstallByPreInstallInfo()
6061
auto &mtx = dataMgr_->
GetBundleMutex
(bundleName);
in RollbackHmpUserInfo()
6094
auto &mtx = dataMgr_->
GetBundleMutex
(bundleName);
in RollbackHmpCommonInfo()
H
A
D
bundle_mgr_service_event_handler.cpp
817
auto &mtx = dataMgr->
GetBundleMutex
(bundleName);
in SaveInstallInfoToCache()
H
A
D
bundle_data_mgr.cpp
4682
std::mutex &BundleDataMgr::
GetBundleMutex
(const std::string &bundleName)
in GetBundleMutex()
function in OHOS::AppExecFwk::BundleDataMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_data_mgr.h
501
std::mutex &
GetBundleMutex
(const std::string &bundleName);
Completed in 36 milliseconds