/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | native_lib_util_test.cpp | 56 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 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 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 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 void GetHspNativeLibPath(const BaseSharedBundleInfo &hspInfo, AppLibPathMap &appLibPaths, bool isPreInstallApp);
|
/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()
|
/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()
|
/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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | system_bundle_installer.cpp | 155 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 D | bundle_user_mgr_host_impl.cpp | 157 installParam.isPreInstallApp = !info.GetIsNonPreDriverApp(); in OnCreateNewUser() 366 installParam.isPreInstallApp = info.isPreInstallApp; in InnerUninstallBundle() 462 installParam.isPreInstallApp = true; in UninstallBackupUninstallList()
|
H A D | hmp_bundle_installer.cpp | 74 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 D | user_unlocked_event_subscriber.cpp | 126 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 D | create_dir_param.h | 33 bool isPreInstallApp = false; member
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstalleraddappprovisioninfo_fuzzer/ |
H A D | appservicefwkinstalleraddappprovisioninfo_fuzzer.cpp | 34 installParam.isPreInstallApp = false; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer/ |
H A D | appservicefwkinstallerbeforeinstall_fuzzer.cpp | 33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/ |
H A D | appservicefwkinstallerinstall_fuzzer.cpp | 32 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinnerprocessinstall_fuzzer/ |
H A D | appservicefwkinstallerinnerprocessinstall_fuzzer.cpp | 33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerprocessinstall_fuzzer/ |
H A D | appservicefwkinstallerprocessinstall_fuzzer.cpp | 33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/ |
H A D | appservicefwkinstallersendbundlesystemevent_fuzzer.cpp | 35 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckandparsefiles_fuzzer/ |
H A D | appservicefwkinstallercheckandparsefiles_fuzzer.cpp | 33 installParam.isPreInstallApp = true; in DoSomethingInterestingWithMyAPI()
|
/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() 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 D | event_report.h | 125 bool isPreInstallApp = false; member 167 isPreInstallApp = false; in Reset()
|
H A D | bundle_mgr_service_event_handler.h | 179 * @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 D | install_param.h | 56 bool isPreInstallApp = false; member
|
H A D | bundle_info.h | 116 bool isPreInstallApp = false; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 148 * @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 D | bms_bundle_ota_update_test.cpp | 133 installParam.isPreInstallApp = true; in InstallSystemBundle() 150 installParam.isPreInstallApp = true; in OTAInstallSystemBundle() 534 installParam.isPreInstallApp = true; in HWTEST_F()
|