Home
last modified time | relevance | path

Searched refs:SoftBusRemoveBtStateListener (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_ble_mock.h30 virtual int32_t SoftBusRemoveBtStateListener(int32_t listenerId) = 0;
42 MOCK_METHOD(int32_t, SoftBusRemoveBtStateListener, (int32_t listenerId), (override));
H A Dsoftbus_ble_mock.cpp44 EXPECT_CALL(*this, SoftBusRemoveBtStateListener).WillRepeatedly(ActionOfSoftBusRemoveBtStateListener); in ManagerMock()
77 int32_t SoftBusRemoveBtStateListener(int32_t listenerId) in SoftBusRemoveBtStateListener() function
79 return ManagerMock::GetMock()->SoftBusRemoveBtStateListener(listenerId); in SoftBusRemoveBtStateListener()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common_virtual.c26 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener() function
H A Dsoftbus_adapter_bt_common.c215 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener() function
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp178 EXPECT_EQ(SoftBusRemoveBtStateListener(listenerId), SOFTBUS_OK); in HWTEST()
223 EXPECT_EQ(SoftBusRemoveBtStateListener(listenerId), SOFTBUS_OK); in HWTEST()
250 EXPECT_EQ(SoftBusRemoveBtStateListener(listenerId), SOFTBUS_OK); in HWTEST()
276 EXPECT_EQ(SoftBusRemoveBtStateListener(listenerId), SOFTBUS_OK); in HWTEST()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h130 int SoftBusRemoveBtStateListener(int listenerId);
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c123 (void)SoftBusRemoveBtStateListener(g_btStateListenerId); in LnnDeinitBtStateMonitorImpl()
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dble_mock.h33 virtual int32_t SoftBusRemoveBtStateListener(int32_t listenerId) = 0;
71 MOCK_METHOD(int32_t, SoftBusRemoveBtStateListener, (int32_t listenerId), (override));
H A Dble_mock.cpp70 int32_t SoftBusRemoveBtStateListener(int32_t listenerId) in SoftBusRemoveBtStateListener() function
72 return BleMock::GetMock()->SoftBusRemoveBtStateListener(listenerId); in SoftBusRemoveBtStateListener()
533 EXPECT_CALL(*this, SoftBusRemoveBtStateListener).WillRepeatedly(BleMock::ActionOfRemoveBtStateListener); in SetupSuccessStub()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c944 int32_t ret = SoftBusRemoveBtStateListener(g_adapterBtStateListenerId); in SoftbusBleAdapterDeInit()
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c1962 (void)SoftBusRemoveBtStateListener(g_bleListener.stateListenerId); in BleListenerDeinit()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c246 ret = SoftBusRemoveBtStateListener(g_btStateListenerId); in DeInitBroadcastMgr()

Completed in 13 milliseconds