Home
last modified time | relevance | path

Searched refs:shareActionSkills (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp1771 std::vector<Skill> shareActionSkills = FindSkillsContainShareAction(skills); in MatchShare() local
1772 if (shareActionSkills.empty()) { in MatchShare()
1773 LOG_D(BMS_TAG_QUERY, "shareActionSkills is empty"); in MatchShare()
1791 for (const auto &skill : shareActionSkills) { in MatchShare()
1862 std::vector<Skill> shareActionSkills; in FindSkillsContainShareAction() local
1871 shareActionSkills.emplace_back(skill); in FindSkillsContainShareAction()
1873 return shareActionSkills; in FindSkillsContainShareAction()

Completed in 14 milliseconds