Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dconvertor.cpp22 std::vector<uint8_t> Convertor::ToWholeDBKey(const Key &key) const in ToWholeDBKey() function in OHOS::DistributedKv::Convertor
56 keys.insert(ToWholeDBKey(GetRealKey(key, query))); in GetDBQuery()
H A Ddevice_convertor.cpp54 std::vector<uint8_t> DeviceConvertor::ToWholeDBKey(const Key &key) const in ToWholeDBKey() function in OHOS::DistributedKv::DeviceConvertor
H A Dsingle_store_impl.cpp349 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h23 std::vector<uint8_t> ToWholeDBKey(const Key &key) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h23 std::vector<uint8_t> ToWholeDBKey(const Key &key) const override;
H A Dconvertor.h28 virtual std::vector<uint8_t> ToWholeDBKey(const Key &key) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp52 std::vector<uint8_t> DeviceConvertor::ToWholeDBKey(const Key &key) const in ToWholeDBKey() function in OHOS::DistributedKv::DeviceConvertor
H A Dsingle_store_impl.cpp201 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get()