Home
last modified time | relevance | path

Searched refs:ToKey (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h24 Key ToKey(DBKey &&key, std::string &deviceId) const override;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h24 Key ToKey(DBKey &&key, std::string &deviceId) const override;
H A Dconvertor.h29 virtual Key ToKey(DBKey &&key, std::string &deviceId) const;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dconvertor.cpp27 Key Convertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey() function in OHOS::DistributedKv::Convertor
H A Dstore_result_set.cpp180 entry.key = convert_.ToKey(std::move(dbEntry.key), deviceId); in GetEntry()
H A Dobserver_bridge.cpp125 entry.key = convert.ToKey(DBKey(dbEntry.key), deviceId); in ConvertDB()
H A Ddevice_convertor.cpp61 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey() function in OHOS::DistributedKv::DeviceConvertor
H A Dsingle_store_impl.cpp477 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 Ddevice_convertor.cpp59 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey() function in OHOS::DistributedKv::DeviceConvertor
H A Dsingle_store_impl.cpp425 entry.key = convertor_.ToKey(std::move(dbEntry.key), deviceId); in GetEntries()

Completed in 8 milliseconds