Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_commit_notify_filterable_data.h58 uint64_t GetNotifyID() const;
H A Dkvdb_commit_notify_filterable_data.cpp97 uint64_t KvDBCommitNotifyFilterAbleData::GetNotifyID() const in GetNotifyID() function in DistributedDB::KvDBCommitNotifyFilterAbleData
H A Dgeneric_kvdb_connection.cpp309 if (data->GetNotifyID() <= notifyBarrier) { in RegisterSpecialListener()