Home
last modified time | relevance | path

Searched refs:recvUdidHash (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger.h81 const NodeInfo *LnnGetOnlineNodeByUdidHash(const char *recvUdidHash);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c211 …const char *recvUdidHash, const ConnectionAddrType recvAddrType, NodeInfo *nodeInfo, HbRespData *h… in HbGetOnlineNodeByRecvInfo() argument
246 if (strncmp(udidHash, recvUdidHash, HB_SHORT_UDID_HASH_HEX_LEN) == 0) { in HbGetOnlineNodeByRecvInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1712 const NodeInfo *LnnGetOnlineNodeByUdidHash(const char *recvUdidHash) in LnnGetOnlineNodeByUdidHash() argument
1739 if (memcmp(shortUdidHash, recvUdidHash, SHORT_UDID_HASH_LEN) == 0) { in LnnGetOnlineNodeByUdidHash()