/foundation/bundlemanager/bundle_framework/interfaces/kits/js/shortcut_manager/ |
H A D | native_module.cpp | 34 DECLARE_NAPI_FUNCTION("getAllDesktopShortcutInfo", GetAllDesktopShortcutInfo), in ShortcutManagerExport()
|
H A D | shortcut_manager.h | 51 napi_value GetAllDesktopShortcutInfo(napi_env env, napi_callback_info info);
|
H A D | shortcut_manager.cpp | 33 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 D | shortcut_data_storage_rdb.h | 32 void GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos);
|
H A D | shortcut_data_storage_interface.h | 29 virtual void GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) = 0;
|
H A D | bundle_mgr_host_impl.h | 1009 virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) override;
|
H A D | bundle_data_mgr.h | 978 ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos);
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutdatastoragerdb_fuzzer/ |
H A D | shortcutdatastoragerdb_fuzzer.cpp | 45 shortcutDataStorageRdb->GetAllDesktopShortcutInfo(USERID, shortcutInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | shortcut_data_storage_rdb.cpp | 95 void ShortcutDataStorageRdb::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::ShortcutDataStorageRdb
|
H A D | bundle_mgr_host_impl.cpp | 4398 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 D | bundle_data_mgr.cpp | 8696 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 D | bms_data_mgr_test.cpp | 2742 * @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 D | bundlemgrproxy_fuzzer.cpp | 330 bundleMgrProxy.GetAllDesktopShortcutInfo(reinterpret_cast<uintptr_t>(data), shortcutInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1561 virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 1091 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 D | bms_bundle_data_mgr_test.cpp | 6273 * @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 D | bms_bundle_kit_service_test.cpp | 13553 * @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 D | bundle_mgr_host.cpp | 4032 auto ret = GetAllDesktopShortcutInfo(userId, infos); in HandleGetAllDesktopShortcutInfo()
|
H A D | bundle_mgr_proxy.cpp | 5202 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()
|