Home
last modified time | relevance | path

Searched defs:shortcutInfos (Results 1 - 25 of 26) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/shortcut_manager/
H A Dshortcut_manager.h46 std::vector<OHOS::AppExecFwk::ShortcutInfo> shortcutInfos; member
H A Dshortcut_manager.cpp201 InnerGetAllDesktopShortcutInfo( int32_t userId, std::vector<OHOS::AppExecFwk::ShortcutInfo> &shortcutInfos) InnerGetAllDesktopShortcutInfo() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/launcherservice_fuzzer/
H A Dlauncherservice_fuzzer.cpp35 std::vector<ShortcutInfo> shortcutInfos; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/
H A Dlauncher_bundle_manager.h51 std::vector<OHOS::AppExecFwk::ShortcutInfo> shortcutInfos; member
H A Dlauncher_bundle_manager.cpp385 std::vector<OHOS::AppExecFwk::ShortcutInfo> shortcutInfos; in GetShortcutInfoSync() local
273 InnerGetShortcutInfo(std::string &bundleName, std::vector<OHOS::AppExecFwk::ShortcutInfo> &shortcutInfos, int32_t userId) InnerGetShortcutInfo() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutdatastoragerdb_fuzzer/
H A Dshortcutdatastoragerdb_fuzzer.cpp44 std::vector<ShortcutInfo> shortcutInfos; in DoSomethingInterestingWithMyAPI() local
/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() argument
193 void ShortcutDataStorageRdb::GetDesktopShortcutInfosByDefaultUserId(std::vector<ShortcutInfo> &shortcutInfos) in GetDesktopShortcutInfosByDefaultUserId() argument
H A Dbundle_mgr_host_impl.cpp1927 std::vector<ShortcutInfo> shortcutInfos; in DumpShortcutInfo() local
4398 ErrCode BundleMgrHostImpl::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() argument
2382 GetShortcutInfos( const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos) GetShortcutInfos() argument
2395 GetShortcutInfos( const std::string &bundleName, int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) GetShortcutInfos() argument
2418 GetShortcutInfoV9(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos, int32_t userId) GetShortcutInfoV9() argument
[all...]
H A Dbundle_data_mgr.cpp8696 ErrCode BundleDataMgr::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp246 GetShortcutInfos( const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos) GetShortcutInfos() argument
371 GetShortcutInfoV9( const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos, int32_t userId) GetShortcutInfoV9() argument
H A Dbundle_mgr_proxy.cpp2579 bool BundleMgrProxy::GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos) in GetShortcutInfos() argument
5202 ErrCode BundleMgrProxy::GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() argument
2605 GetShortcutInfoV9(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos, int32_t userId) GetShortcutInfoV9() argument
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbm_install_multi_user_test.cpp1153 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
1183 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp69 std::vector<ShortcutInfo> shortcutInfos; in DoSomethingInterestingWithMyAPI() local
330 bundleMgrProxy.GetAllDesktopShortcutInfo(reinterpret_cast<uintptr_t>(data), shortcutInfos); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp690 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
703 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
H A Dbms_bundle_permission_system_app_test.cpp526 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
539 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp1023 std::vector<ShortcutInfo> shortcutInfos; in BenchmarkTestGetShortcutInfos() local
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp834 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
856 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
879 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp53 std::vector<OHOS::AppExecFwk::ShortcutInfo> shortcutInfos; member
459 ParseShortcutInfo(napi_env env, napi_value result, const std::vector<OHOS::AppExecFwk::ShortcutInfo> &shortcutInfos) ParseShortcutInfo() argument
908 InnerJSGetShortcutInfos(napi_env env, const std::string& bundleName, std::vector<OHOS::AppExecFwk::ShortcutInfo>& shortcutInfos) InnerJSGetShortcutInfos() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp137 ShortcutInfo shortcutInfos; in InitShortcutInfo() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2079 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
2624 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
3407 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h969 virtual bool GetShortcutInfos(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos) in GetShortcutInfos() argument
1561 virtual ErrCode GetAllDesktopShortcutInfo(int32_t userId, std::vector<ShortcutInfo> &shortcutInfos) in GetAllDesktopShortcutInfo() argument
974 GetShortcutInfoV9(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos, int32_t userId = Constants::UNSPECIFIED_USERID) GetShortcutInfoV9() argument
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7569 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
7600 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
7622 std::vector<ShortcutInfo> shortcutInfos; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h348 void AddModuleShortcutInfo(const std::map<std::string, ShortcutInfo> &shortcutInfos) in AddModuleShortcutInfo() argument
1083 void InsertShortcutInfos(const std::string &keyName, const ShortcutInfo &shortcutInfos) in InsertShortcutInfos() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp2142 void CommonFunc::ConvertShortCutInfos(napi_env env, const std::vector<ShortcutInfo> &shortcutInfos, napi_value value) in ConvertShortCutInfos() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp698 ShortcutInfo shortcutInfos; in MockShortcutInfo() local
898 ShortcutInfo shortcutInfos; InitShortcutInfo() local
2662 std::vector<ShortcutInfo> shortcutInfos; HWTEST_F() local
3638 std::vector<ShortcutInfo> shortcutInfos; HWTEST_F() local
3653 std::vector<ShortcutInfo> shortcutInfos; HWTEST_F() local
3676 std::vector<ShortcutInfo> shortcutInfos; HWTEST_F() local
[all...]

Completed in 118 milliseconds

12