Home
last modified time | relevance | path

Searched refs:MatchSkills (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_manager_service.h109 static bool MatchSkills(const Want *want, Skill *const skills[]);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp310 if (MatchSkills(want, info->abilityInfo->skills)) { in QueryAbilityInfos()
329 if (MatchSkills(want, info->abilityInfo->skills)) { in QueryAbilityInfos()
336 bool GtManagerService::MatchSkills(const Want *want, Skill *const skills[]) in MatchSkills() function in OHOS::GtManagerService