Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h67 } LnnMonitorAddressChangedEvent; typedef
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c595 const LnnMonitorAddressChangedEvent *event = (const LnnMonitorAddressChangedEvent *)info; in IpAddrChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c665 LnnMonitorAddressChangedEvent event = {.basic.event = LNN_EVENT_IP_ADDR_CHANGED, .ifName = {0}}; in LnnNotifyAddressChangedEvent()