Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device.c90 int32_t DeviceInfoNotify(const DeviceInfo *deviceInfo) in DeviceInfoNotify() function
128 return updated ? DeviceInfoNotify(deviceInfo) : NSTACKX_EOK; in UpdateDeviceDbInDeviceList()
132 DeviceInfoNotify(deviceInfo); in UpdateDeviceDbInDeviceList()
158 return DeviceInfoNotify(deviceInfo); in ReportDiscoveredDevice()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h153 int32_t DeviceInfoNotify(const DeviceInfo *deviceInfo);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c172 if (DeviceInfoNotify(&deviceInfo) != NSTACKX_EOK) in HndPostServiceDiscoverEx()