Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h55 LNN_EVENT_LP_EVENT_REPORT, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c845 if (info == NULL || info->event != LNN_EVENT_LP_EVENT_REPORT) { in HbLpEventHandler()
1181 if (LnnRegisterEventHandler(LNN_EVENT_LP_EVENT_REPORT, HbLpEventHandler) != SOFTBUS_OK) { in LnnRegisterHeartbeatEvent()
1228 LnnUnregisterEventHandler(LNN_EVENT_LP_EVENT_REPORT, HbLpEventHandler); in LnnDeinitHeartbeat()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_ctrl_static_test.cpp192 EXPECT_CALL(hbStaticMock, LnnRegisterEventHandler(Eq(LNN_EVENT_LP_EVENT_REPORT), _))
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c756 LnnLpReportEvent event = {.basic.event = LNN_EVENT_LP_EVENT_REPORT, .type = type}; in LnnNotifyLpReportEvent()