/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/launcherservice_fuzzer/ |
H A D | launcherservice_fuzzer.cpp | 36 launcherService.GetShortcutInfos(bundleName, shortcutInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | launcher_service.h | 72 …virtual ErrCode GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcu…
|
H A D | bundle_mgr_interface.h | 970 …virtual bool GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutIn… in GetShortcutInfos() function
|
H A D | bundle_mgr_proxy.h | 712 …virtual bool GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutIn…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/ |
H A D | launcher_service_test.cpp | 127 launcherservice.GetShortcutInfos(bundleName, shortcutInfo); in BenchmarkTestForGetShortcutInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | launcher_service.cpp | 247 ErrCode LauncherService::GetShortcutInfos( in GetShortcutInfos() function in OHOS::AppExecFwk::LauncherService 265 if (!iBundleMgr->GetShortcutInfos(bundleName, infos)) { in GetShortcutInfos()
|
H A D | bundle_mgr_host.cpp | 2185 bool ret = GetShortcutInfos(bundlename, infos); in HandleGetShortcutInfos()
|
H A D | bundle_mgr_proxy.cpp | 2547 bool BundleMgrProxy::GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &sho… in GetShortcutInfos() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 835 auto result = launcherservice.GetShortcutInfos(bundleName, shortcutInfos); 857 auto result = launcherservice.GetShortcutInfos("", shortcutInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 691 …virtual bool GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutIn… 1055 bool GetShortcutInfos(
|
H A D | bundle_data_mgr.h | 554 bool GetShortcutInfos(
|
H A D | inner_bundle_info.h | 1193 void GetShortcutInfos(std::vector<ShortcutInfo> &shortcutInfos) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.h | 326 napi_value GetShortcutInfos(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 71 bundleMgrProxy.GetShortcutInfos(bundleName, shortcutInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1992 if (!GetShortcutInfos(bundleName, userId, shortcutInfos)) { in DumpShortcutInfo() 2436 bool BundleMgrHostImpl::GetShortcutInfos( in GetShortcutInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl 2446 return GetShortcutInfos(bundleName, currentUserId, shortcutInfos); in GetShortcutInfos() 2449 bool BundleMgrHostImpl::GetShortcutInfos( in GetShortcutInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl 2469 return dataMgr->GetShortcutInfos(bundleName, userId, shortcutInfos); in GetShortcutInfos()
|
H A D | inner_bundle_info.cpp | 2776 void InnerBundleInfo::GetShortcutInfos(std::vector<ShortcutInfo> &shortcutInfos) const in GetShortcutInfos() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 4789 bool BundleDataMgr::GetShortcutInfos( in GetShortcutInfos() function in OHOS::AppExecFwk::BundleDataMgr 4831 info.GetShortcutInfos(shortcutInfos); in GetShortcutInfosByInnerBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 1030 bundleMgrProxy->GetShortcutInfos(BUNDLE_NAME, shortcutInfos); in BenchmarkTestGetShortcutInfos()
|
/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 | 501 bool ret = bundleMgrHostImpl_->GetShortcutInfos(BUNDLE_NAME, USERID, shortcutInfos);
|
H A D | bms_bundle_permission_false_test.cpp | 691 bool ret = bundleMgrHostImpl_->GetShortcutInfos(BUNDLE_NAME, USERID, shortcutInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 5607 auto result = GetBundleDataMgr()->GetShortcutInfos( 5624 auto result1 = GetBundleDataMgr()->GetShortcutInfos( 5629 auto result2 = GetBundleDataMgr()->GetShortcutInfos( 5646 GetBundleDataMgr()->GetShortcutInfos( 5661 GetBundleDataMgr()->GetShortcutInfos( 5676 GetBundleDataMgr()->GetShortcutInfos( 5695 bundleMgrProxy->GetShortcutInfos( 5715 bundleMgrProxy->GetShortcutInfos( 5730 auto result = hostImpl->GetShortcutInfos("", shortcutInfos); 5732 result = hostImpl->GetShortcutInfos(
|
H A D | bms_bundle_data_mgr_test.cpp | 3620 info.GetShortcutInfos(shortcutInfos); 3643 info.GetShortcutInfos(shortcutInfos); 3668 info.GetShortcutInfos(shortcutInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.cpp | 916 auto result = launcher->GetShortcutInfos(bundleName, shortcutInfos); in InnerJSGetShortcutInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2081 info.GetShortcutInfos(shortcutInfos); 2646 retBool = hostImpl->GetShortcutInfos("", USERID, shortcutInfos); 3430 bool testRet = GetBundleDataMgr()->GetShortcutInfos(
|