Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp328 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutShowBadge()
346 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutImportance()
363 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutTotalBadgeNums()
382 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutNotificationsEnabledForBundle()
414 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutSlotFlags()
432 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutHasPoppedDialog()
1482 std::string NotificationPreferencesDatabase::GenerateBundleLablel( in GenerateBundleLablel() function in OHOS::Notification::NotificationPreferencesDatabase
1924 std::string key = GenerateBundleLablel(bundleInfo, deviceType); in PutDistributedEnabledForBundle()
1930 std::string NotificationPreferencesDatabase::GenerateBundleLablel( in GenerateBundleLablel() function in OHOS::Notification::NotificationPreferencesDatabase
2003 std::string key = GenerateBundleLablel(deviceType, userId); in SetSmartReminderEnabled()
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h324 … std::string GenerateBundleLablel(const NotificationPreferencesInfo::BundleInfo &bundleInfo) const;
325 std::string GenerateBundleLablel(const NotificationPreferencesInfo::BundleInfo &bundleInfo,
327 std::string GenerateBundleLablel(const std::string &deviceType, const int32_t userId) const;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp934 auto ret = preferncesDB_->GenerateBundleLablel(bundleInfo, deviceType);