Home
last modified time | relevance | path

Searched refs:DeviceConvertor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp22 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()
H A Dstore_factory.cpp33 convertors_[DEVICE_COLLABORATION] = new DeviceConvertor(); in StoreFactory()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp23 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()
H A Dstore_factory.cpp39 convertors_[DEVICE_COLLABORATION] = new DeviceConvertor(); in StoreFactory()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h20 class DeviceConvertor : public Convertor {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h20 class DeviceConvertor : public Convertor {
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h447 friend class DeviceConvertor; variable