Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_rdb_data_mgr.cpp33 RdbStoreDataCallBackNotificationStorage::RdbStoreDataCallBackNotificationStorage( in RdbStoreDataCallBackNotificationStorage() function in OHOS::Notification::RdbStoreDataCallBackNotificationStorage
39 RdbStoreDataCallBackNotificationStorage::~RdbStoreDataCallBackNotificationStorage() in ~RdbStoreDataCallBackNotificationStorage()
44 int32_t RdbStoreDataCallBackNotificationStorage::OnCreate(NativeRdb::RdbStore &rdbStore) in OnCreate()
61 int32_t RdbStoreDataCallBackNotificationStorage::OnUpgrade( in OnUpgrade()
69 int32_t RdbStoreDataCallBackNotificationStorage::OnDowngrade( in OnDowngrade()
77 int32_t RdbStoreDataCallBackNotificationStorage::OnOpen(NativeRdb::RdbStore &rdbStore) in OnOpen()
83 int32_t RdbStoreDataCallBackNotificationStorage::onCorruption(std::string databaseFile) in onCorruption()
113 RdbStoreDataCallBackNotificationStorage rdbDataCallBack_(notificationRdbConfig_); in Init()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_rdb_data_mgr.h41 class RdbStoreDataCallBackNotificationStorage : public NativeRdb::RdbOpenCallback {
44 RdbStoreDataCallBackNotificationStorage(const NotificationRdbConfig &notificationRdbConfig);
46 virtual ~RdbStoreDataCallBackNotificationStorage();
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp347 std::unique_ptr<RdbStoreDataCallBackNotificationStorage> rdbStoreData_ =
348 std::make_unique<RdbStoreDataCallBackNotificationStorage>(notificationRdbConfig);
362 std::unique_ptr<RdbStoreDataCallBackNotificationStorage> rdbStoreData_ =
363 std::make_unique<RdbStoreDataCallBackNotificationStorage>(notificationRdbConfig);