Searched refs:ToLocalDBKey (Results 1 – 8 of 8) sorted by relevance
43 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()
22 std::vector<uint8_t> DeviceConvertor::ToLocalDBKey(const Key &key) const in ToLocalDBKey() function in OHOS::DistributedKv::DeviceConvertor
22 std::vector<uint8_t> ToLocalDBKey(const Key &key) const override;
27 virtual std::vector<uint8_t> ToLocalDBKey(const Key &key) const;
17 std::vector<uint8_t> Convertor::ToLocalDBKey(const Key &key) const in ToLocalDBKey() function in OHOS::DistributedKv::Convertor
23 std::vector<uint8_t> DeviceConvertor::ToLocalDBKey(const Key &key) const in ToLocalDBKey() function in OHOS::DistributedKv::DeviceConvertor
96 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()