/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_ble_mock.h | 29 virtual int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) = 0; 41 … MOCK_METHOD(int, SoftBusAddBtStateListener, (const SoftBusBtStateListener *listener), (override));
|
H A D | softbus_ble_mock.cpp | 29 int ActionOfSoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in ActionOfSoftBusAddBtStateListener() 72 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/ |
H A D | ble_mock.h | 32 virtual int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) = 0; 70 … MOCK_METHOD(int, SoftBusAddBtStateListener, (const SoftBusBtStateListener *listener), (override)); 100 static int32_t ActionOfAddBtStateListener(const SoftBusBtStateListener *listener); 142 static inline const SoftBusBtStateListener *btStateListener {};
|
H A D | ble_mock.cpp | 29 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() 141 int32_t BleMock::ActionOfAddBtStateListener(const SoftBusBtStateListener *listener) in ActionOfAddBtStateListener()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
H A D | softbus_adapter_bt_common.h | 106 } SoftBusBtStateListener; typedef 128 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener);
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common.c | 34 SoftBusBtStateListener *listener; 202 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() 210 g_stateListener[index].listener = (SoftBusBtStateListener *)listener; in SoftBusAddBtStateListener()
|
H A D | softbus_adapter_bt_common_virtual.c | 20 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/ |
H A D | network_mock.h | 57 virtual int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) = 0; 76 MOCK_METHOD1(SoftBusAddBtStateListener, int(const SoftBusBtStateListener *));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_mock.h | 45 virtual int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) = 0; 75 MOCK_METHOD1(SoftBusAddBtStateListener, int(const SoftBusBtStateListener *));
|
H A D | br_mock.cpp | 77 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | softbus_adapter_bt_common_test.cpp | 33 static SoftBusBtStateListener *GetMockBtStateListener(); 290 static SoftBusBtStateListener *GetMockBtStateListener() in GetMockBtStateListener() 292 static SoftBusBtStateListener listener = { in GetMockBtStateListener()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.h | 88 virtual int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) = 0; 153 … MOCK_METHOD(int, SoftBusAddBtStateListener, (const SoftBusBtStateListener *listener), (override));
|
H A D | bluetooth_mock.cpp | 293 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_bt_monitor.c | 33 static SoftBusBtStateListener g_btStateListener = {
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | network_mock.cpp | 86 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_manager_test.cpp | 46 static SoftBusBtStateListener g_btListener = { 0 }; 100 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener()
|
H A D | connection_ble_client_test.cpp | 78 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 898 static SoftBusBtStateListener g_softbusBcAdapterBtStateListener = {
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_manager.c | 1782 static SoftBusBtStateListener listener = { in InitBrManager()
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 638 static SoftBusBtStateListener g_stateChangedListener = {
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 156 static SoftBusBtStateListener g_softbusBcBtStateLister = {
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 2281 static SoftBusBtStateListener btStateListener = { in InitBleManager()
|