Searched refs:ToKey (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | device_convertor.h | 24 Key ToKey(DBKey &&key, std::string &deviceId) const override;
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | device_convertor.h | 24 Key ToKey(DBKey &&key, std::string &deviceId) const override;
|
H A D | convertor.h | 29 virtual Key ToKey(DBKey &&key, std::string &deviceId) const;
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | convertor.cpp | 27 Key Convertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey() function in OHOS::DistributedKv::Convertor
|
H A D | store_result_set.cpp | 180 entry.key = convert_.ToKey(std::move(dbEntry.key), deviceId); in GetEntry()
|
H A D | observer_bridge.cpp | 125 entry.key = convert.ToKey(DBKey(dbEntry.key), deviceId); in ConvertDB()
|
H A D | device_convertor.cpp | 61 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey() function in OHOS::DistributedKv::DeviceConvertor
|
H A D | single_store_impl.cpp | 477 entry.key = convertor_.ToKey(std::move(dbEntry.key), devId); in GetDeviceEntries() 903 entry.key = convertor_.ToKey(std::move(dbEntry.key), deviceId);
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | device_convertor.cpp | 59 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey() function in OHOS::DistributedKv::DeviceConvertor
|
H A D | single_store_impl.cpp | 425 entry.key = convertor_.ToKey(std::move(dbEntry.key), deviceId); in GetEntries()
|
Completed in 6 milliseconds