Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp2020 std::string bundleLabelKey = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in UpdateBundlePropertyToDisturbeDB() local
2021 int32_t result = rdbDataManager_->QueryData(bundleLabelKey, value, userId); in UpdateBundlePropertyToDisturbeDB()
2023 if (rdbDataManager_->InsertData(bundleLabelKey, GenerateBundleLablel(bundleInfo), userId) in UpdateBundlePropertyToDisturbeDB()
2025 ANS_LOGE("Store bundle name %{public}s to db is failed.", bundleLabelKey.c_str()); in UpdateBundlePropertyToDisturbeDB()
2032 ANS_LOGW("Query bundle name %{public}s failed %{public}d.", bundleLabelKey.c_str(), result); in UpdateBundlePropertyToDisturbeDB()

Completed in 4 milliseconds