Home
last modified time | relevance | path

Searched refs:MockCoreInterface (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/common/
Dcore_interface.cc106 static auto mockCoreInterface = MockCoreInterface{}; in InitializeCoreInterface()
114 MockCoreInterface::MockCoreInterface() in MockCoreInterface() function in MockCoreInterface
119 void MockCoreInterface::onBluetoothEnabled(){}; in onBluetoothEnabled()
121 bt_status_t MockCoreInterface::toggleProfile(tBTA_SERVICE_ID /* service_id */, in toggleProfile()
126 void MockCoreInterface::removeDeviceFromProfiles( in removeDeviceFromProfiles()
129 void MockCoreInterface::onLinkDown(const RawAddress& /* bd_addr */){}; in onLinkDown()
Dcore_interface.h24 struct MockCoreInterface : bluetooth::core::CoreInterface { struct
25 MockCoreInterface();
/packages/modules/Bluetooth/system/btif/test/
Dbtif_dm_test.cc36 using bluetooth::core::testing::MockCoreInterface;
84 mock_core_interface_ = std::make_unique<MockCoreInterface>(); in SetUp()
95 std::unique_ptr<MockCoreInterface> mock_core_interface_;
/packages/modules/Bluetooth/system/btif/include/
Dmock_core_callbacks.h118 struct MockCoreInterface : public CoreInterface { struct
119 MockCoreInterface() in MockCoreInterface() argument
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_stack_manager.cc31 auto interfaceToProfiles = MockCoreInterface{};