Searched refs:hashInfo (Results 1 – 3 of 3) sorted by relevance
77 std::stringstream hashInfo; in GetHashInfo() local81 hashInfo << detail.first << ":" << haskKey; in GetHashInfo()82 hashInfos.push_back(hashInfo.str()); in GetHashInfo()
70 std::stringstream hashInfo; in GetHashInfo() local74 hashInfo << detail.first << ":" << haskKey; in GetHashInfo()75 hashInfos.push_back(hashInfo.str()); in GetHashInfo()
386 DevIdentifyInfo hashInfo; in FindLinkConflictInfoByDevId() local387 (void)memset_s(&hashInfo, sizeof(DevIdentifyInfo), 0, sizeof(DevIdentifyInfo)); in FindLinkConflictInfoByDevId()389 hashInfo.type = IDENTIFY_TYPE_UDID_HASH; in FindLinkConflictInfoByDevId()390 GenerateConflictInfoWithDevIdHash(inputInfo, &hashInfo); in FindLinkConflictInfoByDevId()401 memcmp(&item->identifyInfo, &hashInfo, sizeof(DevIdentifyInfo)) == 0)) { in FindLinkConflictInfoByDevId()