Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp1291 auto res = cmd.GetBundlePath(param, bundlePaths);
1295 res = cmd.GetBundlePath(param, bundlePaths);
1299 res = cmd.GetBundlePath(param, bundlePaths);
1303 res = cmd.GetBundlePath(param, bundlePaths);
1307 res = cmd.GetBundlePath(param, bundlePaths);
1311 res = cmd.GetBundlePath(param, bundlePaths);
1315 res = cmd.GetBundlePath(param, bundlePaths);
1319 res = cmd.GetBundlePath(param, bundlePaths);
1323 res = cmd.GetBundlePath(param, bundlePaths);
1327 res = cmd.GetBundlePath(param, bundlePaths);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h279 ErrCode GetBundlePath(const std::string& param, std::vector<std::string>& bundlePaths) const;
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_extension.h265 std::string GetBundlePath();
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp601 if (GetBundlePath(optarg, bundlePath) != OHOS::ERR_OK) { in RunAsInstallCommand()
644 if (GetBundlePath(optarg, sharedBundleDirPaths) != OHOS::ERR_OK) { in RunAsInstallCommand()
663 if (GetBundlePath(argList_[index - INDEX_OFFSET], bundlePath) != OHOS::ERR_OK) { in RunAsInstallCommand()
676 … if (GetBundlePath(argList_[hspIndex - INDEX_OFFSET], sharedBundleDirPaths) != OHOS::ERR_OK) { in RunAsInstallCommand()
727 ErrCode BundleManagerShellCommand::GetBundlePath(const std::string& param, in GetBundlePath() function in OHOS::AppExecFwk::BundleManagerShellCommand
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h283 const std::string& GetBundlePath() const in GetBundlePath() function
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1748 const std::string& bundlePath = container->GetBundlePath(); in PrepareInitOHOSWeb()