Home
last modified time | relevance | path

Searched refs:ToLocalDBKey (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp43 DBKey dbKey = convertor_.ToLocalDBKey(key); in Put()
70 dbEntry.key = convertor_.ToLocalDBKey(entry.key); in PutBatch()
95 DBKey dbKey = convertor_.ToLocalDBKey(key); in Delete()
119 DBKey dbKey = convertor_.ToLocalDBKey(key); in DeleteBatch()
H A Ddevice_convertor.cpp22 std::vector<uint8_t> DeviceConvertor::ToLocalDBKey(const Key &key) const in ToLocalDBKey() function in OHOS::DistributedKv::DeviceConvertor
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h22 std::vector<uint8_t> ToLocalDBKey(const Key &key) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h22 std::vector<uint8_t> ToLocalDBKey(const Key &key) const override;
H A Dconvertor.h27 virtual std::vector<uint8_t> ToLocalDBKey(const Key &key) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dconvertor.cpp17 std::vector<uint8_t> Convertor::ToLocalDBKey(const Key &key) const in ToLocalDBKey() function in OHOS::DistributedKv::Convertor
H A Ddevice_convertor.cpp23 std::vector<uint8_t> DeviceConvertor::ToLocalDBKey(const Key &key) const in ToLocalDBKey() function in OHOS::DistributedKv::DeviceConvertor
H A Dsingle_store_impl.cpp96 DBKey dbKey = convertor_.ToLocalDBKey(key); in Put()
126 dbEntry.key = convertor_.ToLocalDBKey(entry.key); in PutBatch()
155 DBKey dbKey = convertor_.ToLocalDBKey(key); in Delete()
182 DBKey dbKey = convertor_.ToLocalDBKey(key); in DeleteBatch()