/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | lnn_event_form.h | 125 const char *localUdidHash; // LOCAL_UDID_HASH member 144 char localUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1]; // LOCAL_UDID_HASH member
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/ |
H A D | lnn_event_test.cpp | 93 .localUdidHash = "8f37c149495d2a45", in HWTEST_F() 147 .localUdidHash = "", in HWTEST_F()
|
/foundation/communication/dsoftbus/core/common/dfx/event/src/ |
H A D | lnn_event.c | 79 extra->localUdidHash = NULL; in LnnEventExtraInit()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_message.c | 508 char localUdidHash[SHA_256_HEX_HASH_LEN] = { 0 }; in UpdateLocalAuthState() local 510 if (GetLocalUdidHash(udid, localUdidHash, SHA_256_HEX_HASH_LEN) != SOFTBUS_OK) { in UpdateLocalAuthState() 518 } else if (memcmp(localUdidHash, udidHash, SHORT_HASH_LEN) < 0) { in UpdateLocalAuthState() 520 } else if (memcmp(localUdidHash, udidHash, SHORT_HASH_LEN) > 0) { in UpdateLocalAuthState()
|
H A D | auth_interface.c | 418 uint8_t localUdidHash[UDID_HASH_LEN] = {0}; in FillAuthSessionInfo() local 419 if (LnnGetLocalByteInfo(BYTE_KEY_UDID_HASH, localUdidHash, UDID_HASH_LEN) != SOFTBUS_OK) { in FillAuthSessionInfo() 425 int32_t ret = memcmp(localUdidHash, info->connInfo.info.bleInfo.deviceIdHash, SHORT_HASH_LEN); in FillAuthSessionInfo()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm.c | 96 char localUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1]; member 504 static int32_t GetUdidHashForDfx(char *localUdidHash, char *peerUdidHash, LnnConntionInfo *connInfo) in GetUdidHashForDfx() argument 519 rc = ConvertBytesToHexString(localUdidHash, HB_SHORT_UDID_HASH_HEX_LEN + 1, hash, HB_SHORT_UDID_HASH_LEN); in GetUdidHashForDfx() 658 if (strcpy_s(bleExtra->extra.localUdidHash, HB_SHORT_UDID_HASH_HEX_LEN + 1, extra->localUdidHash) != EOK) { in DfxAddBleReportExtra() 659 LNN_LOGE(LNN_BUILDER, "strcpy_s localUdidHash fail"); in DfxAddBleReportExtra() 789 if (GetUdidHashForDfx(dfxConnectInfo.localUdidHash, dfxConnectInfo.peerUdidHash, connInfo) != SOFTBUS_OK) { in DfxRecordLnnAddOnlineNodeEnd() 800 extra.localUdidHash = dfxConnectInfo.localUdidHash; in DfxRecordLnnAddOnlineNodeEnd()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_test.cpp | 586 char localUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in HWTEST_F() local 588 int32_t ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo); in HWTEST_F() 590 ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo); in HWTEST_F() 594 ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo); in HWTEST_F() 698 extra.localUdidHash = PEERUDID; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | lnn_event_converter.h | 67 LNN_ASSIGNER(AnonymizeString, LocalUdidHash, localUdidHash)
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | meta_info_manager.cpp | 212 const std::string &localUdidHash = DHContext::GetInstance().GetDeviceInfo().udidHash; in SyncRemoteMetaInfos() local 213 if (udidHash.compare(localUdidHash) == 0) { in SyncRemoteMetaInfos()
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | lnn_hisysevent_matcher.h | 95 MatchLnnEventNameTypeExtraStrParamAnony(params, ++index, extra.localUdidHash); in MATCHER_P2()
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 620 std::string localUdidHash = std::string(localDeviceId); in PutIdenticalAccountToAcl() local 625 aclInfo.deviceIdHash = localUdidHash; in PutIdenticalAccountToAcl()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 2069 std::string localUdidHash = static_cast<std::string>(mUdidHash); in CompatiblePutAcl() local 2079 aclInfo.deviceIdHash = localUdidHash; in CompatiblePutAcl() 2246 std::string localUdidHash = static_cast<std::string>(mUdidHash); in PutAccessControlList() local 2263 aclInfo.deviceIdHash = localUdidHash; in PutAccessControlList()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_medium_mgr.c | 607 extra->localUdidHash = bleExtra->extra.localUdidHash; in CopyBleReportExtra()
|