Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/hash/
H A Dhash.cpp77 std::stringstream hashInfo; in GetHashInfo() local
81 hashInfo << detail.first << ":" << haskKey; in GetHashInfo()
82 hashInfos.push_back(hashInfo.str()); in GetHashInfo()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/hash/
H A Dhash.cpp70 std::stringstream hashInfo; in GetHashInfo() local
74 hashInfo << detail.first << ":" << haskKey; in GetHashInfo()
75 hashInfos.push_back(hashInfo.str()); in GetHashInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_conflict.c386 DevIdentifyInfo hashInfo; in FindLinkConflictInfoByDevId() local
387 (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()