Home
last modified time | relevance | path

Searched refs:GetAllDesktopShortcutInfo (Results 1 - 19 of 19) sorted by relevance

/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.cpp33 constexpr const char* GET_ALL_DESKTOP_SHORTCUT_INFO = "GetAllDesktopShortcutInfo";
209 return iBundleMgr->GetAllDesktopShortcutInfo(userId, shortcutInfos); in InnerGetAllDesktopShortcutInfo()
248 napi_value GetAllDesktopShortcutInfo(napi_env env, napi_callback_info info) in GetAllDesktopShortcutInfo() function
250 APP_LOGD("Napi begin GetAllDesktopShortcutInfo"); in GetAllDesktopShortcutInfo()
276 "GetAllDesktopShortcutInfo", GetAllDesktopShortcutInfoExec, GetAllDesktopShortcutInfoComplete); in GetAllDesktopShortcutInfo()
278 APP_LOGD("Call GetAllDesktopShortcutInfo done"); in GetAllDesktopShortcutInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dshortcut_data_storage_rdb.h32 void GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos);
H A Dshortcut_data_storage_interface.h29 virtual void GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) = 0;
H A Dbundle_mgr_host_impl.h1009 virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) override;
H A Dbundle_data_mgr.h978 ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutdatastoragerdb_fuzzer/
H A Dshortcutdatastoragerdb_fuzzer.cpp45 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, shortcutInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dshortcut_data_storage_rdb.cpp95 void ShortcutDataStorageRdb::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::ShortcutDataStorageRdb
H A Dbundle_mgr_host_impl.cpp4398 ErrCode BundleMgrHostImpl::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
4413 return dataMgr->GetAllDesktopShortcutInfo(userId, shortcutInfos); in GetAllDesktopShortcutInfo()
H A Dbundle_data_mgr.cpp8696 ErrCode BundleDataMgr::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::BundleDataMgr
8704 shortcutStorage_->GetAllDesktopShortcutInfo(userId, datas); in GetAllDesktopShortcutInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2742 * @tc.name: GetAllDesktopShortcutInfo
2743 * @tc.desc: test GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos)
2754 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo); in HWTEST_F()
2760 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo); in HWTEST_F()
2764 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo); in HWTEST_F()
2770 * @tc.name: GetAllDesktopShortcutInfo
2771 * @tc.desc: test GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos)
2782 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo); in HWTEST_F()
2788 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo); in HWTEST_F()
2792 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERI in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp330 bundleMgrProxy.GetAllDesktopShortcutInfo(reinterpret_cast<uintptr_t>(data), shortcutInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1561 virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1091 virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6273 * @tc.desc: test GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos)
6283 ErrCode ret = lcalBundleMgrHostImpl->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo); in HWTEST_F()
6287 ret = lcalBundleMgrHostImpl->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo); in HWTEST_F()
6295 * @tc.desc: test GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos)
6305 ErrCode ret = localBundleMgrHostImpl->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo); in HWTEST_F()
6309 ret = localBundleMgrHostImpl->GetAllDesktopShortcutInfo(USERID, vecShortcutInfo); in HWTEST_F()
H A Dbms_bundle_kit_service_test.cpp13553 * @tc.name: test BundleMgrProxy interface GetAllDesktopShortcutInfo
13561 auto ret = bundleMgrProxy->GetAllDesktopShortcutInfo(DEFAULT_USERID, shortcutInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp4032 auto ret = GetAllDesktopShortcutInfo(userId, infos); in HandleGetAllDesktopShortcutInfo()
H A Dbundle_mgr_proxy.cpp5202 ErrCode BundleMgrProxy::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::BundleMgrProxy
5207 APP_LOGE("GetAllDesktopShortcutInfo write InterfaceToken fail"); in GetAllDesktopShortcutInfo()
5211 APP_LOGE("GetAllDesktopShortcutInfo write bundleName fail"); in GetAllDesktopShortcutInfo()

Completed in 88 milliseconds