Home
last modified time | relevance | path

Searched refs:SoftBusAddBtStateListener (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_ble_mock.h29 virtual int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) = 0;
41 … MOCK_METHOD(int, SoftBusAddBtStateListener, (const SoftBusBtStateListener *listener), (override));
H A Dsoftbus_ble_mock.cpp43 EXPECT_CALL(*this, SoftBusAddBtStateListener).WillRepeatedly(ActionOfSoftBusAddBtStateListener); in ManagerMock()
72 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() function
74 return ManagerMock::GetMock()->SoftBusAddBtStateListener(listener); in SoftBusAddBtStateListener()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dnetwork_mock.cpp86 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() function
88 return GetNetworkInterface()->SoftBusAddBtStateListener(listener); in SoftBusAddBtStateListener()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dnetwork_mock.h57 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 Dbr_mock.cpp77 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() function
79 return GetConnectionBrInterface()->SoftBusAddBtStateListener(listener); in SoftBusAddBtStateListener()
H A Dbr_mock.h45 virtual int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) = 0;
75 MOCK_METHOD1(SoftBusAddBtStateListener, int(const SoftBusBtStateListener *));
H A Dbr_connection_test.cpp189 EXPECT_CALL(brMock, SoftBusAddBtStateListener).WillOnce(Return(SOFTBUS_OK)); in ConnInit()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_network_test.cpp117 ON_CALL(networkMock, SoftBusAddBtStateListener).WillByDefault(Return(TEST_LISTENER_ID));
139 EXPECT_CALL(networkMock, SoftBusAddBtStateListener).WillRepeatedly(Return(TEST_LISTENER_ID2));
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common_virtual.c20 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() function
H A Dsoftbus_adapter_bt_common.c202 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dble_mock.h32 virtual int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) = 0;
70 … MOCK_METHOD(int, SoftBusAddBtStateListener, (const SoftBusBtStateListener *listener), (override));
H A Ddisc_ble_test.cpp153 …EXPECT_CALL(bleMock, SoftBusAddBtStateListener).WillRepeatedly(Return(SOFTBUS_DISCOVER_TEST_CASE_E…
161 EXPECT_CALL(bleMock, SoftBusAddBtStateListener).WillRepeatedly(Return(SOFTBUS_OK));
170 EXPECT_CALL(bleMock, SoftBusAddBtStateListener).WillRepeatedly(Return(SOFTBUS_OK));
H A Dble_mock.cpp29 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() function
31 return BleMock::GetMock()->SoftBusAddBtStateListener(listener); in SoftBusAddBtStateListener()
531 …EXPECT_CALL(*this, SoftBusAddBtStateListener(NotNull())).WillRepeatedly(BleMock::ActionOfAddBtStat… in SetupSuccessStub()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h128 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp293 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() function
295 return MockBluetooth::GetMocker()->SoftBusAddBtStateListener(listener); in SoftBusAddBtStateListener()
H A Dbluetooth_mock.h88 virtual int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) = 0;
153 … MOCK_METHOD(int, SoftBusAddBtStateListener, (const SoftBusBtStateListener *listener), (override));
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c112 g_btStateListenerId = SoftBusAddBtStateListener(&g_btStateListener); in LnnInitBtStateMonitorImpl()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp117 auto listenerId = SoftBusAddBtStateListener(GetMockBtStateListener()); in PrepareBtStateListener()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_client_test.cpp78 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() function
H A Dconnection_ble_manager_test.cpp100 int SoftBusAddBtStateListener(const SoftBusBtStateListener *listener) in SoftBusAddBtStateListener() function
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c930 int32_t ret = SoftBusAddBtStateListener(&g_softbusBcAdapterBtStateListener); in SoftbusBleAdapterInit()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1786 int32_t listenerId = SoftBusAddBtStateListener(&listener); in InitBrManager()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c1881 g_bleListener.stateListenerId = SoftBusAddBtStateListener(&g_stateChangedListener); in InitBleListener()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c200 ret = SoftBusAddBtStateListener(&g_softbusBcBtStateLister); in InitBroadcastMgr()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c2285 int32_t listenerId = SoftBusAddBtStateListener(&btStateListener); in InitBleManager()