Searched refs:DeviceConvertor (Results 1 – 7 of 7) sorted by relevance
22 std::vector<uint8_t> DeviceConvertor::ToLocalDBKey(const Key &key) const in ToLocalDBKey()27 std::vector<uint8_t> DeviceConvertor::ToLocal(const Key &in, bool withLen) const in ToLocal()52 std::vector<uint8_t> DeviceConvertor::ToWholeDBKey(const Key &key) const in ToWholeDBKey()59 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey()81 std::vector<uint8_t> DeviceConvertor::GetPrefix(const Key &prefix) const in GetPrefix()88 std::vector<uint8_t> DeviceConvertor::GetPrefix(const DataQuery &query) const in GetPrefix()95 std::string DeviceConvertor::GetRealKey(const std::string &key, const DataQuery &query) const in GetRealKey()110 std::vector<uint8_t> DeviceConvertor::ConvertNetwork(const Key &in, bool withLen) const in ConvertNetwork()
33 convertors_[DEVICE_COLLABORATION] = new DeviceConvertor(); in StoreFactory()
23 std::vector<uint8_t> DeviceConvertor::ToLocalDBKey(const Key &key) const in ToLocalDBKey()28 std::vector<uint8_t> DeviceConvertor::ToLocal(const Key &in, bool withLen) const in ToLocal()54 std::vector<uint8_t> DeviceConvertor::ToWholeDBKey(const Key &key) const in ToWholeDBKey()61 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey()84 std::vector<uint8_t> DeviceConvertor::GetPrefix(const Key &prefix) const in GetPrefix()91 std::vector<uint8_t> DeviceConvertor::GetPrefix(const DataQuery &query) const in GetPrefix()98 std::string DeviceConvertor::GetRealKey(const std::string &key, const DataQuery &query) const in GetRealKey()113 std::vector<uint8_t> DeviceConvertor::ConvertNetwork(const Key &in, bool withLen) const in ConvertNetwork()
39 convertors_[DEVICE_COLLABORATION] = new DeviceConvertor(); in StoreFactory()
20 class DeviceConvertor : public Convertor {
447 friend class DeviceConvertor; variable