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.cpp426 std::string bundleKey = "BundleKey"; variable
463 std::string bundleKey = "bundleKey"; variable
480 std::string bundleKey = "bundleKey"; variable
497 std::string bundleKey = "bundleKey"; variable
514 std::string bundleKey = "bundleKey"; variable
531 std::string bundleKey = "bundleKey"; variable
548 std::string bundleKey = "bundleKey"; variable
565 std::string bundleKey = "bundleKey"; variable
582 std::string bundleKey = "bundleKey"; variable
599 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.cpp413 std::string bundleKey = "<bundleKey>"; variable
430 std::string bundleKey = "<bundleKey>"; variable
449 std::string bundleKey = "<bundleKey>"; variable
463 std::string bundleKey = "<bundleKey>"; variable
480 std::string bundleKey = "<bundleKey>"; variable
499 std::string bundleKey = "<bundleKey>"; variable
514 std::string bundleKey = "<bundleKey>"; variable
530 std::string bundleKey = "<bundleKey>"; variable
546 std::string bundleKey = "<bundleKey>"; variable
562 std::string bundleKey = "<bundleKey>"; variable
[all …]
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp321 …std::string bundleKey = bundleOption->GetBundleName().append(std::to_string(bundleOption->GetUid()… in IsNotificationSlotFlagsExists() local
342 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutShowBadge() local
360 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutImportance() local
377 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutTotalBadgeNums() local
396 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutNotificationsEnabledForBundle() local
428 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutSlotFlags() local
446 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutHasPoppedDialog() local
633 …std::string bundleKey = bundleInfo.GetBundleName().append(std::to_string(bundleInfo.GetBundleUid()… in PutBundlePropertyValueToDisturbeDB() local
696 std::string bundleKey; in GetBundleInfo() local
738 const std::string &bundleKey, const int32_t &bundleUid) in RemoveBundleFromDisturbeDB()
[all …]
Dnotification_preferences_info.cpp228 std::string bundleKey = info.GetBundleName().append(std::to_string(info.GetBundleUid())); in SetBundleInfo() local
235 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in GetBundleInfo() local
246 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in RemoveBundleInfo() local
257 std::string bundleKey = bundleOption->GetBundleName() + std::to_string(bundleOption->GetUid()); in IsExsitBundleInfo() local
407 void NotificationPreferencesInfo::SetBundleInfoFromDb(BundleInfo &info, std::string bundleKey) in SetBundleInfoFromDb()