Home
last modified time | relevance | path

Searched refs:localUdidHash (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h125 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 Dlnn_event_test.cpp93 .localUdidHash = "8f37c149495d2a45", in HWTEST_F()
147 .localUdidHash = "", in HWTEST_F()
/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Dlnn_event.c79 extra->localUdidHash = NULL; in LnnEventExtraInit()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c508 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 Dauth_interface.c418 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 Dlnn_connection_fsm.c96 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 Dlnn_connection_fsm_test.cpp586 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 Dlnn_event_converter.h67 LNN_ASSIGNER(AnonymizeString, LocalUdidHash, localUdidHash)
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_info_manager.cpp212 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 Dlnn_hisysevent_matcher.h95 MatchLnnEventNameTypeExtraStrParamAnony(params, ++index, extra.localUdidHash); in MATCHER_P2()
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp620 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 Ddm_auth_manager.cpp2069 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 Dlnn_heartbeat_medium_mgr.c607 extra->localUdidHash = bleExtra->extra.localUdidHash; in CopyBleReportExtra()

Completed in 17 milliseconds