Home
last modified time | relevance | path

Searched refs:GetNotifyDeviceInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h184 int32_t GetNotifyDeviceInfo(NSTACKX_DeviceInfo *notifyDevice, const DeviceInfo *deviceInfo);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device.c97 if (GetNotifyDeviceInfo(&notifyDevice, deviceInfo) != NSTACKX_EOK) { in DeviceInfoNotify()
269 int32_t GetNotifyDeviceInfo(NSTACKX_DeviceInfo *notifyDevice, const DeviceInfo *deviceInfo) in GetNotifyDeviceInfo() function
H A Dnstackx_device_remote.c692 if (GetNotifyDeviceInfo(&deviceList[*count], deviceInfo) != NSTACKX_EOK) { in CopyRemoteNodeToDeviceInfo()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c79 if (GetNotifyDeviceInfo(deviceList, deviceInfo) == NSTACKX_EOK) { in HndPostServiceDiscoverInner()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c263 if (GetNotifyDeviceInfo(&deviceList, deviceInfo) == NSTACKX_EOK) { in HndPostServiceDiscoverInner()