Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.h99 uint64_t GetEventNotifyCounter() const;
H A Dgeneric_kvdb.cpp198 uint64_t GenericKvDB::GetEventNotifyCounter() const in GetEventNotifyCounter() function in DistributedDB::GenericKvDB
H A Dgeneric_kvdb_connection.cpp302 uint64_t notifyBarrier = kvDB_->GetEventNotifyCounter(); in RegisterSpecialListener()