Home
last modified time | relevance | path

Searched defs:bundleKey (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp459 std::string bundleKey = "BundleKey"; variable
496 std::string bundleKey = "bundleKey"; variable
512 std::string bundleKey = "bundleKey"; variable
528 std::string bundleKey = "bundleKey"; variable
544 std::string bundleKey = "bundleKey"; variable
560 std::string bundleKey = "bundleKey"; variable
576 std::string bundleKey = "bundleKey"; variable
592 std::string bundleKey = "bundleKey"; variable
608 std::string bundleKey = "bundleKey"; variable
624 std::string bundleKey = "bundleKey"; variable
[all …]
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp381 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutShowBadge() local
399 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutImportance() local
416 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutTotalBadgeNums() local
433 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutPrivateNotificationsAllowed() local
453 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutNotificationsEnabledForBundle() local
489 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutHasPoppedDialog() local
593 …std::string bundleKey = bundleInfo.GetBundleName().append(std::to_string(bundleInfo.GetBundleUid()… in PutBundlePropertyValueToDisturbeDB() local
657 bool NotificationPreferencesDatabase::RemoveBundleFromDisturbeDB(const std::string &bundleKey) in RemoveBundleFromDisturbeDB()
690 const std::string &bundleKey, const NotificationConstant::SlotType &type) in RemoveSlotFromDisturbeDB()
725 bool NotificationPreferencesDatabase::RemoveAllSlotsFromDisturbeDB(const std::string &bundleKey) in RemoveAllSlotsFromDisturbeDB()
[all …]
Dnotification_preferences_info.cpp160 std::string bundleKey = info.GetBundleName().append(std::to_string(info.GetBundleUid())); in SetBundleInfo() local
167 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in GetBundleInfo() local
178 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in RemoveBundleInfo() local
189 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in IsExsitBundleInfo() local
244 void NotificationPreferencesInfo::SetBundleInfoFromDb(const BundleInfo &info, std::string bundleKey) in SetBundleInfoFromDb()