Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp340 std::string bundleKeyStr = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in PutBundlePropertyToDisturbeDB()
371 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutShowBadge()
389 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutImportance()
406 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutTotalBadgeNums()
425 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutNotificationsEnabledForBundle()
461 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutHasPoppedDialog()
771 int32_t result = rdbDataManager_->InsertData(bundleKey, GenerateBundleLablel(bundleInfo)); in PutBundleToDisturbeDB()
1207 std::string NotificationPreferencesDatabase::GenerateBundleLablel( in GenerateBundleLablel() function in OHOS::Notification::NotificationPreferencesDatabase
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_database.h226 … std::string GenerateBundleLablel(const NotificationPreferencesInfo::BundleInfo &bundleInfo) const;