Home
last modified time | relevance | path

Searched refs:udidStr (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/tests/core/discovery/dfinder/
H A Dnstackx_test.c148 char *udidStr = GetDeviceId(); in TestRegisterDeviceInfo() local
149 if (udidStr == NULL) { in TestRegisterDeviceInfo()
155 if (strcpy_s(localDevInfo->deviceId, sizeof(localDevInfo->deviceId), udidStr) != EOK) { in TestRegisterDeviceInfo()
156 cJSON_free(udidStr); in TestRegisterDeviceInfo()
161 cJSON_free(udidStr); in TestRegisterDeviceInfo()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
H A Dlnn_decision_db.c688 char udidStr[UDID_BUF_LEN] = { 0 }; in RecoveryTrustedDevInfo() local
694 if (memcpy_s(udidStr, UDID_BUF_LEN, udidArray + i * UDID_BUF_LEN, UDID_BUF_LEN) != EOK || in RecoveryTrustedDevInfo()
695 memcpy_s(info->infoRecord.udid, UDID_BUF_LEN, udidStr, UDID_BUF_LEN) != EOK || in RecoveryTrustedDevInfo()

Completed in 3 milliseconds