Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h135 const char *localUdidHash; // LOCAL_UDID_HASH member
154 char localUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1]; // LOCAL_UDID_HASH member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dlnn_event_test.cpp65 .localUdidHash = "8f37c149495d2a45",
107 .localUdidHash = "",
/ohos5.0/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.c421 uint8_t localUdidHash[UDID_HASH_LEN] = {0}; in FillAuthSessionInfo() local
422 if (LnnGetLocalByteInfo(BYTE_KEY_UDID_HASH, localUdidHash, UDID_HASH_LEN) != SOFTBUS_OK) { in FillAuthSessionInfo()
428 … int32_t ret = memcmp(localUdidHash, info->connInfo.info.bleInfo.deviceIdHash, SHORT_HASH_LEN); in FillAuthSessionInfo()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Dlnn_event.c79 extra->localUdidHash = NULL; in LnnEventExtraInit()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp587 char localUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = {0}; variable
589 int32_t ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo);
591 ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo);
595 ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo);
699 extra.localUdidHash = PEERUDID;
/ohos5.0/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_HA… in GetUdidHashForDfx()
658 …if (strcpy_s(bleExtra->extra.localUdidHash, HB_SHORT_UDID_HASH_HEX_LEN + 1, extra->localUdidHash) … in DfxAddBleReportExtra()
790 …if (GetUdidHashForDfx(dfxConnectInfo.localUdidHash, dfxConnectInfo.peerUdidHash, connInfo) != SOFT… in DfxRecordLnnAddOnlineNodeEnd()
801 extra.localUdidHash = dfxConnectInfo.localUdidHash; in DfxRecordLnnAddOnlineNodeEnd()
/ohos5.0/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()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dlnn_event_converter.h72 LNN_ASSIGNER(AnonymizeString, LocalUdidHash, localUdidHash)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h100 MatchLnnEventNameTypeExtraStrParamAnony(params, ++index, extra.localUdidHash);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp644 std::string localUdidHash = static_cast<std::string>(localDeviceId); in PutIdenticalAccountToAcl() local
649 aclInfo.deviceIdHash = localUdidHash; in PutIdenticalAccountToAcl()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c610 extra->localUdidHash = bleExtra->extra.localUdidHash; in CopyBleReportExtra()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2202 std::string localUdidHash = static_cast<std::string>(mUdidHash); in CompatiblePutAcl() local
2212 aclInfo.deviceIdHash = localUdidHash; in CompatiblePutAcl()
2539 std::string localUdidHash = static_cast<std::string>(mUdidHash); in PutAccessControlList() local
2556 aclInfo.deviceIdHash = localUdidHash; in PutAccessControlList()