Home
last modified time | relevance | path

Searched refs:bmsPara (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_install_exception_mgr.cpp60 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 Dbundle_mgr_service_event_handler.cpp1155 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 Daot_handler.cpp939 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