Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h51 bool MatchLauncher(const OHOS::AAFwk::Want &want) const;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp68 if (!MatchLauncher(want)) { in Match()
98 if (!MatchLauncher(want)) { in Match()
122 bool Skill::MatchLauncher(const OHOS::AAFwk::Want &want) const in MatchLauncher() function in OHOS::AppExecFwk::Skill
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp1827 * @tc.name: Test MatchLauncher
1828 * @tc.desc: 1.Test the MatchLauncher of InnerBundleInfoCpp
1835 bool ret = skill.MatchLauncher(want); in HWTEST_F()
1842 ret = skill.MatchLauncher(want); in HWTEST_F()
1846 ret = skill.MatchLauncher(want); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp1829 if (skill.MatchLauncher(want) && (abilityInfoPair.second.type == AbilityType::PAGE)) { in IsExistLauncherAbility()
H A Dbundle_data_mgr.cpp1962 if (skill.MatchLauncher(want) && (abilityInfoPair.second.type == AbilityType::PAGE)) { in GetMultiLauncherAbilityInfo()

Completed in 41 milliseconds