Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1476 unsigned char shortUdidHashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in LnnGetConnSubFeatureByUdidHashStr() local
1486 … SHORT_UDID_HASH_HEX_LEN, shortUdidHashStr, SHORT_UDID_HASH_HEX_LEN + 1) != SOFTBUS_OK) { in LnnGetConnSubFeatureByUdidHashStr()
1489 if (memcmp(shortUdidHashStr, udidHashStr, SHORT_UDID_HASH_HEX_LEN) != 0) { in LnnGetConnSubFeatureByUdidHashStr()