Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/utils/src/kvadapter/
Dkv_adapter_manager.cpp74 std::string prefixKey = DM_KV_STORE_PREFIX + value.appID + DB_KEY_DELIMITER + value.udidHash; in PutByAnoyDeviceId() local
107 std::string prefixKey = DM_KV_STORE_PREFIX + value.appID + DB_KEY_DELIMITER + value.udidHash; in Get() local
/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_object.cpp91 …t::QueryObject(const std::list<QueryObjNode> &queryObjNodes, const std::vector<uint8_t> &prefixKey, in QueryObject()
Dquery_sync_object.cpp91 …uerySyncObject(const std::list<QueryObjNode> &queryObjNodes, const std::vector<uint8_t> &prefixKey, in QuerySyncObject()
Dsqlite_cloud_kv_store.cpp299 std::string prefixKey; in FilterCloudVersionPrefixKey() local
Dsqlite_single_ver_natural_store.cpp1996 Key prefixKey; in RemoveAllSubscribe() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1183 const std::vector<uint8_t> prefixKey; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
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.cpp61 std::vector<uint8_t> prefixKey = {'a', 'b', 'c'}; in CalculateDataTest() local
Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1285 std::vector<uint8_t> prefixKey({'a', 'b'}); variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Ddistributeddb_tools_unit_test.cpp346 …tor<uint8_t> DistributedDBToolsUnitTest::GetRandPrefixKey(const std::vector<uint8_t> &prefixKey, u… in GetRandPrefixKey()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dcloud_storage_utils.cpp1456 std::string prefixKey = CloudDbConstant::CLOUD_VERSION_RECORD_PREFIX_KEY; in IsSystemRecord() local