/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | launcher_service.cpp | 326 ErrCode err = iBundleMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos); in GetLauncherAbilityByBundleName() 328 APP_LOGE_NOFUNC("QueryLauncherAbilityInfos fail:%{public}d -n %{public}s", err, bundleName.c_str()); in GetLauncherAbilityByBundleName() 355 ErrCode err = iBundleMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos); in GetAllLauncherAbility() 357 APP_LOGE("QueryLauncherAbilityInfos failed"); in GetAllLauncherAbility()
|
H A D | bundle_mgr_host.cpp | 1301 ErrCode ret = QueryLauncherAbilityInfos(*want, userId, abilityInfos); in HandleQueryLauncherAbilityInfos()
|
H A D | bundle_mgr_proxy.cpp | 1247 ErrCode BundleMgrProxy::QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function in OHOS::AppExecFwk::BundleMgrProxy
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 926 * @tc.name: test QueryLauncherAbilityInfos 934 ErrCode testRet = bundleMgrHostImpl_->QueryLauncherAbilityInfos(want, USERID, abilityInfos); in HWTEST_F() 1421 auto result = bundleMgrProxy->QueryLauncherAbilityInfos(want, USERID, abilityInfos); in HWTEST_F()
|
H A D | bms_bundle_permission_false_test.cpp | 1291 * @tc.name: test QueryLauncherAbilityInfos 1299 ErrCode testRet = bundleMgrHostImpl_->QueryLauncherAbilityInfos(want, USERID, abilityInfos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 218 bundleMgrProxy.QueryLauncherAbilityInfos(want, reinterpret_cast<uintptr_t>(data), abilityInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 534 virtual ErrCode QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 393 virtual ErrCode QueryLauncherAbilityInfos(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/ |
H A D | bms_bundle_mgr_proxy_test.cpp | 750 * @tc.name: test the QueryLauncherAbilityInfos 752 * 2. test QueryLauncherAbilityInfos 761 auto res = bundleMgrProxy.QueryLauncherAbilityInfos(want, userId, abilityInfos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 375 virtual ErrCode QueryLauncherAbilityInfos(const Want &want,
|
H A D | bundle_data_mgr.h | 198 ErrCode QueryLauncherAbilityInfos(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1416 * @tc.name: test QueryLauncherAbilityInfos 1425 bool testRet = GetBundleDataMgr()->QueryLauncherAbilityInfos(want, 100, abilityInfos) == ERR_OK; in HWTEST_F() 2537 retCode = hostImpl->QueryLauncherAbilityInfos(want, USERID, abilityInfos); in HWTEST_F() 3129 * @tc.name: test QueryLauncherAbilityInfos 3143 bool testRet = GetBundleDataMgr()->QueryLauncherAbilityInfos(want, 100, abilityInfos) == ERR_OK; in HWTEST_F() 3145 testRet = GetBundleDataMgr()->QueryLauncherAbilityInfos(want, Constants::INVALID_USERID, abilityInfos) == ERR_OK; in HWTEST_F() 3525 * @tc.name: test QueryLauncherAbilityInfos 3537 ErrCode testRet = hostImpl->QueryLauncherAbilityInfos( in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 866 ErrCode BundleMgrHostImpl::QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl 870 LOG_D(BMS_TAG_QUERY, "start QueryLauncherAbilityInfos, userId : %{public}d", userId); in QueryLauncherAbilityInfos() 879 APP_LOGD("verify permission success, begin to QueryLauncherAbilityInfos"); in QueryLauncherAbilityInfos() 886 auto ret = dataMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos); in QueryLauncherAbilityInfos() 913 bool res = dataMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos) == ERR_OK; in QueryAllAbilityInfos()
|
H A D | bundle_data_mgr.cpp | 2253 ErrCode BundleDataMgr::QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 5840 bool testRet1 = GetBundleDataMgr()->QueryLauncherAbilityInfos(want1, DEFAULT_USER_ID_TEST, abilityInfos) == ERR_OK; in HWTEST_F()
|