Home
last modified time | relevance | path

Searched refs:SQLITE_GENERAL_CONFLICT_EVENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store.cpp112 …CommitNotify(static_cast<int>(SQLiteGeneralNSNotificationEventType::SQLITE_GENERAL_CONFLICT_EVENT), in CommitAndReleaseNotifyData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h28 SQLITE_GENERAL_CONFLICT_EVENT = 0x08, // Conflict event enumerator
H A Dsqlite_single_ver_natural_store.cpp1112 static_cast<int>(SQLiteGeneralNSNotificationEventType::SQLITE_GENERAL_CONFLICT_EVENT), in RegisterNotification()
1147 SQLiteGeneralNSNotificationEventType::SQLITE_GENERAL_CONFLICT_EVENT)); in ReleaseResources()
1639 { static_cast<int>(SQLiteGeneralNSNotificationEventType::SQLITE_GENERAL_CONFLICT_EVENT), in TransObserverTypeToRegisterFunctionType()
H A Dsqlite_single_ver_natural_store_connection.cpp460 …static_cast<int>(SQLiteGeneralNSNotificationEventType::SQLITE_GENERAL_CONFLICT_EVENT), key, action… in SetConflictNotifier()
1210 … static_cast<int>(SQLiteGeneralNSNotificationEventType::SQLITE_GENERAL_CONFLICT_EVENT), in CommitAndReleaseNotifyData()