Searched refs:mock_hci_layer_ (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_test.cc | 85 bluetooth::hci::testing::mock_hci_layer_ = in SetUp() 89 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, RegisterForScoConnectionRequests(_)); in SetUp() 90 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, RegisterForDisconnects(_)); in SetUp() 99 bluetooth::hci::testing::mock_hci_layer_.release(); in TearDown() 115 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, GetScoQueueEnd()) in SetUp() 128 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, GetScoQueueEnd()) in TEST_F() 140 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, GetScoQueueEnd()) in TEST_F() 147 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, GetScoQueueEnd()) in TEST_F() 155 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, GetScoQueueEnd()) in TEST_F() 168 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, GetScoQueueEnd()) in TEST_F() [all …]
|
D | stack_btm_sec_test.cc | 72 bluetooth::hci::testing::mock_hci_layer_ = in SetUp() 83 bluetooth::hci::testing::mock_hci_layer_.reset(); in TearDown()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_entry.cc | 43 std::unique_ptr<MockHciLayer> mock_hci_layer_; variable 63 hci::HciInterface* GetHciLayer() { return hci::testing::mock_hci_layer_.get(); } in GetHciLayer()
|
D | mock_main_shim_entry.h | 34 extern std::unique_ptr<MockHciLayer> mock_hci_layer_;
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 765 bluetooth::hci::testing::mock_hci_layer_ = in SetUp() 771 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, in SetUp() 789 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, in SetUp() 803 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, in SetUp() 814 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, in TearDown() 816 EXPECT_CALL(*bluetooth::hci::testing::mock_hci_layer_, in TearDown() 823 bluetooth::hci::testing::mock_hci_layer_.reset(); in TearDown()
|