Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h122 std::function<void(int, KvDBCommitNotifyFilterAbleData *)> commitNotifyFunc_; variable
H A Dstorage_engine.cpp32 commitNotifyFunc_(nullptr), in StorageEngine()
389 commitNotifyFunc_ = callback; in SetNotifiedCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp541commitNotifyFunc_(static_cast<int>(SQLiteGeneralNSNotificationEventType::SQLITE_GENERAL_FINISH_MIG… in EndMigrate()
1003 if (commitNotifyFunc_ == nullptr) { in CommitAndReleaseNotifyData()
1009 commitNotifyFunc_(eventType, static_cast<KvDBCommitNotifyFilterAbleData *>(committedData)); in CommitAndReleaseNotifyData()