Searched refs:DBKey (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | convertor.h | 25 using DBKey = DistributedDB::Key; 29 virtual Key ToKey(DBKey &&key, std::string &deviceId) const;
|
H A D | device_convertor.h | 24 Key ToKey(DBKey &&key, std::string &deviceId) const override;
|
H A D | observer_bridge.h | 28 using DBKey = DistributedDB::Key; variable
|
H A D | single_store_impl.h | 42 using DBKey = DistributedDB::Key; variable 46 using Convert = std::function<Key(const DBKey &key, std::string &deviceId)>;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 43 DBKey dbKey = convertor_.ToLocalDBKey(key); in Put() 95 DBKey dbKey = convertor_.ToLocalDBKey(key); in Delete() 117 std::vector<DBKey> dbKeys; in DeleteBatch() 119 DBKey dbKey = convertor_.ToLocalDBKey(key); in DeleteBatch() 201 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get() 235 DBKey dbPrefix = convertor_.GetPrefix(prefix); in GetEntries() 263 DBKey dbPrefix = convertor_.GetPrefix(prefix); in GetResultSet()
|
H A D | device_convertor.cpp | 59 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | upgrade.cpp | 33 using DBKey = DistributedDB::Key; typedef 113 auto dbStatus = kvStore->UpdateKey([uuid](const DBKey &originKey, DBKey &newKey) { in UpdateUuid()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | convertor.cpp | 27 Key Convertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey() 54 std::set<DBKey> keys; in GetDBQuery()
|
H A D | single_store_impl.cpp | 96 DBKey dbKey = convertor_.ToLocalDBKey(key); in Put() 155 DBKey dbKey = convertor_.ToLocalDBKey(key); in Delete() 180 std::vector<DBKey> dbKeys; in DeleteBatch() 182 DBKey dbKey = convertor_.ToLocalDBKey(key); in DeleteBatch() 349 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get() 404 DBKey dbPrefix = convertor_.GetPrefix(prefix); in GetEntries() 434 DBKey dbPrefix = convertor_.GetPrefix(prefix); in GetResultSet()
|
H A D | observer_bridge.cpp | 125 entry.key = convert.ToKey(DBKey(dbEntry.key), deviceId); in ConvertDB()
|
H A D | device_convertor.cpp | 61 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | device_convertor.h | 24 Key ToKey(DBKey &&key, std::string &deviceId) const override;
|
H A D | single_store_impl.h | 33 using DBKey = DistributedDB::Key; variable 37 using Convert = std::function<Key(const DBKey &key, std::string &deviceId)>;
|