Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1281 const std::map<std::string, std::vector<Skill>> &GetInnerSkillInfos() const in GetInnerSkillInfos() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp1575 std::map<std::string, std::vector<Skill>> skillInfos = info.GetInnerSkillInfos(); in GetMatchAbilityInfos()
1710 std::map<std::string, std::vector<Skill>> skillInfos = info.GetInnerSkillInfos(); in GetMatchAbilityInfosV9()
1942 std::map<std::string, std::vector<Skill>> skillInfos = info.GetInnerSkillInfos(); in GetMultiLauncherAbilityInfo()
6373 for (const auto& infoItem : innerBundleInfo.GetInnerSkillInfos()) { in QueryInfoAndSkillsByElement()
H A Dbase_bundle_installer.cpp5827 std::map<std::string, std::vector<Skill>> skillInfos = bundleInfo.GetInnerSkillInfos(); in VerifyDomain()