Searched refs:identityHash (Results 1 – 1 of 1) sorted by relevance
774 uint64_t identityHash = Hash::HashFunc(identity); in GenerateLocalSourceId() local775 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()