Home
last modified time | relevance | path

Searched refs:CheckDuplicateProxyData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h618 bool CheckDuplicateProxyData(const std::unordered_map<std::string, InnerBundleInfo> &newInfos);
619 bool CheckDuplicateProxyData(const InnerBundleInfo &newInfo, const InnerBundleInfo &oldInfo);
620 bool CheckDuplicateProxyData(const std::vector<ProxyData> &proxyDatas);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp1782 bool ret = baseBundleInstaller.CheckDuplicateProxyData(newInfo, oldInfo);
1797 bool ret = baseBundleInstaller.CheckDuplicateProxyData(newInfo, oldInfo);
1811 bool ret = baseBundleInstaller.CheckDuplicateProxyData(newInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp713 bool BaseBundleInstaller::CheckDuplicateProxyData(const InnerBundleInfo &newInfo, in CheckDuplicateProxyData() function in OHOS::AppExecFwk::BaseBundleInstaller
719 return CheckDuplicateProxyData(proxyDatas); in CheckDuplicateProxyData()
722 bool BaseBundleInstaller::CheckDuplicateProxyData(const std::unordered_map<std::string, InnerBundle… in CheckDuplicateProxyData() function in OHOS::AppExecFwk::BaseBundleInstaller
728 return CheckDuplicateProxyData(proxyDatas); in CheckDuplicateProxyData()
731 bool BaseBundleInstaller::CheckDuplicateProxyData(const std::vector<ProxyData> &proxyDatas) in CheckDuplicateProxyData() function in OHOS::AppExecFwk::BaseBundleInstaller
2216 if (!CheckDuplicateProxyData(newInfo, oldInfo)) { in ProcessNewModuleInstall()
3957 if (!CheckDuplicateProxyData(infos)) { in CheckProxyDatas()