Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp774 uint64_t identityHash = Hash::HashFunc(identity); in GenerateLocalSourceId() local
775 if (identityHash != localSourceId_) { in GenerateLocalSourceId()
776 …ggr][GenSrcId] identity=%s{private}, localSourceId=%" PRIu64, identity.c_str(), ULL(identityHash)); in GenerateLocalSourceId()
778 localSourceId_ = identityHash; in GenerateLocalSourceId()