Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h246 …bool UpdateBundlePropertyToDisturbeDB(int32_t userId, const NotificationPreferencesInfo::BundleInf…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp695 if (!preferncesDB_->UpdateBundlePropertyToDisturbeDB(userId, bundleInfo)) { in UpdateCloneBundleInfo()
H A Dnotification_preferences_database.cpp2068 bool NotificationPreferencesDatabase::UpdateBundlePropertyToDisturbeDB(int32_t userId, in UpdateBundlePropertyToDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase