/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/launcherservice_fuzzer/ |
H A D | launcherservice_fuzzer.cpp | 35 std::vector<ShortcutInfo> shortcutInfos; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | shortcut_data_storage_rdb.cpp | 95 …DataStorageRdb::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() 193 …cutDataStorageRdb::GetDesktopShortcutInfosByDefaultUserId(std::vector<ShortcutInfo> &shortcutInfos) in GetDesktopShortcutInfosByDefaultUserId()
|
H A D | bundle_mgr_host_impl.cpp | 1982 std::vector<ShortcutInfo> shortcutInfos; in DumpShortcutInfo() local 2437 const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos) in GetShortcutInfos() 2450 const std::string &bundleName, int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetShortcutInfos() 2473 std::vector<ShortcutInfo> &shortcutInfos, int32_t userId) in GetShortcutInfoV9() 4430 …dleMgrHostImpl::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo()
|
H A D | bundle_data_mgr.cpp | 8987 … BundleDataMgr::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/shortcut_manager/ |
H A D | shortcut_manager.h | 46 std::vector<OHOS::AppExecFwk::ShortcutInfo> shortcutInfos; member
|
H A D | shortcut_manager.cpp | 202 int32_t userId, std::vector<OHOS::AppExecFwk::ShortcutInfo> &shortcutInfos) in InnerGetAllDesktopShortcutInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/ |
H A D | launcher_bundle_manager.h | 51 std::vector<OHOS::AppExecFwk::ShortcutInfo> shortcutInfos; member
|
H A D | launcher_bundle_manager.cpp | 274 std::vector<OHOS::AppExecFwk::ShortcutInfo> &shortcutInfos, int32_t userId) in InnerGetShortcutInfo() 385 std::vector<OHOS::AppExecFwk::ShortcutInfo> shortcutInfos; in GetShortcutInfoSync() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | launcher_service.cpp | 248 const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos) in GetShortcutInfos() 373 const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos, int32_t userId) in GetShortcutInfoV9()
|
H A D | bundle_mgr_proxy.cpp | 2547 …MgrProxy::GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos) in GetShortcutInfos() 2574 std::vector<ShortcutInfo> &shortcutInfos, int32_t userId) in GetShortcutInfoV9() 5149 …BundleMgrProxy::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 69 std::vector<ShortcutInfo> shortcutInfos; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 834 std::vector<ShortcutInfo> shortcutInfos; variable 856 std::vector<ShortcutInfo> shortcutInfos; variable 879 std::vector<ShortcutInfo> shortcutInfos; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.cpp | 53 std::vector<OHOS::AppExecFwk::ShortcutInfo> shortcutInfos; member 460 const std::vector<OHOS::AppExecFwk::ShortcutInfo> &shortcutInfos) in ParseShortcutInfo() 909 std::vector<OHOS::AppExecFwk::ShortcutInfo>& shortcutInfos) in InnerJSGetShortcutInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bm_install_multi_user_test.cpp | 1153 std::vector<ShortcutInfo> shortcutInfos; variable 1183 std::vector<ShortcutInfo> shortcutInfos; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 500 std::vector<ShortcutInfo> shortcutInfos; variable 513 std::vector<ShortcutInfo> shortcutInfos; variable
|
H A D | bms_bundle_permission_false_test.cpp | 690 std::vector<ShortcutInfo> shortcutInfos; variable 703 std::vector<ShortcutInfo> shortcutInfos; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 970 …tual bool GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos) in GetShortcutInfos() 1557 …virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 821 ShortcutInfo shortcutInfos; in MockShortcutInfo() local 5606 std::vector<ShortcutInfo> shortcutInfos; variable 5645 std::vector<ShortcutInfo> shortcutInfos; variable 5660 std::vector<ShortcutInfo> shortcutInfos; variable 5675 std::vector<ShortcutInfo> shortcutInfos; variable 5689 std::vector<ShortcutInfo> shortcutInfos; variable 5709 std::vector<ShortcutInfo> shortcutInfos; variable 5728 std::vector<ShortcutInfo> shortcutInfos; variable 9998 std::vector<ShortcutInfo> shortcutInfos; variable 13373 std::vector<ShortcutInfo> shortcutInfos; variable
|
H A D | bms_bundle_data_mgr_test.cpp | 696 ShortcutInfo shortcutInfos; in MockShortcutInfo() local 896 ShortcutInfo shortcutInfos; in InitShortcutInfo() local 2641 std::vector<ShortcutInfo> shortcutInfos; variable 3617 std::vector<ShortcutInfo> shortcutInfos; variable 3632 std::vector<ShortcutInfo> shortcutInfos; variable 3655 std::vector<ShortcutInfo> shortcutInfos; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 347 void AddModuleShortcutInfo(const std::map<std::string, ShortcutInfo> &shortcutInfos) in AddModuleShortcutInfo() 1103 void InsertShortcutInfos(const std::string &keyName, const ShortcutInfo &shortcutInfos) in InsertShortcutInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 1023 std::vector<ShortcutInfo> shortcutInfos; in BenchmarkTestGetShortcutInfos() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2080 std::vector<ShortcutInfo> shortcutInfos; variable 2625 std::vector<ShortcutInfo> shortcutInfos; variable 3429 std::vector<ShortcutInfo> shortcutInfos; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 145 ShortcutInfo shortcutInfos; in InitShortcutInfo() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 7517 std::vector<ShortcutInfo> shortcutInfos; variable 7548 std::vector<ShortcutInfo> shortcutInfos; variable 7570 std::vector<ShortcutInfo> shortcutInfos; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 2145 void CommonFunc::ConvertShortCutInfos(napi_env env, const std::vector<ShortcutInfo> &shortcutInfos,… in ConvertShortCutInfos()
|