Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp340 std::string bundleKeyStr = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in PutBundlePropertyToDisturbeDB() local
342 GetValueFromDisturbeDB(bundleKeyStr, [&](const int32_t &status, std::string &value) { in PutBundlePropertyToDisturbeDB()
345 result = PutBundleToDisturbeDB(bundleKeyStr, bundleInfo); in PutBundlePropertyToDisturbeDB()
537 std::string bundleKeyStr = KEY_BUNDLE_LABEL + bundleName + std::to_string(bundleUid); in CheckBundle() local
538 ANS_LOGD("CheckBundle bundleKeyStr %{public}s", bundleKeyStr.c_str()); in CheckBundle()
540 GetValueFromDisturbeDB(bundleKeyStr, [&](const int32_t &status, std::string &value) { in CheckBundle()
546 result = PutBundleToDisturbeDB(bundleKeyStr, bundleInfo); in CheckBundle()