Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/common/utils/src/
Dbundle_file_util.cpp46 bool BundleFileUtil::CheckFilePath(const std::string &bundlePath, std::string &realPath) in CheckFilePath()
88 std::string bundlePath = bundlePaths.front(); in CheckFilePath() local
103 for (const std::string &bundlePath : bundlePaths) { in CheckFilePath() local
144 bool BundleFileUtil::CheckFileSize(const std::string &bundlePath, const int64_t fileSize) in CheckFileSize()
172 std::string bundlePath = currentBundlePath; in GetHapFilesFromBundlePath() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dpre_install_bundle_info.h86 void AddBundlePath(const std::string &bundlePath) in AddBundlePath()
98 void DeleteBundlePath(const std::string &bundlePath) in DeleteBundlePath()
109 bool HasBundlePath(const std::string &bundlePath) in HasBundlePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
Dbms_bundle_manager_test.cpp478 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
508 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
530 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
554 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
578 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
604 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
628 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
652 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
676 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_THUMBNAIL_TEST; variable
702 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
386 int32_t BundleUtil::CreateFileDescriptor(const std::string &bundlePath, long long offset) in CreateFileDescriptor()
403 int32_t BundleUtil::CreateFileDescriptorForReadOnly(const std::string &bundlePath, long long offset) in CreateFileDescriptorForReadOnly()
Dbundle_stream_installer_host_impl.cpp203 std::string bundlePath = installParam_.sharedBundleDirPaths[index] + hspName; in CreateSharedBundleStream() local
Dbundle_install_checker.cpp162 for (const auto &bundlePath : bundlePaths) { in CheckSysCap() local
194 for (const std::string &bundlePath : bundlePaths) { in CheckMultipleHapsSignInfo() local
755 const std::string &bundlePath, in CheckSystemSize()
Dbundle_installer_host.cpp112 std::string bundlePath = Str16ToStr8(data.ReadString16()); in HandleInstallMessage() local
Dbundle_mgr_service_event_handler.cpp1468 const std::string &bundleName, const std::string &bundlePath, bool bundleLevel) in DeletePreInfoInDb()
1497 const std::string &bundleName, const std::string &bundlePath) in HasModuleSavedInPreInstalledDb()
Dbase_bundle_installer.cpp140const std::string &bundlePath, const InstallParam &installParam, const Constants::AppType appType) in InstallBundle()
/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()
366 std::vector<std::string> bundlePath; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp682 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
712 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
742 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_THUMBNAIL_TEST; variable
771 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
801 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
823 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
851 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_BACKUP_TEST; variable
881 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
912 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
935 std::string bundlePath = RESOURCE_ROOT_PATH + BUNDLE_PREVIEW_TEST; variable
[all …]
Dbms_bundle_install_checker_test.cpp262 std::string bundlePath = "/data/test/test.hap"; variable
277 std::string bundlePath = "/data/app/el1/bundle"; variable
291 std::string bundlePath = "/data/app/el1/bundle"; variable
305 std::string bundlePath = "/data/app/el1/bundle"; variable
319 std::string bundlePath = ""; variable
333 std::string bundlePath = "/data/app/el1/bundle/public/patch_1000001"; variable
359 std::string bundlePath = "/data/app/el1/bundle/100"; variable
379 std::string bundlePath = "/data/app/el1/bundle/0"; variable
/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
Dtool_system_test.cpp48 void ToolSystemTest::InstallBundle(const std::string& bundlePath, const bool checkResult) in InstallBundle()
/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.cpp132 ErrCode BmsBundleAppProvisionInfoTest::InstallBundle(const std::vector<std::string> &bundlePath, in InstallBundle()
1223 std::vector<std::string> bundlePath; variable
1264 std::vector<std::string> bundlePath; variable
1302 std::vector<std::string> bundlePath; variable
1344 std::vector<std::string> bundlePath; variable
1371 std::vector<std::string> bundlePath; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
Dinner_shared_bundle_installer.cpp258 ErrCode InnerSharedBundleInstaller::ExtractSharedBundles(const std::string &bundlePath, InnerBundle… in ExtractSharedBundles()
486 ErrCode InnerSharedBundleInstaller::SaveHspToRealInstallationDir(const std::string &bundlePath, in SaveHspToRealInstallationDir()
566 const std::string &bundlePath, in ProcessNativeLibrary()
/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.cpp185 ErrCode BmsBundleUpdaterTest::UpdateBundle(const std::string &bundlePath, const bool needCheckInfo)… in UpdateBundle() argument
/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_tool/frameworks/src/
Dbundle_command.cpp256 std::vector<std::string> bundlePath; in RunAsInstallCommand() local
1733 for (auto &bundlePath : paths) { in GetAbsPaths() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_host_impl.cpp426 std::vector<std::string> bundlePath; in GetBundleStats() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
Dbms_bundle_quick_fix_mgr_rdb_test.cpp863 …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.cpp7368 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7406 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7424 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7442 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7461 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7480 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
7498 std::string bundlePath = THIRD_BUNDLE_PATH + "bmsThirdBundle24.hap"; variable
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp1562 const std::string& bundlePath = container->GetBundlePath(); in PrepareInitOHOSWeb() local