/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | native_lib_util.cpp | 23 std::string GetLibPath(const std::string &hapPath, bool isPreInstallApp) in GetLibPath() argument 26 if (isPreInstallApp) { in GetLibPath() 33 void GetHapSoPath(const HapModuleInfo &hapInfo, AppLibPathMap &appLibPaths, bool isPreInstallApp) in GetHapSoPath() argument 45 libPath = GetLibPath(hapInfo.hapPath, isPreInstallApp); in GetHapSoPath() 54 …ativeLibPath(const BaseSharedBundleInfo &hspInfo, AppLibPathMap &appLibPaths, bool isPreInstallApp) in GetHspNativeLibPath() argument 63 libPath = GetLibPath(hspInfo.hapPath, isPreInstallApp); in GetHspNativeLibPath() 65 if (isPreInstallApp) { in GetHspNativeLibPath()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | native_lib_util.h | 27 std::string GetLibPath(const std::string &hapPath, bool isPreInstallApp); 29 void GetHapSoPath(const HapModuleInfo &hapInfo, AppLibPathMap &appLibPaths, bool isPreInstallApp); 31 …tiveLibPath(const BaseSharedBundleInfo &hspInfo, AppLibPathMap &appLibPaths, bool isPreInstallApp);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | shared_bundle_installer.cpp | 43 checkParam.isPreInstallApp = installParam_.isPreInstallApp; in ParseFiles() 179 commonEventInfo.isPreInstallApp = installParam_.isPreInstallApp; in SendBundleSystemEvent()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | system_bundle_installer.cpp | 149 installParam.isPreInstallApp = true; in UninstallSystemBundle() 175 installParam.isPreInstallApp = true; in UninstallSystemBundle() 202 installParam.isPreInstallApp = true; in UninstallSystemBundle() 262 installParam.isPreInstallApp = true; in CheckUninstallSystemHsp()
|
H A D | bundle_user_mgr_host_impl.cpp | 154 installParam.isPreInstallApp = true; in OnCreateNewUser() 336 installParam.isPreInstallApp = info.isPreInstallApp; in InnerUninstallBundle() 434 installParam.isPreInstallApp = true; in UninstallBackupUninstallList()
|
H A D | user_unlocked_event_subscriber.cpp | 141 createDirParam.isPreInstallApp = bundleInfo.isPreInstallApp; in CreateBundleDataDir() 296 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir() 303 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir()
|
H A D | bundle_mgr_service_event_handler.cpp | 694 bool isPreInstallApp, in AnalyzeHaps() argument 704 bool isPreInstallApp, in AnalyzeHaps() argument 914 installParam.isPreInstallApp = true; in ProcessSystemHspInstall() 1022 installParam.isPreInstallApp = true; in ProcessSystemBundleInstall() 1043 installParam.isPreInstallApp = true; in ProcessSystemBundleInstall() 1062 installParam.isPreInstallApp = true; in ProcessSystemSharedBundleInstall() 1986 installParam.isPreInstallApp = true; in OTAInstallSystemHsp() 2448 bool isPreInstallApp, in CheckAndParseHapFiles() argument 2475 checkParam.isPreInstallApp = isPreInstallApp; in CheckAndParseHapFiles() 2476 if (isPreInstallApp) { in CheckAndParseHapFiles() [all …]
|
H A D | bundle_multiuser_installer.cpp | 186 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateDataDir() 252 el5Param.isPreInstallApp = info.IsPreInstallApp(); in CreateEl5Dir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | mock_system_bundle_installer.cpp | 97 installParam.isPreInstallApp = true; in UninstallSystemBundle() 125 installParam.isPreInstallApp = true; in UninstallSystemBundle() 154 installParam.isPreInstallApp = true; in UninstallSystemBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | create_dir_param.cpp | 37 isPreInstallApp = parcel.ReadBool(); in ReadFromParcel() 55 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isPreInstallApp); in Marshalling()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 333 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateCloneDataDir() 367 int32_t userId, int32_t appIndex, bool isPreInstallApp, bool isFreeInstallMode, in SendBundleSystemEvent() argument 372 sysEventInfo.isPreInstallApp = isPreInstallApp; in SendBundleSystemEvent()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 109 bool isPreInstallApp = false; member 160 isPreInstallApp = false; in Reset()
|
H A D | bundle_mgr_service_event_handler.h | 167 bool isPreInstallApp, 178 bool isPreInstallApp, 387 bool isPreInstallApp, std::unordered_map<std::string, InnerBundleInfo> &infos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 237 void BMSEventHandler::AnalyzeHaps(bool isPreInstallApp, in AnalyzeHaps() argument 242 AnalyzeHaps(isPreInstallApp, hapPaths.second, installInfos); in AnalyzeHaps() 246 void BMSEventHandler::AnalyzeHaps(bool isPreInstallApp, const std::vector<std::string>& bundleDirs, in AnalyzeHaps() argument 251 if (!CheckAndParseHapFiles(bundleDir, isPreInstallApp, hapInfos) || hapInfos.empty()) { in AnalyzeHaps() 575 …const std::string& hapFilePath, bool isPreInstallApp, std::unordered_map<std::string, InnerBundleI… in CheckAndParseHapFiles() argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | create_dir_param.h | 40 bool isPreInstallApp = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinnerprocessinstall_fuzzer/ |
H A D | appservicefwkinstallerinnerprocessinstall_fuzzer.cpp | 33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer/ |
H A D | appservicefwkinstallerbeforeinstall_fuzzer.cpp | 33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/ |
H A D | appservicefwkinstallerinstall_fuzzer.cpp | 32 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerprocessinstall_fuzzer/ |
H A D | appservicefwkinstallerprocessinstall_fuzzer.cpp | 33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstalleraddappprovisioninfo_fuzzer/ |
H A D | appservicefwkinstalleraddappprovisioninfo_fuzzer.cpp | 34 installParam.isPreInstallApp = false; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckandparsefiles_fuzzer/ |
H A D | appservicefwkinstallercheckandparsefiles_fuzzer.cpp | 33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/ |
H A D | appservicefwkinstallersendbundlesystemevent_fuzzer.cpp | 35 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/clone/ |
H A D | bundle_clone_installer.h | 65 int32_t userId, int32_t appIndex, bool isPreInstallApp, bool isFreeInstallMode,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 117 installParam.isPreInstallApp = true; in InstallSystemHsp() 129 installParam.isPreInstallApp = true; in InstallSystemBundle() 169 installParam.isPreInstallApp = true; in InitAppServiceFwkInstaller() 325 installParam.isPreInstallApp = false; 330 installParam.isPreInstallApp = true; 819 installParam.isPreInstallApp = false;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
H A D | zip_helper.cpp | 109 bundleInfo.isPreInstalled = info.isPreInstallApp; in GetDfxBundleInfo()
|