Home
last modified time | relevance | path

Searched defs:bundlePath (Results 1 – 25 of 27) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dpre_install_bundle_info.h58 void AddBundlePath(const std::string &bundlePath) in AddBundlePath()
70 void DeleteBundlePath(const std::string &bundlePath) in DeleteBundlePath()
81 bool HasBundlePath(const std::string &bundlePath) in HasBundlePath()
/foundation/bundlemanager/bundle_framework/common/utils/src/
Dbundle_file_util.cpp48 bool BundleFileUtil::CheckFilePath(const std::string &bundlePath, std::string &realPath) in CheckFilePath()
92 std::string bundlePath = bundlePaths.front(); in CheckFilePath() local
107 for (const std::string &bundlePath : bundlePaths) { in CheckFilePath() local
148 bool BundleFileUtil::CheckFileSize(const std::string &bundlePath, const int64_t fileSize) in CheckFileSize()
176 std::string bundlePath = currentBundlePath; in GetHapFilesFromBundlePath() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
Dbms_bundle_manager_test.cpp481 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
511 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
533 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
557 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
581 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
607 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
631 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
655 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
679 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_THUMBNAIL_TEST; variable
705 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_THUMBNAIL_TEST; variable
[all …]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_util.cpp56 ErrCode BundleUtil::CheckFilePath(const std::string &bundlePath, std::string &realPath) in CheckFilePath()
100 std::string bundlePath = bundlePaths.front(); in CheckFilePath() local
118 for (const std::string& bundlePath : bundlePaths) { in CheckFilePath() local
161 bool BundleUtil::CheckFileSize(const std::string &bundlePath, const int64_t fileSize) in CheckFileSize()
175 bool BundleUtil::CheckSystemSize(const std::string &bundlePath, const std::string &diskPath) in CheckSystemSize()
203 std::string bundlePath = currentBundlePath; in GetHapFilesFromBundlePath() local
390 int32_t BundleUtil::CreateFileDescriptor(const std::string &bundlePath, long long offset) in CreateFileDescriptor()
407 int32_t BundleUtil::CreateFileDescriptorForReadOnly(const std::string &bundlePath, long long offset) in CreateFileDescriptorForReadOnly()
468 int64_t BundleUtil::CalculateFileSize(const std::string &bundlePath) in CalculateFileSize()
Dpre_install_bundle_info.cpp111 for (const auto &bundlePath : bundlePaths_) { in CalculateHapTotalSize() local
Dbundle_stream_installer_host_impl.cpp227 std::string bundlePath = installParam_.sharedBundleDirPaths[index] + hspName; in CreateSharedBundleStream() local
Dbundle_install_checker.cpp169 for (const auto &bundlePath : bundlePaths) { in CheckSysCap() local
200 for (const std::string &bundlePath : bundlePaths) { in CheckMultipleHapsSignInfo() local
810 const std::string &bundlePath, in CheckSystemSize()
Dbundle_installer_host.cpp112 std::string bundlePath = Str16ToStr8(data.ReadString16()); in HandleInstallMessage() local
Dbundle_mgr_service_event_handler.cpp1834 const std::string &bundleName, const std::string &bundlePath, bool bundleLevel) in DeletePreInfoInDb()
1862 const std::string &bundleName, const std::string &bundlePath) in HasModuleSavedInPreInstalledDb()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/
Dbms_bundle_crowdtesting_test.cpp99 ErrCode BmsBundleCrowdtestingTest::InstallBundle(const std::string &bundlePath, in InstallBundle()
106 ErrCode BmsBundleCrowdtestingTest::InstallBundle(const std::vector<std::string> &bundlePath, in InstallBundle()
131 ErrCode BmsBundleCrowdtestingTest::UpdateBundle(const std::string &bundlePath, in UpdateBundle()
367 std::vector<std::string> bundlePath; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
Dapp_service_fwk_installer.cpp163 for (const std::string &bundlePath : deleteBundlePath_) { in SavePreInstallBundleInfo() local
243 for (const auto &bundlePath : bundlePaths) { in CheckFileType() local
328 InnerBundleInfo &newInfo, const std::string &bundlePath) in ExtractModule()
359 InnerBundleInfo &newInfo, const std::string &bundlePath) in ExtractModule()
403 const std::string &bundlePath, in ProcessNativeLibrary()
820 ErrCode AppServiceFwkInstaller::VerifyCodeSignatureForNativeFiles(const std::string &bundlePath, in VerifyCodeSignatureForNativeFiles()
/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
Dtool_system_test.cpp48 void ToolSystemTest::InstallBundle(const std::string& bundlePath, const bool checkResult) in InstallBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp689 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
719 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
749 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_THUMBNAIL_TEST; variable
778 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
808 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
830 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
858 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
888 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
919 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
942 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
[all …]
Dbms_bundle_install_checker_test.cpp264 std::string bundlePath = "/data/test/test.hap"; variable
279 std::string bundlePath = "/data/app/el1/bundle"; variable
293 std::string bundlePath = "/data/app/el1/bundle"; variable
307 std::string bundlePath = "/data/app/el1/bundle"; variable
321 std::string bundlePath = ""; variable
335 std::string bundlePath = "/data/app/el1/bundle/public/patch_1000001"; variable
361 std::string bundlePath = "/data/app/el1/bundle/100"; variable
381 std::string bundlePath = "/data/app/el1/bundle/0"; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
Dinner_shared_bundle_installer.cpp278 ErrCode InnerSharedBundleInstaller::ExtractSharedBundles(const std::string &bundlePath, InnerBundle… in ExtractSharedBundles()
513 ErrCode InnerSharedBundleInstaller::SaveHspToRealInstallationDir(const std::string &bundlePath, in SaveHspToRealInstallationDir()
601 const std::string &bundlePath, in ProcessNativeLibrary()
637 ErrCode InnerSharedBundleInstaller::VerifyCodeSignatureForNativeFiles(const std::string &bundlePath, in VerifyCodeSignatureForNativeFiles()
/foundation/ability/ability_runtime/tools/test/systemtest/aa/
Dtool_system_test.cpp50 void ToolSystemTest::InstallBundle(const std::string& bundlePath, const bool checkResult) in InstallBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
Dbms_bundle_app_provision_info_test.cpp136 ErrCode BmsBundleAppProvisionInfoTest::InstallBundle(const std::vector<std::string> &bundlePath, in InstallBundle()
1228 std::vector<std::string> bundlePath; variable
1269 std::vector<std::string> bundlePath; variable
1307 std::vector<std::string> bundlePath; variable
1349 std::vector<std::string> bundlePath; variable
1376 std::vector<std::string> bundlePath; variable
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/
Dbundle_mgr_code_signature_system_test.cpp251 std::string bundlePath(Constants::PATH_MAX_SIZE + 1, 'a'); variable
270 std::string bundlePath = THIRD_PATH + TEST_FILE; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
Dbms_bundle_hsp_test.cpp130 ErrCode BmsBundleHspTest::InstallBundle(const std::string &bundlePath, const InstallParam &installP… in InstallBundle() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_updater_test/
Dbms_bundle_updater_test.cpp186 ErrCode BmsBundleUpdaterTest::UpdateBundle(const std::string &bundlePath, const bool needCheckInfo)… in UpdateBundle() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_host_impl.cpp646 std::vector<std::string> bundlePath; in GetBundleStats() local
698 std::vector<std::string> bundlePath; in GetAllBundleStats() local
/foundation/bundlemanager/bundle_tool/frameworks/src/
Dbundle_command.cpp375 std::vector<std::string> bundlePath; in RunAsInstallCommand() local
1867 for (auto &bundlePath : paths) { in GetAbsPaths() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_installer_proxy.cpp48const std::string &bundlePath, const InstallParam &installParam, const sptr<IStatusReceiver> &stat… in Install()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
Dbms_bundle_quick_fix_mgr_rdb_test.cpp864 …std::string bundlePath = "/data/service/el1/public/bms/bundle_manager_service/bundle_user_info.hqf… variable
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
Dacts_bms_kit_system_test.cpp7010 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7048 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7066 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7084 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7103 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7122 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7140 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable

12