Home
last modified time | relevance | path

Searched refs:GetUdidHashForDfx (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp589 int32_t ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo);
591 ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo);
595 ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c504 static int32_t GetUdidHashForDfx(char *localUdidHash, char *peerUdidHash, LnnConntionInfo *connInfo) in GetUdidHashForDfx() function
790 …if (GetUdidHashForDfx(dfxConnectInfo.localUdidHash, dfxConnectInfo.peerUdidHash, connInfo) != SOFT… in DfxRecordLnnAddOnlineNodeEnd()