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:bmsPara
(Results
1 - 3
of
3
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
pre_install_exception_mgr.cpp
60
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
in LoadPreInstallExceptionInfosFromDb()
local
61
if (
bmsPara
== nullptr) {
in LoadPreInstallExceptionInfosFromDb()
62
APP_LOGE("
bmsPara
is nullptr");
in LoadPreInstallExceptionInfosFromDb()
67
bmsPara
->GetBmsParam(PREINSTALL_EXCEPTION, preInstallExceptionStr);
in LoadPreInstallExceptionInfosFromDb()
105
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
in SavePreInstallExceptionInfosToDb()
local
106
if (
bmsPara
== nullptr) {
in SavePreInstallExceptionInfosToDb()
107
APP_LOGE("
bmsPara
is nullptr");
in SavePreInstallExceptionInfosToDb()
116
bmsPara
->SaveBmsParam(PREINSTALL_EXCEPTION, jsonObject.dump());
in SavePreInstallExceptionInfosToDb()
121
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
in DeletePreInstallExceptionInfosFromDb()
local
122
if (
bmsPara
in DeletePreInstallExceptionInfosFromDb()
185
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
DeletePreInstallExceptionPath()
local
300
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
DeletePreInstallExceptionAppServicePath()
local
314
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
ClearAll()
local
[all...]
H
A
D
bundle_mgr_service_event_handler.cpp
1155
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
in CheckOtaFlag()
local
1156
if (
bmsPara
== nullptr) {
in CheckOtaFlag()
1157
LOG_E(BMS_TAG_DEFAULT, "
bmsPara
is nullptr");
in CheckOtaFlag()
1162
if (!
bmsPara
->GetBmsParam(OTA_FLAG, val)) {
in CheckOtaFlag()
1179
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
in UpdateOtaFlag()
local
1180
if (
bmsPara
== nullptr) {
in UpdateOtaFlag()
1181
LOG_E(BMS_TAG_DEFAULT, "
bmsPara
is nullptr");
in UpdateOtaFlag()
1186
if (!
bmsPara
->GetBmsParam(OTA_FLAG, val)) {
in UpdateOtaFlag()
1188
return
bmsPara
->SaveBmsParam(OTA_FLAG, std::to_string(flag));
in UpdateOtaFlag()
1194
return
bmsPara
in UpdateOtaFlag()
2156
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
SaveSystemFingerprint()
local
2622
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
GetOldSystemFingerprint()
local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_handler.cpp
939
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
in GetOldAOTVersion()
local
940
if (
bmsPara
== nullptr) {
in GetOldAOTVersion()
941
APP_LOGE("
bmsPara
is nullptr");
in GetOldAOTVersion()
944
bmsPara
->GetBmsParam(AOT_VERSION, oldAOTVersion);
in GetOldAOTVersion()
957
auto
bmsPara
= DelayedSingleton<BundleMgrService>::GetInstance()->GetBmsParam();
in SaveAOTVersion()
local
958
if (
bmsPara
== nullptr) {
in SaveAOTVersion()
959
APP_LOGE("
bmsPara
is nullptr");
in SaveAOTVersion()
962
bmsPara
->SaveBmsParam(AOT_VERSION, curAOTVersion);
in SaveAOTVersion()
Completed in 7 milliseconds