Home
last modified time | relevance | path

Searched refs:QueryAllAbilityInfos (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryallabilityinfos_fuzzer/
H A Dqueryallabilityinfos_fuzzer.cpp35 bundleMgrProxy.QueryAllAbilityInfos(want, reinterpret_cast<uintptr_t>(data), abilityInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp162 if (!iBundleMgr->QueryAllAbilityInfos(want, userId, abilityInfos)) { in GetAbilityList()
207 if (!iBundleMgr->QueryAllAbilityInfos(want, userId, abilityInfos)) { in GetAllLauncherAbilityInfos()
H A Dbundle_mgr_host.cpp1325 bool ret = QueryAllAbilityInfos(*want, userId, abilityInfos); in HandleQueryAllAbilityInfos()
H A Dbundle_mgr_proxy.cpp1268 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 Dbundlemgrproxy_fuzzer.cpp219 bundleMgrProxy.QueryAllAbilityInfos(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.h545 virtual bool QueryAllAbilityInfos(const Want &want, int32_t userId, std::vector<AbilityInfo> &abilityInfos) in QueryAllAbilityInfos() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h401 virtual bool QueryAllAbilityInfos(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp767 * @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 Dbundlemgr_proxy_test.cpp515 * @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 Dbundle_mgr_host_impl.h383 virtual bool QueryAllAbilityInfos(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp370 * @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 Dbms_bundle_permission_system_app_test.cpp350 * @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 Dbms_bundle_manager_test.cpp2263 * @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 Dbundle_mgr_host_impl.cpp895 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 Dacts_bms_kit_system_test.cpp5651 * @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 Dbms_bundle_kit_service_test.cpp5831 * @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()

Completed in 86 milliseconds