Home
last modified time | relevance | path

Searched refs:GetNewKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp720 auto newKey = GetNewKey(oriKey, sourceID); in SetDBPushDataInterceptor()
758 auto newKey = GetNewKey(oriKey, encyptedUuid); in SetDBReceiveDataInterceptor()
770 std::vector<uint8_t> KVDBGeneralStore::GetNewKey(std::vector<uint8_t> &key, const std::string &uuid) in GetNewKey() function in OHOS::DistributedKv::KVDBGeneralStore
H A Dkvdb_general_store.h96 std::vector<uint8_t> GetNewKey(std::vector<uint8_t> &key, const std::string &uuid);