Searched refs:GetBinLength (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 311 return btif_config_interface_.GetBinLength(section, key); in SetUp() 391 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)) in TEST_F() 408 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)) in TEST_F() 425 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)) in TEST_F() 441 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)) in TEST_F() 454 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)) in TEST_F() 467 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)) in TEST_F() 481 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)) in TEST_F() 529 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)) in TEST_F() 553 EXPECT_CALL(btif_config_interface_, GetBinLength(bdaddr.ToString(), _)) in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_btif_config.h | 31 virtual size_t GetBinLength(const std::string& section, 40 MOCK_METHOD2(GetBinLength,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | config.h | 49 static size_t GetBinLength(const std::string& section,
|
D | config.cc | 125 size_t BtifConfigInterface::GetBinLength(const std::string& section, in GetBinLength() function in bluetooth::shim::BtifConfigInterface
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_BtifConfigInterface.cc | 68 size_t bluetooth::shim::BtifConfigInterface::GetBinLength( in GetBinLength() function in bluetooth::shim::BtifConfigInterface
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_config.cc | 292 return bluetooth::shim::BtifConfigInterface::GetBinLength(section, key); in btif_config_get_bin_length()
|