Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h142 char notification[NSTACKX_MAX_NOTIFICATION_DATA_LEN];
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Djson_payload.c612 …if (item->valuestring == NULL || strlen(item->valuestring) > NSTACKX_MAX_NOTIFICATION_DATA_LEN - 1… in ParseServiceNotification()
617 if (strcpy_s(config->msg, NSTACKX_MAX_NOTIFICATION_DATA_LEN, item->valuestring) != EOK) { in ParseServiceNotification()
H A Dnstackx_device_local.c563 …if (strcpy_s(g_localDevice.deviceInfo.notification, NSTACKX_MAX_NOTIFICATION_DATA_LEN, msg) != EOK… in LocalizeNotificationMsg()
H A Dnstackx_common.c1846 config->msgLen >= NSTACKX_MAX_NOTIFICATION_DATA_LEN) { in CheckNotificationConfig()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h43 #define NSTACKX_MAX_NOTIFICATION_DATA_LEN 800 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c1084 notification->msg = (char *)calloc(NSTACKX_MAX_NOTIFICATION_DATA_LEN, sizeof(char));