Home
last modified time | relevance | path

Searched refs:GetBundlePath (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp1345 * @tc.name: test GetBundlePath
1346 * @tc.desc: Verify the "GetBundlePath".
1360 auto res = cmd.GetBundlePath(param, bundlePaths); in HWTEST_F()
1364 res = cmd.GetBundlePath(param, bundlePaths); in HWTEST_F()
1368 res = cmd.GetBundlePath(param, bundlePaths); in HWTEST_F()
1372 res = cmd.GetBundlePath(param, bundlePaths); in HWTEST_F()
1376 res = cmd.GetBundlePath(param, bundlePaths); in HWTEST_F()
1380 res = cmd.GetBundlePath(param, bundlePaths); in HWTEST_F()
1384 res = cmd.GetBundlePath(param, bundlePaths); in HWTEST_F()
1388 res = cmd.GetBundlePath(para in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h285 ErrCode GetBundlePath(const std::string& param, std::vector<std::string>& bundlePaths) const;
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_extension.h263 std::string GetBundlePath();
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp589 if (GetBundlePath(optarg, bundlePath) != OHOS::ERR_OK) { in RunAsInstallCommand()
631 if (GetBundlePath(optarg, sharedBundleDirPaths) != OHOS::ERR_OK) { in RunAsInstallCommand()
650 if (GetBundlePath(argList_[index - INDEX_OFFSET], bundlePath) != OHOS::ERR_OK) { in RunAsInstallCommand()
663 if (GetBundlePath(argList_[hspIndex - INDEX_OFFSET], sharedBundleDirPaths) != OHOS::ERR_OK) { in RunAsInstallCommand()
711 ErrCode BundleManagerShellCommand::GetBundlePath(const std::string& param, in GetBundlePath() function in OHOS::AppExecFwk::BundleManagerShellCommand
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h289 const std::string& GetBundlePath() const in GetBundlePath() function in OHOS::Ace::Container
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dsub_ext_extension.cpp110 string BackupExtExtension::GetBundlePath() in GetBundlePath() function in OHOS::FileManagement::Backup::BackupExtExtension
122 string restoreDir = isSpecialVersion ? "" : GetBundlePath(); in GetIdxFileInfos()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1730 const std::string& bundlePath = container->GetBundlePath(); in PrepareInitOHOSWeb()

Completed in 20 milliseconds