Home
last modified time | relevance | path

Searched refs:DBKey (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dconvertor.h25 using DBKey = DistributedDB::Key;
29 virtual Key ToKey(DBKey &&key, std::string &deviceId) const;
H A Ddevice_convertor.h24 Key ToKey(DBKey &&key, std::string &deviceId) const override;
H A Dobserver_bridge.h28 using DBKey = DistributedDB::Key; variable
H A Dsingle_store_impl.h42 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 Dsingle_store_impl.cpp43 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 Ddevice_convertor.cpp59 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp33 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 Dconvertor.cpp27 Key Convertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey()
54 std::set<DBKey> keys; in GetDBQuery()
H A Dsingle_store_impl.cpp96 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 Dobserver_bridge.cpp125 entry.key = convert.ToKey(DBKey(dbEntry.key), deviceId); in ConvertDB()
H A Ddevice_convertor.cpp61 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h24 Key ToKey(DBKey &&key, std::string &deviceId) const override;
H A Dsingle_store_impl.h33 using DBKey = DistributedDB::Key; variable
37 using Convert = std::function<Key(const DBKey &key, std::string &deviceId)>;