Home
last modified time | relevance | path

Searched refs:LNN_EVENT_RELATION_CHANGED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_topo_manager.c561 if (info == NULL || info->event != LNN_EVENT_RELATION_CHANGED) { in OnLnnRelationChanged()
638 if (LnnRegisterEventHandler(LNN_EVENT_RELATION_CHANGED, OnLnnRelationChanged) != SOFTBUS_OK) { in LnnInitTopoManager()
656 LnnUnregisterEventHandler(LNN_EVENT_RELATION_CHANGED, OnLnnRelationChanged); in LnnDeinitTopoManager()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h48 LNN_EVENT_RELATION_CHANGED, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_topo_manager_test.cpp473 eventInfo.basic.event = LNN_EVENT_RELATION_CHANGED;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c491 info.basic.event = LNN_EVENT_RELATION_CHANGED; in LnnNotifyLnnRelationChanged()