Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h52 LNN_EVENT_SINGLE_NETWORK_OFFLINE, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c741 …LnnSingleNetworkOffLineEvent event = {.basic.event = LNN_EVENT_SINGLE_NETWORK_OFFLINE, .type = add… in LnnNotifySingleOffLineEvent()
742 event.basic.event = LNN_EVENT_SINGLE_NETWORK_OFFLINE; in LnnNotifySingleOffLineEvent()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1780 if ((info == NULL) || (info->event != LNN_EVENT_SINGLE_NETWORK_OFFLINE)) { in TransNotifySingleNetworkOffLine()
1839 … ret = LnnRegisterEventHandler(LNN_EVENT_SINGLE_NETWORK_OFFLINE, TransNotifySingleNetworkOffLine); in TransProxyManagerInit()