Home
last modified time | relevance | path

Searched refs:isPreInstallApp (Results 1 - 25 of 67) sorted by relevance

123

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dnative_lib_util_test.cpp56 bool isPreInstallApp = true; in HWTEST_F() local
57 std::string libpath = AppExecFwk::GetLibPath(hapPath, isPreInstallApp); in HWTEST_F()
70 bool isPreInstallApp = true; in HWTEST_F() local
73 AppExecFwk::GetHapSoPath(hapInfo, appLibPaths, isPreInstallApp); in HWTEST_F()
78 AppExecFwk::GetHapSoPath(hapInfo, appLibPaths, isPreInstallApp); in HWTEST_F()
91 bool isPreInstallApp = true; in HWTEST_F() local
93 AppExecFwk::GetHspNativeLibPath(hspInfo, appLibPaths, isPreInstallApp); in HWTEST_F()
101 AppExecFwk::GetHspNativeLibPath(hspInfo, appLibPaths, isPreInstallApp); in HWTEST_F()
105 isPreInstallApp = false; in HWTEST_F()
106 AppExecFwk::GetHspNativeLibPath(hspInfo, appLibPaths, isPreInstallApp); in HWTEST_F()
[all...]
/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 void GetHspNativeLibPath(const BaseSharedBundleInfo &hspInfo, AppLibPathMap &appLibPaths, bool isPreInstallApp) in GetHspNativeLibPath() argument
63 libPath = GetLibPath(hspInfo.hapPath, isPreInstallApp); in GetHspNativeLibPath()
65 if (isPreInstallApp) { in GetHspNativeLibPath()
/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 void GetHspNativeLibPath(const BaseSharedBundleInfo &hspInfo, AppLibPathMap &appLibPaths, bool isPreInstallApp);
/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()
/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()
/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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp155 installParam.isPreInstallApp = true; in UninstallSystemBundle()
182 installParam.isPreInstallApp = true; in UninstallSystemBundle()
209 installParam.isPreInstallApp = true; in UninstallSystemBundle()
270 installParam.isPreInstallApp = true; in CheckUninstallSystemHsp()
H A Dbundle_user_mgr_host_impl.cpp157 installParam.isPreInstallApp = !info.GetIsNonPreDriverApp(); in OnCreateNewUser()
366 installParam.isPreInstallApp = info.isPreInstallApp; in InnerUninstallBundle()
462 installParam.isPreInstallApp = true; in UninstallBackupUninstallList()
H A Dhmp_bundle_installer.cpp74 installParam.isPreInstallApp = true; in InstallSystemHspInHmp()
95 installParam.isPreInstallApp = true; in InstallNormalAppInHmp()
317 installParam.isPreInstallApp = true; in UninstallSystemBundle()
361 installParam.isPreInstallApp = true; in CheckUninstallSystemHsp()
H A Duser_unlocked_event_subscriber.cpp126 createDirParam.isPreInstallApp = bundleInfo.isPreInstallApp; in CreateBundleDataDir()
240 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir()
247 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcreate_dir_param.h33 bool isPreInstallApp = false; member
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstalleraddappprovisioninfo_fuzzer/
H A Dappservicefwkinstalleraddappprovisioninfo_fuzzer.cpp34 installParam.isPreInstallApp = false; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer/
H A Dappservicefwkinstallerbeforeinstall_fuzzer.cpp33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/
H A Dappservicefwkinstallerinstall_fuzzer.cpp32 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinnerprocessinstall_fuzzer/
H A Dappservicefwkinstallerinnerprocessinstall_fuzzer.cpp33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerprocessinstall_fuzzer/
H A Dappservicefwkinstallerprocessinstall_fuzzer.cpp33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/
H A Dappservicefwkinstallersendbundlesystemevent_fuzzer.cpp35 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckandparsefiles_fuzzer/
H A Dappservicefwkinstallercheckandparsefiles_fuzzer.cpp33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
/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()
572 const std::string& hapFilePath, bool isPreInstallApp, std::unordered_map<std::string, InnerBundleInfo>& infos) in CheckAndParseHapFiles()
571 CheckAndParseHapFiles( const std::string& hapFilePath, bool isPreInstallApp, std::unordered_map<std::string, InnerBundleInfo>& infos) CheckAndParseHapFiles() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h125 bool isPreInstallApp = false; member
167 isPreInstallApp = false; in Reset()
H A Dbundle_mgr_service_event_handler.h179 * @param isPreInstallApp Indicates is preInstallApp or not.
185 bool isPreInstallApp,
190 * @param isPreInstallApp Indicates is preInstallApp or not.
196 bool isPreInstallApp,
404 * @param isPreInstallApp Indicates the hap is preInstallApp or not.
409 bool isPreInstallApp, std::unordered_map<std::string, InnerBundleInfo> &infos);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h56 bool isPreInstallApp = false; member
H A Dbundle_info.h116 bool isPreInstallApp = false; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h148 * @param isPreInstallApp Indicates the bundle install type.
153 bool isPreInstallApp, bool debug) override;
249 unsigned int GetHapFlags(const bool isPreInstallApp, const bool debug, const bool isDlpSandbox);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_ota_update_test.cpp133 installParam.isPreInstallApp = true; in InstallSystemBundle()
150 installParam.isPreInstallApp = true; in OTAInstallSystemBundle()
534 installParam.isPreInstallApp = true; in HWTEST_F()

Completed in 12 milliseconds

123