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 D | lnn_connection_fsm_test.cpp | 589 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 D | lnn_connection_fsm.c | 504 static int32_t GetUdidHashForDfx(char *localUdidHash, char *peerUdidHash, LnnConntionInfo *connInfo) in GetUdidHashForDfx() function 790 …if (GetUdidHashForDfx(dfxConnectInfo.localUdidHash, dfxConnectInfo.peerUdidHash, connInfo) != SOFT… in DfxRecordLnnAddOnlineNodeEnd()
|