Home
last modified time | relevance | path

Searched refs:UnRegisterNotificationEventType (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
Dgeneric_kvdb.h151 void UnRegisterNotificationEventType(int eventType);
Dgeneric_kvdb.cpp254 void GenericKvDB::UnRegisterNotificationEventType(int eventType) in UnRegisterNotificationEventType() function in DistributedDB::GenericKvDB
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_single_ver_natural_store.cpp76 UnRegisterNotificationEventType(*iter); in RegisterNotification()
147 UnRegisterNotificationEventType( in ReleaseResources()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store.cpp1122 UnRegisterNotificationEventType(*iter); in RegisterNotification()
1136 UnRegisterNotificationEventType( in ReleaseResources()
1138 UnRegisterNotificationEventType( in ReleaseResources()
1140 UnRegisterNotificationEventType( in ReleaseResources()
1146 UnRegisterNotificationEventType(static_cast<EventType>( in ReleaseResources()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
Dmulti_ver_natural_store.cpp237 UnRegisterNotificationEventType(NATURAL_STORE_COMMIT_EVENT); in ~MultiVerNaturalStore()