Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp919 bool storeDBResult = true; in SaveBundleProperty() local
923 storeDBResult = preferncesDB_->PutImportance(bundleInfo, value); in SaveBundleProperty()
927 storeDBResult = preferncesDB_->PutTotalBadgeNums(bundleInfo, value); in SaveBundleProperty()
931 storeDBResult = preferncesDB_->PutShowBadge(bundleInfo, value); in SaveBundleProperty()
945 storeDBResult = preferncesDB_->PutSlotFlags(bundleInfo, value); in SaveBundleProperty()
1046 bool storeDBResult = true; in SetDistributedEnabledByBundle() local
1064 bool storeDBResult = true; in IsDistributedEnabledByBundle() local
1077 bool storeDBResult = true; in SetSmartReminderEnabled() local
1078 storeDBResult = preferncesDB_->SetSmartReminderEnabled(deviceType, enabled); in SetSmartReminderEnabled()
1090 bool storeDBResult = true; in IsSmartReminderEnabled() local
[all …]