Searched refs:MockCoreInterface (Results 1 – 5 of 5) sorted by relevance
106 static auto mockCoreInterface = MockCoreInterface{}; in InitializeCoreInterface()114 MockCoreInterface::MockCoreInterface() in MockCoreInterface() function in MockCoreInterface119 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()
24 struct MockCoreInterface : bluetooth::core::CoreInterface { struct25 MockCoreInterface();
36 using bluetooth::core::testing::MockCoreInterface;84 mock_core_interface_ = std::make_unique<MockCoreInterface>(); in SetUp()95 std::unique_ptr<MockCoreInterface> mock_core_interface_;
118 struct MockCoreInterface : public CoreInterface { struct119 MockCoreInterface() in MockCoreInterface() argument
31 auto interfaceToProfiles = MockCoreInterface{};