Home
last modified time | relevance | path

Searched refs:GetBinLength (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc311 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/
Dmock_btif_config.h31 virtual size_t GetBinLength(const std::string& section,
40 MOCK_METHOD2(GetBinLength,
/packages/modules/Bluetooth/system/main/shim/
Dconfig.h49 static size_t GetBinLength(const std::string& section,
Dconfig.cc125 size_t BtifConfigInterface::GetBinLength(const std::string& section, in GetBinLength() function in bluetooth::shim::BtifConfigInterface
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_BtifConfigInterface.cc68 size_t bluetooth::shim::BtifConfigInterface::GetBinLength( in GetBinLength() function in bluetooth::shim::BtifConfigInterface
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc292 return bluetooth::shim::BtifConfigInterface::GetBinLength(section, key); in btif_config_get_bin_length()