Searched refs:ToWholeDBKey (Results 1 – 8 of 8) sorted by relevance
22 std::vector<uint8_t> Convertor::ToWholeDBKey(const Key &key) const in ToWholeDBKey() function in OHOS::DistributedKv::Convertor56 keys.insert(ToWholeDBKey(GetRealKey(key, query))); in GetDBQuery()
54 std::vector<uint8_t> DeviceConvertor::ToWholeDBKey(const Key &key) const in ToWholeDBKey() function in OHOS::DistributedKv::DeviceConvertor
349 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get()
23 std::vector<uint8_t> ToWholeDBKey(const Key &key) const override;
28 virtual std::vector<uint8_t> ToWholeDBKey(const Key &key) const;
52 std::vector<uint8_t> DeviceConvertor::ToWholeDBKey(const Key &key) const in ToWholeDBKey() function in OHOS::DistributedKv::DeviceConvertor
201 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get()