Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp434 std::string bundleKey = "BundleKey"; variable
471 std::string bundleKey = "bundleKey"; variable
488 std::string bundleKey = "bundleKey"; variable
505 std::string bundleKey = "bundleKey"; variable
522 std::string bundleKey = "bundleKey"; variable
539 std::string bundleKey = "bundleKey"; variable
556 std::string bundleKey = "bundleKey"; variable
573 std::string bundleKey = "bundleKey"; variable
590 std::string bundleKey = "bundleKey"; variable
607 std::string bundleKey = "bundleKey"; variable
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
Dnotification_preferences_database_branch_test.cpp411 std::string bundleKey = "<bundleKey>"; variable
427 std::string bundleKey = "<bundleKey>"; variable
445 std::string bundleKey = "<bundleKey>"; variable
459 std::string bundleKey = "<bundleKey>"; variable
476 std::string bundleKey = "<bundleKey>"; variable
495 std::string bundleKey = "<bundleKey>"; variable
510 std::string bundleKey = "<bundleKey>"; variable
526 std::string bundleKey = "<bundleKey>"; variable
542 std::string bundleKey = "<bundleKey>"; variable
558 std::string bundleKey = "<bundleKey>"; variable
[all …]
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp150 std::string bundleKey = info.GetBundleName().append(std::to_string(info.GetBundleUid())); in SetBundleInfo() local
157 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in GetBundleInfo() local
168 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in RemoveBundleInfo() local
179 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in IsExsitBundleInfo() local
234 void NotificationPreferencesInfo::SetBundleInfoFromDb(const BundleInfo &info, std::string bundleKey) in SetBundleInfoFromDb()
Dnotification_preferences_database.cpp371 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutShowBadge() local
389 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutImportance() local
406 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutTotalBadgeNums() local
425 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutNotificationsEnabledForBundle() local
461 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutHasPoppedDialog() local
565 …std::string bundleKey = bundleInfo.GetBundleName().append(std::to_string(bundleInfo.GetBundleUid()… in PutBundlePropertyValueToDisturbeDB() local
626 bool NotificationPreferencesDatabase::RemoveBundleFromDisturbeDB(const std::string &bundleKey) in RemoveBundleFromDisturbeDB()
659 const std::string &bundleKey, const NotificationConstant::SlotType &type) in RemoveSlotFromDisturbeDB()
694 bool NotificationPreferencesDatabase::RemoveAllSlotsFromDisturbeDB(const std::string &bundleKey) in RemoveAllSlotsFromDisturbeDB()
731 const std::string &bundleKey, const BundleType &type, const T &t) in PutBundlePropertyToDisturbeDB()
[all …]