Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c723 if (info == NULL || info->event != LNN_EVENT_DIF_ACCOUNT_DEV_CHANGED) { in HbDifferentAccountEventHandler()
729 if ((LnnEventType)difAccountState == LNN_EVENT_DIF_ACCOUNT_DEV_CHANGED) { in HbDifferentAccountEventHandler()
1173 …if (LnnRegisterEventHandler(LNN_EVENT_DIF_ACCOUNT_DEV_CHANGED, HbDifferentAccountEventHandler) != … in LnnRegisterHeartbeatEvent()
1224 LnnUnregisterEventHandler(LNN_EVENT_DIF_ACCOUNT_DEV_CHANGED, HbDifferentAccountEventHandler); in LnnDeinitHeartbeat()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h39 LNN_EVENT_DIF_ACCOUNT_DEV_CHANGED, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_ctrl_static_test.cpp180 EXPECT_CALL(hbStaticMock, LnnRegisterEventHandler(Eq(LNN_EVENT_DIF_ACCOUNT_DEV_CHANGED), _))
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c597 LnnMonitorHbStateChangedEvent event = {.basic.event = LNN_EVENT_DIF_ACCOUNT_DEV_CHANGED, in LnnNotifyDifferentAccountChangeEvent()