Lines Matching refs:BluetoothSarTest
30 class BluetoothSarTest : public ::testing::TestWithParam<std::string> { class
45 void BluetoothSarTest::SetUp() { in SetUp()
52 void BluetoothSarTest::TearDown() { in TearDown()
58 ndk::ScopedAStatus BluetoothSarTest::setAndCheckBluetoothTxPowerCap(int8_t cap) { in setAndCheckBluetoothTxPowerCap()
62 ndk::ScopedAStatus BluetoothSarTest::setAndCheckBluetoothTechBasedTxPowerCap( in setAndCheckBluetoothTechBasedTxPowerCap()
67 ndk::ScopedAStatus BluetoothSarTest::setAndCheckBluetoothModeBasedTxPowerCap( in setAndCheckBluetoothModeBasedTxPowerCap()
75 ndk::ScopedAStatus BluetoothSarTest::setAndCheckBluetoothModeBasedTxPowerCapPlusHR( in setAndCheckBluetoothModeBasedTxPowerCapPlusHR()
82 TEST_P(BluetoothSarTest, setAndCheckBluetoothTxPowerCap) { in TEST_P() argument
91 TEST_P(BluetoothSarTest, setAndCheckBluetoothTechBasedTxPowerCap) { in TEST_P() argument
99 TEST_P(BluetoothSarTest, setAndCheckBluetoothModeBasedTxPowerCap) { in TEST_P() argument
112 TEST_P(BluetoothSarTest, setAndCheckBluetoothModeBasedTxPowerCapPlusHR) { in TEST_P() argument
125 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BluetoothSarTest);
126 INSTANTIATE_TEST_SUITE_P(PerInstance, BluetoothSarTest,