Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp275 rdbDataManager_ = std::make_shared<NotificationDataMgr>(notificationRdbConfig); in NotificationPreferencesDatabase()
286 if (rdbDataManager_ != nullptr) { in CheckRdbStore()
287 int32_t result = rdbDataManager_->Init(); in CheckRdbStore()
323 int32_t result = rdbDataManager_->InsertBatchData(values); in PutSlotsToDisturbeDB()
441 int32_t result = rdbDataManager_->InsertData(typeKey, enableValue); in PutNotificationsEnabled()
498 int32_t result = rdbDataManager_->InsertBatchData(values); in PutDoNotDisturbDate()
515 int32_t result = rdbDataManager_->QueryData(key, value); in GetValueFromDisturbeDB()
531 int32_t result = rdbDataManager_->QueryData(key, value); in GetValueFromDisturbeDB()
585 int32_t result = rdbDataManager_->InsertBatchData(values); in PutBundlePropertyValueToDisturbeDB()
606 int32_t result = rdbDataManager_->QueryDataBeginWithKey(KEY_BUNDLE_LABEL, values); in ParseFromDisturbeDB()
[all …]
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_database.h239 std::shared_ptr<NotificationDataMgr> rdbDataManager_; variable