Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A 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 …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A 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 …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp328 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutShowBadge() local
346 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutImportance() local
363 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutTotalBadgeNums() local
382 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutNotificationsEnabledForBundle() local
414 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutSlotFlags() local
432 std::string bundleKey = GenerateBundleLablel(bundleInfo); in PutHasPoppedDialog() local
696 std::string bundleKey; in GetBundleInfo() local
738 const std::string &bundleKey, const int32_t &bundleUid) in RemoveBundleFromDisturbeDB()
878 const std::string &bundleKey, const int32_t &bundleUid) in RemoveAllSlotsFromDisturbeDB()
1035 std::string bundleKey = item.second; in ParseBundleFromDistureDB() local
[all …]
H A 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()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.cpp67 std::string bundleKey = bundleName + std::to_string(userId); in GetBundleInfoFromBMS() local