Home
last modified time | relevance | path

Searched refs:UpdateExtensionSandboxInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h713 void UpdateExtensionSandboxInfo(std::unordered_map<std::string, InnerBundleInfo> &newInfos,
H A Dinner_bundle_info.h2099 void UpdateExtensionSandboxInfo(const std::vector<std::string> &typeList);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3584 UpdateExtensionSandboxInfo(infos, hapVerifyRes); in ParseHapFiles()
3589 void BaseBundleInstaller::UpdateExtensionSandboxInfo(std::unordered_map<std::string, InnerBundleInf… in UpdateExtensionSandboxInfo() function in OHOS::AppExecFwk::BaseBundleInstaller
3604 item.second.UpdateExtensionSandboxInfo(typeList); in UpdateExtensionSandboxInfo()
H A Dinner_bundle_info.cpp4431 void InnerBundleInfo::UpdateExtensionSandboxInfo(const std::vector<std::string> &typeList) in UpdateExtensionSandboxInfo() function in OHOS::AppExecFwk::InnerBundleInfo