Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.h44 const std::vector<uint8_t> &GetPrefixKey() const;
H A Dquery_object.cpp172 const std::vector<uint8_t> &QueryObject::GetPrefixKey() const in GetPrefixKey() function in DistributedDB::QueryObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.cpp413 const auto &startKey = query.GetPrefixKey(); in GetSyncData()