Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp326 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 Dbundle_mgr_host.cpp1301 ErrCode ret = QueryLauncherAbilityInfos(*want, userId, abilityInfos); in HandleQueryLauncherAbilityInfos()
H A Dbundle_mgr_proxy.cpp1247 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 Dbms_bundle_permission_system_app_test.cpp926 * @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 Dbms_bundle_permission_false_test.cpp1291 * @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 Dbundlemgrproxy_fuzzer.cpp218 bundleMgrProxy.QueryLauncherAbilityInfos(want, reinterpret_cast<uintptr_t>(data), abilityInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h534 virtual ErrCode QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h393 virtual ErrCode QueryLauncherAbilityInfos(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp750 * @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 Dbundle_mgr_host_impl.h375 virtual ErrCode QueryLauncherAbilityInfos(const Want &want,
H A Dbundle_data_mgr.h198 ErrCode QueryLauncherAbilityInfos(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1416 * @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 Dbundle_mgr_host_impl.cpp866 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 Dbundle_data_mgr.cpp2253 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 Dbms_bundle_kit_service_test.cpp5840 bool testRet1 = GetBundleDataMgr()->QueryLauncherAbilityInfos(want1, DEFAULT_USER_ID_TEST, abilityInfos) == ERR_OK; in HWTEST_F()

Completed in 82 milliseconds