Searched refs:GetMatchLauncherAbilityInfos (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 352 dataMgr->GetMatchLauncherAbilityInfos(want, innerBundleInfo, abilityInfos, time, userId); in GetLauncherAbilityResourceInfos()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 1439 * @tc.name: GetMatchLauncherAbilityInfos 1440 * @tc.desc: GetMatchLauncherAbilityInfos, needAppDetail is false 1481 dataMgr->GetMatchLauncherAbilityInfos(want, innerBundleInfo, abilityInfos, installTime, Constants::ANY_USERID); in HWTEST_F() 1486 dataMgr->GetMatchLauncherAbilityInfos(want, innerBundleInfo, abilityInfos, installTime, Constants::ANY_USERID); in HWTEST_F() 1492 * @tc.name: GetMatchLauncherAbilityInfos 1493 * @tc.desc: GetMatchLauncherAbilityInfos, needAppDetail is true 1519 dataMgr->GetMatchLauncherAbilityInfos(want, innerBundleInfo, abilityInfos, installTime, Constants::ANY_USERID); in HWTEST_F() 1524 dataMgr->GetMatchLauncherAbilityInfos(want, innerBundleInfo, abilityInfos, installTime, Constants::ANY_USERID); in HWTEST_F() 1530 dataMgr->GetMatchLauncherAbilityInfos(want, innerBundleInfo, abilityInfos, installTime, Constants::ANY_USERID); in HWTEST_F() 1535 dataMgr->GetMatchLauncherAbilityInfos(wan in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 208 void GetMatchLauncherAbilityInfos(const Want& want, const InnerBundleInfo& info,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 1893 void BundleDataMgr::GetMatchLauncherAbilityInfos(const Want& want, in GetMatchLauncherAbilityInfos() function in OHOS::AppExecFwk::BundleDataMgr 2210 GetMatchLauncherAbilityInfos(want, info, abilityInfos, installTime, userId); in GetAllLauncherAbility() 2248 GetMatchLauncherAbilityInfos(want, item->second, abilityInfos, installTime, userId); in GetLauncherAbilityByBundleName()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 1076 GetBundleDataMgr()->GetMatchLauncherAbilityInfos(want, in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 3259 GetBundleDataMgr()->GetMatchLauncherAbilityInfos(want, innerBundleInfo, abilityInfos, Constants::INVALID_USERID); in HWTEST_F()
|
Completed in 42 milliseconds