Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h56 LNN_EVENT_LANE_VAP_CHANGE, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c431 if (info == NULL || info->event != LNN_EVENT_LANE_VAP_CHANGE) { in HbLaneVapChangeEventHandler()
1152 …if (LnnRegisterEventHandler(LNN_EVENT_LANE_VAP_CHANGE, HbLaneVapChangeEventHandler) != SOFTBUS_OK)… in LnnRegisterNetworkEvent()
1218 LnnUnregisterEventHandler(LNN_EVENT_LANE_VAP_CHANGE, HbLaneVapChangeEventHandler); in LnnDeinitHeartbeat()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_ctrl_static_test.cpp320 EXPECT_CALL(hbStaticMock, LnnRegisterEventHandler(Eq(LNN_EVENT_LANE_VAP_CHANGE), _))
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c553 …LnnLaneVapChangeEvent event = {.basic.event = LNN_EVENT_LANE_VAP_CHANGE, .vapPreferChannel = prefe… in LnnNotifyVapInfoChangeEvent()