Home
last modified time | relevance | path

Searched defs:prefixKey (Results 1 – 8 of 8) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
Dlru_map.h52 void RemoveWithPrefixKey(const K &prefixKey) in RemoveWithPrefixKey()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dquery_sync_object.cpp90 …uerySyncObject(const std::list<QueryObjNode> &queryObjNodes, const std::vector<uint8_t> &prefixKey, in QuerySyncObject()
Dquery_object.cpp86 …t::QueryObject(const std::list<QueryObjNode> &queryObjNodes, const std::vector<uint8_t> &prefixKey, in QueryObject()
Dsqlite_single_ver_natural_store.cpp2386 Key prefixKey; in RemoveAllSubscribe() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
Dquery_sync_water_mark_helper.cpp533 Key prefixKey; in ResetRecvQueryWaterMark() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_simple_sync_test.cpp60 std::vector<uint8_t> prefixKey = {'a', 'b', 'c'}; in CalculateDataTest() local
Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1274 std::vector<uint8_t> prefixKey({'a', 'b'}); variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Ddistributeddb_tools_unit_test.cpp343 …tor<uint8_t> DistributedDBToolsUnitTest::GetRandPrefixKey(const std::vector<uint8_t> &prefixKey, u… in GetRandPrefixKey()