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:bundleIdMap_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
179
RestoreSandboxUidAndGid(
bundleIdMap_
);
in LoadDataFromPersistentStorage()
3456
auto bundleIdIter =
bundleIdMap_
.find(bundleId);
in GetInnerBundleInfoAndIndexByUid()
3457
if (bundleIdIter ==
bundleIdMap_
.end()) {
in GetInnerBundleInfoAndIndexByUid()
4530
if (
bundleIdMap_
.empty()) {
in GenerateBundleId()
4533
bundleIdMap_
.emplace(bundleId, bundleName);
in GenerateBundleId()
4537
for (const auto &innerBundleId :
bundleIdMap_
) {
in GenerateBundleId()
4544
for (int32_t i = baseAppUid_; i <
bundleIdMap_
.rbegin()->first; ++i) {
in GenerateBundleId()
4545
if (
bundleIdMap_
.find(i) ==
bundleIdMap_
.end()) {
in GenerateBundleId()
4548
bundleIdMap_
in GenerateBundleId()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H
A
D
bms_bundle_default_app_mgr_test.cpp
405
dataMgr->
bundleIdMap_
.emplace(bundleId, BUNDLE_NAME);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_install_checker_test.cpp
732
baseBundleInstaller.dataMgr_->
bundleIdMap_
.insert(std::pair<int32_t, std::string>(TEST_BUNDLE_ID, BUNDLE_NAME));
in HWTEST_F()
736
baseBundleInstaller.dataMgr_->
bundleIdMap_
.erase(TEST_BUNDLE_ID);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_data_mgr.h
1209
std::map<int32_t, std::string>
bundleIdMap_
;
member in OHOS::AppExecFwk::BundleDataMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_data_mgr_test.cpp
2598
GetBundleDataMgr()->
bundleIdMap_
.emplace(MAX_APP_UID, BUNDLE_TEST1);
in HWTEST_F()
Completed in 31 milliseconds