Searched refs:bundleLabelKey (Results 1 – 1 of 1) sorted by relevance
2081 std::string bundleLabelKey = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in UpdateBundlePropertyToDisturbeDB() local2082 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()