Home
last modified time | relevance | path

Searched refs:GetShortcutInfos (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/launcherservice_fuzzer/
H A Dlauncherservice_fuzzer.cpp36 launcherService.GetShortcutInfos(bundleName, shortcutInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dlauncher_service.h72 …virtual ErrCode GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcu…
H A Dbundle_mgr_interface.h970 …virtual bool GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutIn… in GetShortcutInfos() function
H A Dbundle_mgr_proxy.h712 …virtual bool GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutIn…
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/
H A Dlauncher_service_test.cpp127 launcherservice.GetShortcutInfos(bundleName, shortcutInfo); in BenchmarkTestForGetShortcutInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp247 ErrCode LauncherService::GetShortcutInfos( in GetShortcutInfos() function in OHOS::AppExecFwk::LauncherService
265 if (!iBundleMgr->GetShortcutInfos(bundleName, infos)) { in GetShortcutInfos()
H A Dbundle_mgr_host.cpp2185 bool ret = GetShortcutInfos(bundlename, infos); in HandleGetShortcutInfos()
H A Dbundle_mgr_proxy.cpp2547 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 Dbms_launcher_service_system_test.cpp835 auto result = launcherservice.GetShortcutInfos(bundleName, shortcutInfos);
857 auto result = launcherservice.GetShortcutInfos("", shortcutInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h691 …virtual bool GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutIn…
1055 bool GetShortcutInfos(
H A Dbundle_data_mgr.h554 bool GetShortcutInfos(
H A Dinner_bundle_info.h1193 void GetShortcutInfos(std::vector<ShortcutInfo> &shortcutInfos) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h326 napi_value GetShortcutInfos(napi_env env, napi_callback_info info);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp71 bundleMgrProxy.GetShortcutInfos(bundleName, shortcutInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1992 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 Dinner_bundle_info.cpp2776 void InnerBundleInfo::GetShortcutInfos(std::vector<ShortcutInfo> &shortcutInfos) const in GetShortcutInfos() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp4789 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 Dbundlemgr_proxy_test.cpp1030 bundleMgrProxy->GetShortcutInfos(BUNDLE_NAME, shortcutInfos); in BenchmarkTestGetShortcutInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp501 bool ret = bundleMgrHostImpl_->GetShortcutInfos(BUNDLE_NAME, USERID, shortcutInfos);
H A Dbms_bundle_permission_false_test.cpp691 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 Dbms_bundle_kit_service_test.cpp5607 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 Dbms_bundle_data_mgr_test.cpp3620 info.GetShortcutInfos(shortcutInfos);
3643 info.GetShortcutInfos(shortcutInfos);
3668 info.GetShortcutInfos(shortcutInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp916 auto result = launcher->GetShortcutInfos(bundleName, shortcutInfos); in InnerJSGetShortcutInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2081 info.GetShortcutInfos(shortcutInfos);
2646 retBool = hostImpl->GetShortcutInfos("", USERID, shortcutInfos);
3430 bool testRet = GetBundleDataMgr()->GetShortcutInfos(