Home
last modified time | relevance | path

Searched refs:ParseServiceNotification (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Djson_payload.h54 int32_t ParseServiceNotification(const uint8_t *buf, NSTACKX_NotificationConfig *config);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Djson_payload.c592 int32_t ParseServiceNotification(const uint8_t *buf, NSTACKX_NotificationConfig *config) in ParseServiceNotification() function
H A Dnstackx_common.c198 if (ParseServiceNotification(buf, notification) != NSTACKX_EOK) { in GetServiceNotificationInfo()