Home
last modified time | relevance | path

Searched refs:GetShortcutInfoV9 (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/launcherservice_fuzzer/
H A Dlauncherservice_fuzzer.cpp41 launcherService.GetShortcutInfoV9(bundleName, shortcutInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dlauncher_service.h102 ErrCode GetShortcutInfoV9(const std::string &bundleName,
H A Dbundle_mgr_interface.h975 virtual ErrCode GetShortcutInfoV9(const std::string &bundleName,
H A Dbundle_mgr_proxy.h720 virtual ErrCode GetShortcutInfoV9(const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp372 ErrCode LauncherService::GetShortcutInfoV9( in GetShortcutInfoV9() function in OHOS::AppExecFwk::LauncherService
381 ErrCode errCode = iBundleMgr->GetShortcutInfoV9(bundleName, infos, userId); in GetShortcutInfoV9()
H A Dbundle_mgr_host.cpp2206 ErrCode ret = GetShortcutInfoV9(bundlename, infos, userId); in HandleGetShortcutInfoV9()
H A Dbundle_mgr_proxy.cpp2573 ErrCode BundleMgrProxy::GetShortcutInfoV9(const std::string &bundleName, in GetShortcutInfoV9() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/
H A Dlauncher_bundle_manager.cpp280 return launcherService->GetShortcutInfoV9(bundleName, shortcutInfos, userId); in InnerGetShortcutInfo()
386 …ErrCode ret = CommonFunc::ConvertErrCode(launcherService->GetShortcutInfoV9(bundleName, shortcutIn… in GetShortcutInfoSync()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbm_install_multi_user_test.cpp1154 …auto res = bmsProxy->GetShortcutInfoV9("com.example.ohosproject.hmservice", shortcutInfos, userId);
1184 auto res = bmsProxy->GetShortcutInfoV9("com.example.ohosproject.hmservice", shortcutInfos, 100);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp72 bundleMgrProxy.GetShortcutInfoV9(bundleName, shortcutInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp880 auto result = launcherservice.GetShortcutInfoV9(bundleName, shortcutInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h699 virtual ErrCode GetShortcutInfoV9(const std::string &bundleName,
H A Dbundle_data_mgr.h563 ErrCode GetShortcutInfoV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp514 ErrCode ret = bundleMgrHostImpl_->GetShortcutInfoV9(BUNDLE_NAME, shortcutInfos);
H A Dbms_bundle_permission_false_test.cpp704 ErrCode ret = bundleMgrHostImpl_->GetShortcutInfoV9(BUNDLE_NAME, shortcutInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2472 ErrCode BundleMgrHostImpl::GetShortcutInfoV9(const std::string &bundleName, in GetShortcutInfoV9() function in OHOS::AppExecFwk::BundleMgrHostImpl
2490 return dataMgr->GetShortcutInfoV9(bundleName, userId, shortcutInfos); in GetShortcutInfoV9()
H A Dbundle_data_mgr.cpp4876 ErrCode BundleDataMgr::GetShortcutInfoV9( in GetShortcutInfoV9() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7518 ErrCode testRet = bundleMgrProxy->GetShortcutInfoV9(appName, shortcutInfos);
7526 testRet = bundleMgrProxy->GetShortcutInfoV9(callingBundleName, shortcutInfos);
7549 ErrCode testRet = bundleMgrProxy->GetShortcutInfoV9("", shortcutInfos);
7573 ErrCode testRet = bundleMgrProxy->GetShortcutInfoV9(appName, shortcutInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2649 retCode = hostImpl->GetShortcutInfoV9("", shortcutInfos);
3433 ErrCode testRet1 = GetBundleDataMgr()->GetShortcutInfoV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp2643 ErrCode res = GetBundleDataMgr()->GetShortcutInfoV9("", USERID, shortcutInfos);
H A Dbms_bundle_kit_service_test.cpp10000 ErrCode testRet = hostImpl->GetShortcutInfoV9(BUNDLE_NAME_TEST, shortcutInfos);