Home
last modified time | relevance | path

Searched refs:QueryLauncherAbilityInfos (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp327 ErrCode err = iBundleMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos); in GetLauncherAbilityByBundleName()
356 ErrCode err = iBundleMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos); in GetAllLauncherAbility()
H A Dbundle_mgr_host.cpp1309 ErrCode ret = QueryLauncherAbilityInfos(*want, userId, abilityInfos); in HandleQueryLauncherAbilityInfos()
H A Dbundle_mgr_proxy.cpp1215 ErrCode BundleMgrProxy::QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp910 ErrCode testRet = bundleMgrHostImpl_->QueryLauncherAbilityInfos(want, USERID, abilityInfos);
1399 auto result = bundleMgrProxy->QueryLauncherAbilityInfos(want, USERID, abilityInfos);
H A Dbms_bundle_permission_false_test.cpp1301 ErrCode testRet = bundleMgrHostImpl_->QueryLauncherAbilityInfos(want, USERID, abilityInfos);
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h535 virtual ErrCode QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function
H A Dbundle_mgr_proxy.h393 virtual ErrCode QueryLauncherAbilityInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1426 bool testRet = GetBundleDataMgr()->QueryLauncherAbilityInfos(want, 100, abilityInfos) == ERR_OK;
2538 retCode = hostImpl->QueryLauncherAbilityInfos(want, USERID, abilityInfos);
3144 bool testRet = GetBundleDataMgr()->QueryLauncherAbilityInfos(want, 100, abilityInfos) == ERR_OK;
3146 …testRet = GetBundleDataMgr()->QueryLauncherAbilityInfos(want, Constants::INVALID_USERID, abilityIn…
3559 ErrCode testRet = hostImpl->QueryLauncherAbilityInfos(
/ohos5.0/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.h196 ErrCode QueryLauncherAbilityInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp886 ErrCode BundleMgrHostImpl::QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
906 auto ret = dataMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos); in QueryLauncherAbilityInfos()
933 bool res = dataMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos) == ERR_OK; in QueryAllAbilityInfos()
H A Dbundle_data_mgr.cpp2239 ErrCode BundleDataMgr::QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp5845 …bool testRet1 = GetBundleDataMgr()->QueryLauncherAbilityInfos(want1, DEFAULT_USER_ID_TEST, ability…