Home
last modified time | relevance | path

Searched refs:DumpShortcutInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1056 bool DumpShortcutInfo(const std::string &bundleName, int32_t userId, std::string &result);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1830 ret = DumpShortcutInfo(bundleName, userId, result); in DumpInfos()
1923 bool BundleMgrHostImpl::DumpShortcutInfo( in DumpShortcutInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
1926 APP_LOGD("DumpShortcutInfo begin"); in DumpShortcutInfo()
1951 APP_LOGD("DumpShortcutInfo success with bundleName %{public}s", bundleName.c_str()); in DumpShortcutInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2925 * @tc.desc: 1.test DumpShortcutInfo
2931 bool ret = hostImpl->DumpShortcutInfo("", Constants::ALL_USERID, result); in HWTEST_F()
2933 ret = hostImpl->DumpShortcutInfo(TEST_BUNDLE_NAME, Constants::ALL_USERID, result); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9947 * @tc.name: Test DumpShortcutInfo
9948 * @tc.desc: 1.Test the DumpShortcutInfo by BundleMgrHostImpl
9957 auto ret = hostImpl->DumpShortcutInfo("ohos.test.error", userId, result); in HWTEST_F()
9960 ret = hostImpl->DumpShortcutInfo(BUNDLE_NAME_TEST, userId, result); in HWTEST_F()

Completed in 41 milliseconds