| /foundation/bundlemanager/bundle_framework/common/utils/src/ |
| D | bundle_file_util.cpp | 46 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/ |
| D | pre_install_bundle_info.h | 86 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/ |
| D | bms_bundle_manager_test.cpp | 478 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/ |
| D | bundle_util.cpp | 56 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()
|
| D | bundle_stream_installer_host_impl.cpp | 203 std::string bundlePath = installParam_.sharedBundleDirPaths[index] + hspName; in CreateSharedBundleStream() local
|
| D | bundle_install_checker.cpp | 162 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()
|
| D | bundle_installer_host.cpp | 112 std::string bundlePath = Str16ToStr8(data.ReadString16()); in HandleInstallMessage() local
|
| D | bundle_mgr_service_event_handler.cpp | 1468 const std::string &bundleName, const std::string &bundlePath, bool bundleLevel) in DeletePreInfoInDb() 1497 const std::string &bundleName, const std::string &bundlePath) in HasModuleSavedInPreInstalledDb()
|
| D | base_bundle_installer.cpp | 140 … const std::string &bundlePath, const InstallParam &installParam, const Constants::AppType appType) in InstallBundle()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/ |
| D | bms_bundle_crowdtesting_test.cpp | 99 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/ |
| D | bms_bundle_installer_test.cpp | 682 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 …]
|
| D | bms_bundle_install_checker_test.cpp | 262 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/ |
| D | tool_system_test.cpp | 48 void ToolSystemTest::InstallBundle(const std::string& bundlePath, const bool checkResult) in InstallBundle()
|
| /foundation/ability/ability_runtime/tools/test/systemtest/aa/ |
| D | tool_system_test.cpp | 50 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/ |
| D | bms_bundle_app_provision_info_test.cpp | 132 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/ |
| D | inner_shared_bundle_installer.cpp | 258 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/ |
| D | bundle_mgr_code_signature_system_test.cpp | 251 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/ |
| D | bms_bundle_hsp_test.cpp | 130 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/ |
| D | bms_bundle_updater_test.cpp | 185 ErrCode BmsBundleUpdaterTest::UpdateBundle(const std::string &bundlePath, const bool needCheckInfo)… in UpdateBundle() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
| D | bundle_installer_proxy.cpp | 48 …const std::string &bundlePath, const InstallParam &installParam, const sptr<IStatusReceiver> &stat… in Install()
|
| /foundation/bundlemanager/bundle_tool/frameworks/src/ |
| D | bundle_command.cpp | 256 std::vector<std::string> bundlePath; in RunAsInstallCommand() local 1733 for (auto &bundlePath : paths) { in GetAbsPaths() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
| D | installd_host_impl.cpp | 426 std::vector<std::string> bundlePath; in GetBundleStats() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/ |
| D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 863 …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/ |
| D | acts_bms_kit_system_test.cpp | 7368 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/ |
| D | web_delegate.cpp | 1562 const std::string& bundlePath = container->GetBundlePath(); in PrepareInitOHOSWeb() local
|