Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/launcherservice_fuzzer/
H A Dlauncherservice_fuzzer.cpp41 launcherService.GetShortcutInfoV9(bundleName, shortcutInfos); in DoSomethingInterestingWithMyAPI()
/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.h974 virtual ErrCode GetShortcutInfoV9(const std::string &bundleName, in GetShortcutInfoV9() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h720 virtual ErrCode GetShortcutInfoV9(const std::string &bundleName,
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp371 ErrCode LauncherService::GetShortcutInfoV9( in GetShortcutInfoV9() function in OHOS::AppExecFwk::LauncherService
380 ErrCode errCode = iBundleMgr->GetShortcutInfoV9(bundleName, infos, userId); in GetShortcutInfoV9()
382 APP_LOGE("GetShortcutInfoV9 is failed"); in GetShortcutInfoV9()
H A Dbundle_mgr_host.cpp2198 ErrCode ret = GetShortcutInfoV9(bundlename, infos, userId); in HandleGetShortcutInfoV9()
H A Dbundle_mgr_proxy.cpp2605 ErrCode BundleMgrProxy::GetShortcutInfoV9(const std::string &bundleName, in GetShortcutInfoV9() function in OHOS::AppExecFwk::BundleMgrProxy
/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, shortcutInfos, userId)); in GetShortcutInfoSync()
/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); in HWTEST_F()
1184 auto res = bmsProxy->GetShortcutInfoV9("com.example.ohosproject.hmservice", shortcutInfos, 100); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp72 bundleMgrProxy.GetShortcutInfoV9(bundleName, shortcutInfos); in DoSomethingInterestingWithMyAPI()
/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.h565 ErrCode GetShortcutInfoV9(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp704 ErrCode ret = bundleMgrHostImpl_->GetShortcutInfoV9(BUNDLE_NAME, shortcutInfos); in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp540 ErrCode ret = bundleMgrHostImpl_->GetShortcutInfoV9(BUNDLE_NAME, shortcutInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp865 * @tc.name: test GetShortcutInfoV9 by LauncherService
880 auto result = launcherservice.GetShortcutInfoV9(bundleName, shortcutInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2418 ErrCode BundleMgrHostImpl::GetShortcutInfoV9(const std::string &bundleName, in GetShortcutInfoV9() function in OHOS::AppExecFwk::BundleMgrHostImpl
2436 return dataMgr->GetShortcutInfoV9(bundleName, userId, shortcutInfos); in GetShortcutInfoV9()
H A Dbundle_data_mgr.cpp4887 ErrCode BundleDataMgr::GetShortcutInfoV9( in GetShortcutInfoV9() function in OHOS::AppExecFwk::BundleDataMgr
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7570 ErrCode testRet = bundleMgrProxy->GetShortcutInfoV9(appName, shortcutInfos); in HWTEST_F()
7578 testRet = bundleMgrProxy->GetShortcutInfoV9(callingBundleName, shortcutInfos); in HWTEST_F()
7601 ErrCode testRet = bundleMgrProxy->GetShortcutInfoV9("", shortcutInfos); in HWTEST_F()
7607 * @tc.name: test GetShortcutInfoV9 proxy
7625 ErrCode testRet = bundleMgrProxy->GetShortcutInfoV9(appName, shortcutInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2648 retCode = hostImpl->GetShortcutInfoV9("", shortcutInfos); in HWTEST_F()
3402 * @tc.name: test GetShortcutInfoV9
3411 ErrCode testRet1 = GetBundleDataMgr()->GetShortcutInfoV9( in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp2656 * @tc.name: test GetShortcutInfoV9
2658 * 2.check GetShortcutInfoV9 failed
2664 ErrCode res = GetBundleDataMgr()->GetShortcutInfoV9("", USERID, shortcutInfos); in HWTEST_F()
H A Dbms_bundle_kit_service_test.cpp10043 ErrCode testRet = hostImpl->GetShortcutInfoV9(BUNDLE_NAME_TEST, shortcutInfos); in HWTEST_F()

Completed in 124 milliseconds