Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp61 const static std::string KEY_BUNDLE_LABEL = "label_ans_bundle_"; member
295 std::string bundleKeyStr = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in PutBundlePropertyToDisturbeDB()
588 std::string bundleKeyStr = KEY_BUNDLE_LABEL + bundleName + std::to_string(bundleUid); in CheckBundle()
671 int32_t result = rdbDataManager_->QueryDataBeginWithKey(KEY_BUNDLE_LABEL, values, iter); in ParseFromDisturbeDB()
718 std::string bundleDBKey = KEY_BUNDLE_LABEL + KEY_BUNDLE_NAME + KEY_UNDER_LINE + bundleKey; in RemoveBundleFromDisturbeDB()
1635 std::string key = KEY_BUNDLE_LABEL + bundleName + std::to_string(uid); in RemoveAnsBundleDbInfo()
2020 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_"; member
701 if (GetBatchKvsFromDb(KEY_BUNDLE_LABEL, bundlesMap, userId) != ERR_OK) { in GetAllCLoneBundlesInfo()

Completed in 6 milliseconds