Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp49 const static std::string KEY_BUNDLE_LABEL = "label_ans_bundle_"; variable
340 std::string bundleKeyStr = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in PutBundlePropertyToDisturbeDB()
537 std::string bundleKeyStr = KEY_BUNDLE_LABEL + bundleName + std::to_string(bundleUid); in CheckBundle()
606 int32_t result = rdbDataManager_->QueryDataBeginWithKey(KEY_BUNDLE_LABEL, values); in ParseFromDisturbeDB()
648 std::string bundleDBKey = KEY_BUNDLE_LABEL + KEY_BUNDLE_NAME + KEY_UNDER_LINE + bundleKey; in RemoveBundleFromDisturbeDB()
1367 std::string key = KEY_BUNDLE_LABEL + bundleName + std::to_string(uid); in RemoveAnsBundleDbInfo()