Home
last modified time | relevance | path

Searched refs:SoftbusBleAdapterInit (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_ble_mock.h28 virtual void SoftbusBleAdapterInit() = 0;
40 MOCK_METHOD(void, SoftbusBleAdapterInit, (), (override));
H A Dsoftbus_ble_mock.cpp42 EXPECT_CALL(*this, SoftbusBleAdapterInit).WillRepeatedly(ActionOfSoftbusBleAdapterInit); in ManagerMock()
57 void SoftbusBleAdapterInit() in SoftbusBleAdapterInit() function
59 ManagerMock::GetMock()->SoftbusBleAdapterInit(); in SoftbusBleAdapterInit()
H A Dsoftbus_broadcast_mgr_test.cpp312 EXPECT_CALL(managerMock, SoftbusBleAdapterInit).WillRepeatedly(ActionOfSoftbusBleAdapterInitNull); in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/include/
H A Dsoftbus_ble_gatt.h33 void SoftbusBleAdapterInit(void);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp72 SoftbusBleAdapterInit(); in SetUpTestCase()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c903 void SoftbusBleAdapterInit(void) in SoftbusBleAdapterInit() function
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c190 SoftbusBleAdapterInit(); in InitBroadcastMgr()

Completed in 10 milliseconds