Home
last modified time | relevance | path

Searched refs:KEY_BUNDLE_LABEL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp61 const static std::string KEY_BUNDLE_LABEL = "label_ans_bundle_"; variable
295 std::string bundleKeyStr = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in PutBundlePropertyToDisturbeDB()
602 std::string bundleKeyStr = KEY_BUNDLE_LABEL + bundleName + std::to_string(bundleUid); in CheckBundle()
692 std::string bundleDBKey = KEY_BUNDLE_LABEL + bundleOption->GetBundleName() + in GetBundleInfo()
762 std::string bundleDBKey = KEY_BUNDLE_LABEL + KEY_BUNDLE_NAME + KEY_UNDER_LINE + bundleKey; in RemoveBundleFromDisturbeDB()
1679 std::string key = KEY_BUNDLE_LABEL + bundleName + std::to_string(uid); in RemoveAnsBundleDbInfo()
2081 std::string bundleLabelKey = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in UpdateBundlePropertyToDisturbeDB()
H A Dnotification_preferences.cpp37 const static std::string KEY_BUNDLE_LABEL = "label_ans_bundle_"; variable
732 if (GetBatchKvsFromDb(KEY_BUNDLE_LABEL, bundlesMap, userId) != ERR_OK) { in GetAllCLoneBundlesInfo()