Searched refs:NSTACKX_NotificationConfig (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_common.h | 45 void NotificationReceived(const NSTACKX_NotificationConfig *notification); 57 int32_t GetServiceNotificationInfo(const uint8_t *buf, size_t size, NSTACKX_NotificationConfig *notification);
|
H A D | json_payload.h | 53 int32_t ParseServiceNotification(const uint8_t *buf, NSTACKX_NotificationConfig *config);
|
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/include/ |
H A D | disc_coap_capability.h | 34 void DiscCoapReportNotification(const NSTACKX_NotificationConfig *notification);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/ |
H A D | nstackx.h | 209 } NSTACKX_NotificationConfig; typedef 217 * @param [out] element: notification data to report, see struct NSTACKX_NotificationConfig 219 typedef void (*NSTACKX_OnNotificationReceived)(const NSTACKX_NotificationConfig *notification); 495 * @param [in] config: configurable properties to send notification, see struct NSTACKX_NotificationConfig 506 DFINDER_EXPORT int32_t NSTACKX_SendNotification(const NSTACKX_NotificationConfig *config);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_common.c | 182 int32_t GetServiceNotificationInfo(const uint8_t *buf, size_t size, NSTACKX_NotificationConfig *notification) in GetServiceNotificationInfo() 1695 void NotificationReceived(const NSTACKX_NotificationConfig *notification) in NotificationReceived() 1828 static int32_t CheckNotificationConfig(const NSTACKX_NotificationConfig *config) in CheckNotificationConfig() 1873 static int32_t CopyNotificationConfig(NSTACKX_NotificationConfig *dst, const NSTACKX_NotificationConfig *src) in CopyNotificationConfig() 1890 NSTACKX_NotificationConfig *config = (NSTACKX_NotificationConfig *)argument; in NotificationInner() 1903 int32_t NSTACKX_SendNotification(const NSTACKX_NotificationConfig *config) in NSTACKX_SendNotification() 1914 NSTACKX_NotificationConfig *dupConfig = (NSTACKX_NotificationConfig *)callo in NSTACKX_SendNotification() [all...] |
H A D | json_payload.c | 565 int32_t ParseServiceNotification(const uint8_t *buf, NSTACKX_NotificationConfig *config) in ParseServiceNotification()
|
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/ |
H A D | disc_coap_capability.c | 108 void DiscCoapReportNotification(const NSTACKX_NotificationConfig *notification)
in DiscCoapReportNotification()
|
H A D | disc_nstackx_adapter.c | 191 static void OnNotificationReceived(const NSTACKX_NotificationConfig *notification)
in OnNotificationReceived()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_discover.c | 1079 NSTACKX_NotificationConfig *notification = 1080 (NSTACKX_NotificationConfig *)calloc(1, sizeof(NSTACKX_NotificationConfig)); 1082 DFINDER_LOGE(TAG, "calloc for notification fail, size wanted: %zu", sizeof(NSTACKX_NotificationConfig));
|
Completed in 10 milliseconds