Searched refs:CheckDuplicateProxyData (Results 1 – 3 of 3) sorted by relevance
618 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);
1782 bool ret = baseBundleInstaller.CheckDuplicateProxyData(newInfo, oldInfo);1797 bool ret = baseBundleInstaller.CheckDuplicateProxyData(newInfo, oldInfo);1811 bool ret = baseBundleInstaller.CheckDuplicateProxyData(newInfos);
713 bool BaseBundleInstaller::CheckDuplicateProxyData(const InnerBundleInfo &newInfo, in CheckDuplicateProxyData() function in OHOS::AppExecFwk::BaseBundleInstaller719 return CheckDuplicateProxyData(proxyDatas); in CheckDuplicateProxyData()722 bool BaseBundleInstaller::CheckDuplicateProxyData(const std::unordered_map<std::string, InnerBundle… in CheckDuplicateProxyData() function in OHOS::AppExecFwk::BaseBundleInstaller728 return CheckDuplicateProxyData(proxyDatas); in CheckDuplicateProxyData()731 bool BaseBundleInstaller::CheckDuplicateProxyData(const std::vector<ProxyData> &proxyDatas) in CheckDuplicateProxyData() function in OHOS::AppExecFwk::BaseBundleInstaller2216 if (!CheckDuplicateProxyData(newInfo, oldInfo)) { in ProcessNewModuleInstall()3957 if (!CheckDuplicateProxyData(infos)) { in CheckProxyDatas()