/ohos5.0/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 | 209 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 D | shortcut_data_storage_interface.h | 29 …virtual void GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) =…
|
H A D | shortcut_data_storage_rdb.h | 32 void GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos);
|
H A D | bundle_mgr_host_impl.h | 1009 …virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos…
|
H A D | bundle_data_mgr.h | 984 ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos);
|
/ohos5.0/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> &s… in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::ShortcutDataStorageRdb
|
H A D | bundle_mgr_host_impl.cpp | 4430 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 D | bundle_data_mgr.cpp | 8987 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 D | bms_data_mgr_test.cpp | 2474 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 D | bundlemgrproxy_fuzzer.cpp | 331 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 D | bundle_mgr_interface.h | 1557 …virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() function
|
H A D | bundle_mgr_proxy.h | 1088 …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 D | bms_bundle_data_mgr_test.cpp | 6258 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 D | bms_bundle_kit_service_test.cpp | 13374 auto ret = bundleMgrProxy->GetAllDesktopShortcutInfo(DEFAULT_USERID, shortcutInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 4028 auto ret = GetAllDesktopShortcutInfo(userId, infos); in HandleGetAllDesktopShortcutInfo()
|
H A D | bundle_mgr_proxy.cpp | 5149 ErrCode BundleMgrProxy::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortc… in GetAllDesktopShortcutInfo() function in OHOS::AppExecFwk::BundleMgrProxy
|