Home
last modified time | relevance | path

Searched refs:QueryAllAbilityInfos (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp163 if (!iBundleMgr->QueryAllAbilityInfos(want, userId, abilityInfos)) { in GetAbilityList()
208 if (!iBundleMgr->QueryAllAbilityInfos(want, userId, abilityInfos)) { in GetAllLauncherAbilityInfos()
H A Dbundle_mgr_host.cpp1333 bool ret = QueryAllAbilityInfos(*want, userId, abilityInfos); in HandleQueryAllAbilityInfos()
H A Dbundle_mgr_proxy.cpp1236 bool BundleMgrProxy::QueryAllAbilityInfos(const Want &want, int32_t userId, std::vector<AbilityInfo… in QueryAllAbilityInfos() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp536 bundleMgrProxy->QueryAllAbilityInfos(want, 0, abilityInfos); in BenchmarkTestQueryAbilityInfosById()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h546 …virtual bool QueryAllAbilityInfos(const Want &want, int32_t userId, std::vector<AbilityInfo> &abil… in QueryAllAbilityInfos() function
H A Dbundle_mgr_proxy.h401 virtual bool QueryAllAbilityInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h383 virtual bool QueryAllAbilityInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp332 bool ret = bundleMgrHostImpl_->QueryAllAbilityInfos(want, USERID, abilityInfos);
H A Dbms_bundle_permission_false_test.cpp378 bool ret = bundleMgrHostImpl_->QueryAllAbilityInfos(want, USERID, abilityInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2281 bool ret = hostImpl->QueryAllAbilityInfos(
2511 retBool = hostImpl->QueryAllAbilityInfos(want, USERID, abilityInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp915 bool BundleMgrHostImpl::QueryAllAbilityInfos(const Want &want, int32_t userId, std::vector<AbilityI… in QueryAllAbilityInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp5675 auto ret = bundleMgrProxy->QueryAllAbilityInfos(want, USERID, AbilityInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9897 auto ret = hostImpl->QueryAllAbilityInfos(want, DEFAULT_USERID, AbilityInfo);