Home
last modified time | relevance | path

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

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