Searched refs:RdbStoreDataCallBackNotificationStorage (Results 1 – 3 of 3) sorted by relevance
33 RdbStoreDataCallBackNotificationStorage::RdbStoreDataCallBackNotificationStorage( in RdbStoreDataCallBackNotificationStorage() function in OHOS::Notification::RdbStoreDataCallBackNotificationStorage39 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()
41 class RdbStoreDataCallBackNotificationStorage : public NativeRdb::RdbOpenCallback {44 RdbStoreDataCallBackNotificationStorage(const NotificationRdbConfig ¬ificationRdbConfig);46 virtual ~RdbStoreDataCallBackNotificationStorage();
347 std::unique_ptr<RdbStoreDataCallBackNotificationStorage> rdbStoreData_ =348 std::make_unique<RdbStoreDataCallBackNotificationStorage>(notificationRdbConfig);362 std::unique_ptr<RdbStoreDataCallBackNotificationStorage> rdbStoreData_ =363 std::make_unique<RdbStoreDataCallBackNotificationStorage>(notificationRdbConfig);