/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryallabilityinfos_fuzzer/ |
H A D | queryallabilityinfos_fuzzer.cpp | 35 bundleMgrProxy.QueryAllAbilityInfos(want, reinterpret_cast<uintptr_t>(data), abilityInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | launcher_service.cpp | 162 if (!iBundleMgr->QueryAllAbilityInfos(want, userId, abilityInfos)) { in GetAbilityList() 207 if (!iBundleMgr->QueryAllAbilityInfos(want, userId, abilityInfos)) { in GetAllLauncherAbilityInfos()
|
H A D | bundle_mgr_host.cpp | 1325 bool ret = QueryAllAbilityInfos(*want, userId, abilityInfos); in HandleQueryAllAbilityInfos()
|
H A D | bundle_mgr_proxy.cpp | 1268 bool BundleMgrProxy::QueryAllAbilityInfos(const Want &want, int32_t userId, std::vector<AbilityInfo> &abilityInfos) in QueryAllAbilityInfos() function in OHOS::AppExecFwk::BundleMgrProxy
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 219 bundleMgrProxy.QueryAllAbilityInfos(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 | 545 virtual bool QueryAllAbilityInfos(const Want &want, int32_t userId, std::vector<AbilityInfo> &abilityInfos) in QueryAllAbilityInfos() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 401 virtual bool QueryAllAbilityInfos(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/ |
H A D | bms_bundle_mgr_proxy_test.cpp | 767 * @tc.name: test the QueryAllAbilityInfos 769 * 2. test QueryAllAbilityInfos 778 auto res = bundleMgrProxy.QueryAllAbilityInfos(want, userId, abilityInfos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 515 * @tc.desc: Testcase for testing QueryAllAbilityInfos.
535 /* @tc.steps: step1.call QueryAllAbilityInfos in loop */
in BenchmarkTestQueryAbilityInfosById() 536 bundleMgrProxy->QueryAllAbilityInfos(want, 0, abilityInfos);
in BenchmarkTestQueryAbilityInfosById()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 383 virtual bool QueryAllAbilityInfos(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 370 * @tc.name: test QueryAllAbilityInfos of BundleMgrHostImpl 372 * 2. QueryAllAbilityInfos false by no permission 378 bool ret = bundleMgrHostImpl_->QueryAllAbilityInfos(want, USERID, abilityInfos); in HWTEST_F()
|
H A D | bms_bundle_permission_system_app_test.cpp | 350 * @tc.name: test QueryAllAbilityInfos of BundleMgrHostImpl 352 * 2. QueryAllAbilityInfos false by no permission 358 bool ret = bundleMgrHostImpl_->QueryAllAbilityInfos(want, USERID, abilityInfos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2263 * @tc.name: test QueryAllAbilityInfos proxy 2280 bool ret = hostImpl->QueryAllAbilityInfos( in HWTEST_F() 2510 retBool = hostImpl->QueryAllAbilityInfos(want, USERID, abilityInfos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 895 bool BundleMgrHostImpl::QueryAllAbilityInfos(const Want &want, int32_t userId, std::vector<AbilityInfo> &abilityInfos) in QueryAllAbilityInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl 897 LOG_D(BMS_TAG_QUERY, "start QueryAllAbilityInfos, userId : %{public}d", userId); in QueryAllAbilityInfos() 907 APP_LOGD("verify permission success, begin to QueryAllAbilityInfos"); in QueryAllAbilityInfos()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 5651 * @tc.name: test QueryAllAbilityInfos proxy 5675 auto ret = bundleMgrProxy->QueryAllAbilityInfos(want, USERID, AbilityInfo); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 5831 * @tc.number: QueryAllAbilityInfos 9927 * @tc.name: Test QueryAllAbilityInfos 9928 * @tc.desc: 1.Test the QueryAllAbilityInfos by BundleMgrHostImpl 9940 auto ret = hostImpl->QueryAllAbilityInfos(want, DEFAULT_USERID, AbilityInfo); in HWTEST_F()
|