Home
last modified time | relevance | path

Searched refs:isPreInstallApp (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dnative_lib_util.cpp23 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 Dnative_lib_util.h27 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 Dshared_bundle_installer.cpp43 checkParam.isPreInstallApp = installParam_.isPreInstallApp; in ParseFiles()
179 commonEventInfo.isPreInstallApp = installParam_.isPreInstallApp; in SendBundleSystemEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp149 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 Dbundle_user_mgr_host_impl.cpp154 installParam.isPreInstallApp = true; in OnCreateNewUser()
336 installParam.isPreInstallApp = info.isPreInstallApp; in InnerUninstallBundle()
434 installParam.isPreInstallApp = true; in UninstallBackupUninstallList()
H A Duser_unlocked_event_subscriber.cpp141 createDirParam.isPreInstallApp = bundleInfo.isPreInstallApp; in CreateBundleDataDir()
296 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir()
303 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir()
H A Dbundle_mgr_service_event_handler.cpp694 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 Dbundle_multiuser_installer.cpp186 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 Dmock_system_bundle_installer.cpp97 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 Dcreate_dir_param.cpp37 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 Dbundle_clone_installer.cpp333 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 Devent_report.h109 bool isPreInstallApp = false; member
160 isPreInstallApp = false; in Reset()
H A Dbundle_mgr_service_event_handler.h167 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 Dbundle_mgr_service_event_handler.cpp237 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 Dcreate_dir_param.h40 bool isPreInstallApp = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinnerprocessinstall_fuzzer/
H A Dappservicefwkinstallerinnerprocessinstall_fuzzer.cpp33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer/
H A Dappservicefwkinstallerbeforeinstall_fuzzer.cpp33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/
H A Dappservicefwkinstallerinstall_fuzzer.cpp32 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerprocessinstall_fuzzer/
H A Dappservicefwkinstallerprocessinstall_fuzzer.cpp33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstalleraddappprovisioninfo_fuzzer/
H A Dappservicefwkinstalleraddappprovisioninfo_fuzzer.cpp34 installParam.isPreInstallApp = false; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckandparsefiles_fuzzer/
H A Dappservicefwkinstallercheckandparsefiles_fuzzer.cpp33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/
H A Dappservicefwkinstallersendbundlesystemevent_fuzzer.cpp35 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/clone/
H A Dbundle_clone_installer.h65 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 Dbms_bundle_app_service_fwk_installer.cpp117 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 Dzip_helper.cpp109 bundleInfo.isPreInstalled = info.isPreInstallApp; in GetDfxBundleInfo()

123