Home
last modified time | relevance | path

Searched refs:SoftBusNetworkState (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_ctrl_deps_mock.h32 virtual void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) = 0;
51 MOCK_METHOD1(LnnNotifyNetworkStateChanged, void (SoftBusNetworkState));
H A Dhb_ctrl_static_mock.h38 virtual void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) = 0;
76 MOCK_METHOD1(LnnNotifyNetworkStateChanged, void (SoftBusNetworkState));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h157 } SoftBusNetworkState; typedef
281 void LnnNotifyNetworkStateChanged(SoftBusNetworkState state);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_decision_db_deps_mock.h69 virtual void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) = 0;
108 MOCK_METHOD1(LnnNotifyNetworkStateChanged, void (SoftBusNetworkState));
H A Dlnn_decision_db_deps_mock.cpp170 void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) in LnnNotifyNetworkStateChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_deps_mock.cpp40 void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) in LnnNotifyNetworkStateChanged()
H A Dhb_ctrl_static_mock.cpp39 void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) in LnnNotifyNetworkStateChanged()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c716 void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) in LnnNotifyNetworkStateChanged()