Searched refs:accountHash (Results 1 – 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/interfaces/kits/common/ |
D | softbus_common.h | 366 char accountHash[MAX_ACCOUNT_HASH_LEN]; member
|
/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/ |
D | lnn_coap_discovery_impl.c | 60 …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/ |
D | disc_nstackx_adapter.c | 52 …(!GetJsonObjectStringItem(data, JSON_HW_ACCOUNT, device->accountHash, sizeof(device->accountHash))… in ParseHwAccountHash()
|
/foundation/communication/dsoftbus/core/discovery/ble/src/ |
D | disc_ble_utils.c | 279 if (memcpy_s(info->accountHash, SHORT_USER_ID_HASH_LEN, in GetDeviceInfoFromDisAdvData()
|
D | disc_ble.c | 340 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()
|