Searched refs:btif_config_interface_ (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 250 return btif_config_interface_.GetBin(section, key, value, length); in SetUp() 254 return btif_config_interface_.GetBinLength(section, key); in SetUp() 276 bluetooth::manager::MockBtifConfigInterface btif_config_interface_; member in StackSdpUtilsTest 329 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)).WillOnce(Return(2)); in TEST_F() 330 EXPECT_CALL(btif_config_interface_, GetBin(bdaddr.ToString(), _, _, _)) in TEST_F() 345 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)).WillOnce(Return(2)); in TEST_F() 346 EXPECT_CALL(btif_config_interface_, GetBin(bdaddr.ToString(), _, _, _)) in TEST_F() 361 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)).WillOnce(Return(2)); in TEST_F() 362 EXPECT_CALL(btif_config_interface_, GetBin(bdaddr.ToString(), _, _, _)) in TEST_F() 376 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)).WillOnce(Return(0)); in TEST_F() [all …]
|