Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp896 bool storeDBResult = true; in SaveBundleProperty() local
900 storeDBResult = preferncesDB_->PutImportance(bundleInfo, value); in SaveBundleProperty()
904 storeDBResult = preferncesDB_->PutTotalBadgeNums(bundleInfo, value); in SaveBundleProperty()
908 storeDBResult = preferncesDB_->PutShowBadge(bundleInfo, value); in SaveBundleProperty()
912 storeDBResult = preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, value); in SaveBundleProperty()
917 storeDBResult = preferncesDB_->PutHasPoppedDialog(bundleInfo, value); in SaveBundleProperty()
922 storeDBResult = preferncesDB_->PutSlotFlags(bundleInfo, value); in SaveBundleProperty()
928 " : " + std::to_string(value) + " : " + std::to_string(storeDBResult)); in SaveBundleProperty()
930 return storeDBResult ? ERR_OK : ERR_ANS_PREFERENCES_NOTIFICATION_DB_OPERATION_FAILED; in SaveBundleProperty()
1026 bool storeDBResult in SetDistributedEnabledByBundle() local
1044 bool storeDBResult = true; IsDistributedEnabledByBundle() local
1057 bool storeDBResult = true; SetSmartReminderEnabled() local
1070 bool storeDBResult = true; IsSmartReminderEnabled() local
[all...]

Completed in 4 milliseconds