Searched refs:SoftBusRemoveBtStateListener (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_ble_mock.h | 30 virtual int32_t SoftBusRemoveBtStateListener(int32_t listenerId) = 0; 42 MOCK_METHOD(int32_t, SoftBusRemoveBtStateListener, (int32_t listenerId), (override));
|
H A D | softbus_ble_mock.cpp | 44 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 D | softbus_adapter_bt_common_virtual.c | 26 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener() function
|
H A D | softbus_adapter_bt_common.c | 215 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener() function
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | softbus_adapter_bt_common_test.cpp | 178 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 D | softbus_adapter_bt_common.h | 130 int SoftBusRemoveBtStateListener(int listenerId);
|
/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_bt_monitor.c | 123 (void)SoftBusRemoveBtStateListener(g_btStateListenerId); in LnnDeinitBtStateMonitorImpl()
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/ |
H A D | ble_mock.h | 33 virtual int32_t SoftBusRemoveBtStateListener(int32_t listenerId) = 0; 71 MOCK_METHOD(int32_t, SoftBusRemoveBtStateListener, (int32_t listenerId), (override));
|
H A D | ble_mock.cpp | 70 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 D | softbus_ble_gatt.c | 944 int32_t ret = SoftBusRemoveBtStateListener(g_adapterBtStateListenerId); in SoftbusBleAdapterDeInit()
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 1962 (void)SoftBusRemoveBtStateListener(g_bleListener.stateListenerId); in BleListenerDeinit()
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 246 ret = SoftBusRemoveBtStateListener(g_btStateListenerId); in DeInitBroadcastMgr()
|
Completed in 13 milliseconds