Searched refs:NSTACKX_MAX_DEVICE_NAME_LEN (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/ |
H A D | nstackx.h | 27 #define NSTACKX_MAX_DEVICE_NAME_LEN 64 macro 89 char deviceName[NSTACKX_MAX_DEVICE_NAME_LEN]; 112 char name[NSTACKX_MAX_DEVICE_NAME_LEN];
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_device.h | 120 char deviceName[NSTACKX_MAX_DEVICE_NAME_LEN];
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_local.c | 473 char backupDevName[NSTACKX_MAX_DEVICE_NAME_LEN] = {0}; in ConfigureLocalDeviceName() 479 if (strncpy_s(g_localDevice.deviceInfo.deviceName, NSTACKX_MAX_DEVICE_NAME_LEN, in ConfigureLocalDeviceName() 480 localDeviceName, NSTACKX_MAX_DEVICE_NAME_LEN - 1) != EOK) { in ConfigureLocalDeviceName() 482 if (strcpy_s(g_localDevice.deviceInfo.deviceName, NSTACKX_MAX_DEVICE_NAME_LEN, backupDevName) != EOK) { in ConfigureLocalDeviceName()
|
H A D | nstackx_common.c | 969 char *dupDevName = (char *)malloc(sizeof(char) * NSTACKX_MAX_DEVICE_NAME_LEN); in NSTACKX_RegisterDeviceName() 973 if (strncpy_s(dupDevName, NSTACKX_MAX_DEVICE_NAME_LEN, devName, strlen(devName)) != EOK) { in NSTACKX_RegisterDeviceName()
|
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/ |
H A D | disc_nstackx_adapter.c | 543 if (CalculateMbsTruncateSize((const char *)localDevName, NSTACKX_MAX_DEVICE_NAME_LEN - 1, &truncateLen)
in DiscCoapUpdateDevName()
|
Completed in 8 milliseconds