Home
last modified time | relevance | path

Searched refs:shortcutStorage_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1260 std::shared_ptr<IShortcutDataStorage> shortcutStorage_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp130 shortcutStorage_ = std::make_shared<ShortcutDataStorageRdb>(); in BundleDataMgr()
8965 if (!shortcutStorage_->AddDesktopShortcutInfo(shortcutInfo, userId, isIdIllegal)) { in AddDesktopShortcutInfo()
8981 if (!shortcutStorage_->DeleteDesktopShortcutInfo(shortcutInfo, userId)) { in DeleteDesktopShortcutInfo()
8995 shortcutStorage_->GetAllDesktopShortcutInfo(userId, datas); in GetAllDesktopShortcutInfo()
9018 if (!shortcutStorage_->DeleteDesktopShortcutInfo(bundleName)) { in DeleteDesktopShortcutInfo()
9029 if (!shortcutStorage_->DeleteDesktopShortcutInfo(bundleName, userId, appIndex)) { in DeleteDesktopShortcutInfo()