/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | launcher_service.cpp | 327 ErrCode err = iBundleMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos); in GetLauncherAbilityByBundleName() 356 ErrCode err = iBundleMgr->QueryLauncherAbilityInfos(want, userId, abilityInfos); in GetAllLauncherAbility()
|
H A D | bundle_mgr_host.cpp | 1309 ErrCode ret = QueryLauncherAbilityInfos(*want, userId, abilityInfos); in HandleQueryLauncherAbilityInfos()
|
H A D | bundle_mgr_proxy.cpp | 1215 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 D | bms_bundle_permission_system_app_test.cpp | 910 ErrCode testRet = bundleMgrHostImpl_->QueryLauncherAbilityInfos(want, USERID, abilityInfos); 1399 auto result = bundleMgrProxy->QueryLauncherAbilityInfos(want, USERID, abilityInfos);
|
H A D | bms_bundle_permission_false_test.cpp | 1301 ErrCode testRet = bundleMgrHostImpl_->QueryLauncherAbilityInfos(want, USERID, abilityInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 218 … 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 D | bundle_mgr_interface.h | 535 virtual ErrCode QueryLauncherAbilityInfos( in QueryLauncherAbilityInfos() function
|
H A D | bundle_mgr_proxy.h | 393 virtual ErrCode QueryLauncherAbilityInfos(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1426 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 D | bundle_mgr_host_impl.h | 375 virtual ErrCode QueryLauncherAbilityInfos(const Want &want,
|
H A D | bundle_data_mgr.h | 196 ErrCode QueryLauncherAbilityInfos(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 886 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 D | bundle_data_mgr.cpp | 2239 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 D | bms_bundle_kit_service_test.cpp | 5845 …bool testRet1 = GetBundleDataMgr()->QueryLauncherAbilityInfos(want1, DEFAULT_USER_ID_TEST, ability…
|