Home
last modified time | relevance | path

Searched refs:GetLaunchWantForBundle (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getlaunchwantforbundle_fuzzer/
H A Dgetlaunchwantforbundle_fuzzer.cpp34 bundleMgrProxy.GetLaunchWantForBundle(bundleName, want, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_preloader_test/include/
H A Dbundle_mgr_helper.h31 ErrCode GetLaunchWantForBundle(const std::string &bundleName, Want &want, int32_t userId) in GetLaunchWantForBundle() function
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dpermission_utils.cpp131 int ret = bundleManager_->GetLaunchWantForBundle(bundleName, want, userId); in GetPackageNameByBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dnative_module.cpp92 DECLARE_NAPI_FUNCTION("getLaunchWantForBundle", GetLaunchWantForBundle), in Init()
H A Dbundle_mgr.h331 napi_value GetLaunchWantForBundle(napi_env env, napi_callback_info info);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_preloader.cpp101 …auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(bundleName, launchWant, use… in GetLaunchWant()
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dndef_har_dispatch.cpp110 int32_t errCode = GetBundleMgrProxy()->GetLaunchWantForBundle(harPackageString, want, USER_ID); in DispatchBundleAbility()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp118 DECLARE_NAPI_FUNCTION("getLaunchWantForBundle", GetLaunchWantForBundle), in BundleManagerExport()
H A Dbundle_manager.h307 napi_value GetLaunchWantForBundle(napi_env env, napi_callback_info info);
H A Dbundle_manager_sync.cpp658 iBundleMgr->GetLaunchWantForBundle(bundleName, want, userId)); in GetLaunchWantForBundleSync()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp140 bmHelper->GetLaunchWantForBundle(stringParam, want, int32Param); in BundleMgrHelperFuzztest2()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h97 ErrCode GetLaunchWantForBundle(const std::string &bundleName, Want &want, int32_t userId);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Decological_rule_interceptor.cpp101 …auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(want.GetBundle(), launchWan… in DoProcess()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp845 ErrCode BundleMgrHelper::GetLaunchWantForBundle(const std::string &bundleName, Want &want, int32_t … in GetLaunchWantForBundle() function in OHOS::AppExecFwk::BundleMgrHelper
856 return bundleMgr->GetLaunchWantForBundle(bundleName, want, userId); in GetLaunchWantForBundle()
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpermission_utils.cpp129 int ret = bundleMgr->GetLaunchWantForBundle(bundleName, want, userId); in GetPackageNameFromCache()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp850 auto ret = bundleMgrHelper->GetLaunchWantForBundle(bundleName, want, userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp232 bundleMgrProxy.GetLaunchWantForBundle(bundleName, want, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp702 bundleMgrProxy->GetLaunchWantForBundle(BUNDLE_NAME, want); in BenchmarkTestGetLaunchWantForBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h677 virtual ErrCode GetLaunchWantForBundle(
H A Dbundle_mgr_proxy.h503 virtual ErrCode GetLaunchWantForBundle(
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp444 …auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(want.GetBundle(), launchWan… in UpdateElementName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h482 virtual ErrCode GetLaunchWantForBundle(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp409 ErrCode ret = bundleMgrHostImpl_->GetLaunchWantForBundle(BUNDLE_NAME, want, USERID);
H A Dbms_bundle_permission_false_test.cpp483 ErrCode ret = bundleMgrHostImpl_->GetLaunchWantForBundle(BUNDLE_NAME, want, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1248 ErrCode BundleMgrHostImpl::GetLaunchWantForBundle(const std::string &bundleName, Want &want, int32_… in GetLaunchWantForBundle() function in OHOS::AppExecFwk::BundleMgrHostImpl
1269 return dataMgr->GetLaunchWantForBundle(bundleName, want, userId); in GetLaunchWantForBundle()
4326 return dataMgr->GetLaunchWantForBundle(bundleName, want, userId); in GetLaunchWant()

12