Home
last modified time | relevance | path

Searched refs:GetAllDesktopShortcutInfo (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/shortcut_manager/
H A Dnative_module.cpp34 DECLARE_NAPI_FUNCTION("getAllDesktopShortcutInfo", GetAllDesktopShortcutInfo), in ShortcutManagerExport()
H A Dshortcut_manager.h51 napi_value GetAllDesktopShortcutInfo(napi_env env, napi_callback_info info);
H A Dshortcut_manager.cpp209 return iBundleMgr->GetAllDesktopShortcutInfo(userId, shortcutInfos); in InnerGetAllDesktopShortcutInfo()
248 napi_value GetAllDesktopShortcutInfo(napi_env env, napi_callback_info info) in GetAllDesktopShortcutInfo() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dshortcut_data_storage_interface.h29 …virtual void GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) =…
H A Dshortcut_data_storage_rdb.h32 void GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos);
H A Dbundle_mgr_host_impl.h1009 …virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos…
H A Dbundle_data_mgr.h984 ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dshortcut_data_storage_rdb.cpp95 void ShortcutDataStorageRdb::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &s… in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::ShortcutDataStorageRdb
H A Dbundle_mgr_host_impl.cpp4430 ErrCode BundleMgrHostImpl::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &sho… in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
4445 return dataMgr->GetAllDesktopShortcutInfo(userId, shortcutInfos); in GetAllDesktopShortcutInfo()
H A Dbundle_data_mgr.cpp8987 ErrCode BundleDataMgr::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcu… in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::BundleDataMgr
8995 shortcutStorage_->GetAllDesktopShortcutInfo(userId, datas); in GetAllDesktopShortcutInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2474 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
2480 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
2484 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
2506 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
2512 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
2516 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp331 bundleMgrProxy.GetAllDesktopShortcutInfo(reinterpret_cast<uintptr_t>(data), shortcutInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1557 …virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() function
H A Dbundle_mgr_proxy.h1088 …virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6258 ErrCode ret = lcalBundleMgrHostImpl->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
6262 ret = lcalBundleMgrHostImpl->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
6280 ErrCode ret = localBundleMgrHostImpl->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
6284 ret = localBundleMgrHostImpl->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo);
H A Dbms_bundle_kit_service_test.cpp13374 auto ret = bundleMgrProxy->GetAllDesktopShortcutInfo(DEFAULT_USERID, shortcutInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp4028 auto ret = GetAllDesktopShortcutInfo(userId, infos); in HandleGetAllDesktopShortcutInfo()
H A Dbundle_mgr_proxy.cpp5149 ErrCode BundleMgrProxy::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortc… in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::BundleMgrProxy