Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/interfaces/kits/common/
Dsoftbus_common.h366 char accountHash[MAX_ACCOUNT_HASH_LEN]; member
/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/
Dlnn_coap_discovery_impl.c60 …if (memcpy_s(addr.peerUid, MAX_ACCOUNT_HASH_LEN, device->accountHash, MAX_ACCOUNT_HASH_LEN) != 0) { in DeviceFound()
/foundation/communication/dsoftbus/core/discovery/coap/src/
Ddisc_nstackx_adapter.c52 …(!GetJsonObjectStringItem(data, JSON_HW_ACCOUNT, device->accountHash, sizeof(device->accountHash))… in ParseHwAccountHash()
/foundation/communication/dsoftbus/core/discovery/ble/src/
Ddisc_ble_utils.c279 if (memcpy_s(info->accountHash, SHORT_USER_ID_HASH_LEN, in GetDeviceInfoFromDisAdvData()
Ddisc_ble.c340 if (strcmp((char *)hwAccountHash, foundInfo->accountHash) == EOK) { in ProcessHwHashAccout()
529 (void)memset_s(info->accountHash, MAX_ACCOUNT_HASH_LEN, 0x0, MAX_ACCOUNT_HASH_LEN); in GetConDeviceInfo()
531 if (DiscBleGetShortUserIdHash((unsigned char *)info->accountHash) != SOFTBUS_OK) { in GetConDeviceInfo()
649 info->accountHash, SHORT_USER_ID_HASH_LEN) != EOK) { in GetBroadcastData()