/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getlaunchwantforbundle_fuzzer/ |
H A D | getlaunchwantforbundle_fuzzer.cpp | 34 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 D | bundle_mgr_helper.h | 31 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 D | permission_utils.cpp | 131 int ret = bundleManager_->GetLaunchWantForBundle(bundleName, want, userId); in GetPackageNameByBundleName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | native_module.cpp | 92 DECLARE_NAPI_FUNCTION("getLaunchWantForBundle", GetLaunchWantForBundle), in Init()
|
H A D | bundle_mgr.h | 331 napi_value GetLaunchWantForBundle(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_preloader.cpp | 101 …auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(bundleName, launchWant, use… in GetLaunchWant()
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | ndef_har_dispatch.cpp | 110 int32_t errCode = GetBundleMgrProxy()->GetLaunchWantForBundle(harPackageString, want, USER_ID); in DispatchBundleAbility()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 118 DECLARE_NAPI_FUNCTION("getLaunchWantForBundle", GetLaunchWantForBundle), in BundleManagerExport()
|
H A D | bundle_manager.h | 307 napi_value GetLaunchWantForBundle(napi_env env, napi_callback_info info);
|
H A D | bundle_manager_sync.cpp | 658 iBundleMgr->GetLaunchWantForBundle(bundleName, want, userId)); in GetLaunchWantForBundleSync()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 140 bmHelper->GetLaunchWantForBundle(stringParam, want, int32Param); in BundleMgrHelperFuzztest2()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 97 ErrCode GetLaunchWantForBundle(const std::string &bundleName, Want &want, int32_t userId);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 101 …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 D | bundle_mgr_helper.cpp | 845 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 D | permission_utils.cpp | 129 int ret = bundleMgr->GetLaunchWantForBundle(bundleName, want, userId); in GetPackageNameFromCache()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 850 auto ret = bundleMgrHelper->GetLaunchWantForBundle(bundleName, want, userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 232 bundleMgrProxy.GetLaunchWantForBundle(bundleName, want, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 702 bundleMgrProxy->GetLaunchWantForBundle(BUNDLE_NAME, want); in BenchmarkTestGetLaunchWantForBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 677 virtual ErrCode GetLaunchWantForBundle(
|
H A D | bundle_mgr_proxy.h | 503 virtual ErrCode GetLaunchWantForBundle(
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 444 …auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(want.GetBundle(), launchWan… in UpdateElementName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 482 virtual ErrCode GetLaunchWantForBundle(
|
/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 | 409 ErrCode ret = bundleMgrHostImpl_->GetLaunchWantForBundle(BUNDLE_NAME, want, USERID);
|
H A D | bms_bundle_permission_false_test.cpp | 483 ErrCode ret = bundleMgrHostImpl_->GetLaunchWantForBundle(BUNDLE_NAME, want, USERID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1248 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()
|