Home
last modified time | relevance | path

Searched refs:LnnNotifyAccountStateChangeEvent (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_mock.cpp126 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) in LnnNotifyAccountStateChangeEvent() function
128 return GetNetworkManagerInterface()->LnnNotifyAccountStateChangeEvent(state); in LnnNotifyAccountStateChangeEvent()
H A Dlnn_network_manager_mock.h56 virtual void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) = 0;
81 MOCK_METHOD1(LnnNotifyAccountStateChangeEvent, void (SoftBusAccountState));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_static_mock.cpp170 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) in LnnNotifyAccountStateChangeEvent() function
172 return HeartBeatCtrlStaticInterface()->LnnNotifyAccountStateChangeEvent(state); in LnnNotifyAccountStateChangeEvent()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp79 LnnNotifyAccountStateChangeEvent(state); in OnReceiveEvent()
143 LnnNotifyAccountStateChangeEvent(SOFTBUS_ACCOUNT_LOG_IN); in LnnSubscribeCommonEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_ctrl_static_mock.h66 virtual void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) = 0;
102 MOCK_METHOD1(LnnNotifyAccountStateChangeEvent, void (SoftBusAccountState));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h265 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c440 LnnNotifyAccountStateChangeEvent(SOFTBUS_ACCOUNT_LOG_IN); in OnGroupCreated()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c567 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) in LnnNotifyAccountStateChangeEvent() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c634 LnnNotifyAccountStateChangeEvent(SOFTBUS_ACCOUNT_LOG_IN); in HbScreenLockChangeEventHandler()