Home
last modified time | relevance | path

Searched refs:filterKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_commit_notify_data.cpp138 const std::list<Entry> &entries, const Key &filterKey, int &errCode) in FilterEntriesByKey() argument
141 if (filterKey.empty()) { in FilterEntriesByKey()
146 if (entry.key == filterKey) { in FilterEntriesByKey()
H A Dsingle_ver_natural_store_commit_notify_data.h85 const Key &filterKey, int &errCode);