Home
last modified time | relevance | path

Searched refs:SoftBusAccountState (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_mock.h56 virtual void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) = 0;
81 MOCK_METHOD1(LnnNotifyAccountStateChangeEvent, void (SoftBusAccountState));
H A Dlnn_network_manager_mock.cpp126 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) in LnnNotifyAccountStateChangeEvent()
/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.h108 } SoftBusAccountState; typedef
265 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state);
/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()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp72 SoftBusAccountState state = SOFTBUS_ACCOUNT_UNKNOWN; in OnReceiveEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info.c528 SoftBusAccountState accountState = (SoftBusAccountState)event->status; in LnnAccountStateChangeHandler()
H A Dlnn_net_builder_init.c522 SoftBusAccountState accountState = (SoftBusAccountState)event->status; in AccountStateChangeHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c581 SoftBusAccountState accountState = (SoftBusAccountState)event->status; in NetAccountStateChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c62 SoftBusAccountState accountState;
677 SoftBusAccountState accountState = (SoftBusAccountState)event->status; in HbAccountStateChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c567 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) in LnnNotifyAccountStateChangeEvent()