Home
last modified time | relevance | path

Searched refs:GetInquiryTxPower (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_device_unittest.cc490 EXPECT_EQ(ToInt8(TestTxPower::LOWEST), device->GetInquiryTxPower().value());
507 EXPECT_FALSE(device->GetInquiryTxPower());
534 EXPECT_EQ(ToInt8(TestTxPower::LOWER), device->GetInquiryTxPower().value());
558 EXPECT_FALSE(device->GetInquiryTxPower());
584 EXPECT_EQ(ToInt8(TestTxPower::LOWEST), device->GetInquiryTxPower().value());
879 EXPECT_EQ(ToInt8(TestTxPower::LOWEST), device->GetInquiryTxPower().value());
917 EXPECT_EQ(ToInt8(TestTxPower::LOWER), device->GetInquiryTxPower().value());
940 EXPECT_FALSE(device->GetInquiryTxPower());
1032 EXPECT_EQ(ToInt8(TestTxPower::LOWER), device->GetInquiryTxPower().value());
1073 EXPECT_EQ(ToInt8(TestTxPower::LOWER), device->GetInquiryTxPower().value());
[all …]
H A Dbluetooth_classic_device_mac.h49 base::Optional<int8_t> GetInquiryTxPower() const override;
H A Dbluetooth_device_win.h58 base::Optional<int8_t> GetInquiryTxPower() const override;
H A Dbluetooth_device_win.cc124 base::Optional<int8_t> BluetoothDeviceWin::GetInquiryTxPower() const { in GetInquiryTxPower() function in device::BluetoothDeviceWin
H A Dbluetooth_device.h356 virtual base::Optional<int8_t> GetInquiryTxPower() const;
H A Dbluetooth_classic_device_mac.mm157 base::Optional<int8_t> BluetoothClassicDeviceMac::GetInquiryTxPower() const {
H A Dbluetooth_device.cc344 base::Optional<int8_t> BluetoothDevice::GetInquiryTxPower() const { in GetInquiryTxPower() function in device::BluetoothDevice
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_device_unittest.cc492 EXPECT_EQ(ToInt8(TestTxPower::LOWEST), device->GetInquiryTxPower().value());
509 EXPECT_FALSE(device->GetInquiryTxPower());
536 EXPECT_EQ(ToInt8(TestTxPower::LOWER), device->GetInquiryTxPower().value());
560 EXPECT_FALSE(device->GetInquiryTxPower());
586 EXPECT_EQ(ToInt8(TestTxPower::LOWEST), device->GetInquiryTxPower().value());
897 EXPECT_EQ(ToInt8(TestTxPower::LOWEST), device->GetInquiryTxPower().value());
935 EXPECT_EQ(ToInt8(TestTxPower::LOWER), device->GetInquiryTxPower().value());
958 EXPECT_FALSE(device->GetInquiryTxPower());
1050 EXPECT_EQ(ToInt8(TestTxPower::LOWER), device->GetInquiryTxPower().value());
1091 EXPECT_EQ(ToInt8(TestTxPower::LOWER), device->GetInquiryTxPower().value());
[all …]
H A Dbluetooth_classic_device_mac.h50 base::Optional<int8_t> GetInquiryTxPower() const override;
H A Dbluetooth_device_win.h59 base::Optional<int8_t> GetInquiryTxPower() const override;
H A Dbluetooth_device_win.cc131 base::Optional<int8_t> BluetoothDeviceWin::GetInquiryTxPower() const { in GetInquiryTxPower() function in device::BluetoothDeviceWin
H A Dbluetooth_device.h368 virtual base::Optional<int8_t> GetInquiryTxPower() const;
H A Dbluetooth_classic_device_mac.mm163 base::Optional<int8_t> BluetoothClassicDeviceMac::GetInquiryTxPower() const {
H A Dbluetooth_device.cc345 base::Optional<int8_t> BluetoothDevice::GetInquiryTxPower() const { in GetInquiryTxPower() function in device::BluetoothDevice
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc157 if (device.GetInquiryTxPower()) in BluetoothDeviceToApiDevice()
158 out->inquiry_tx_power.reset(new int(device.GetInquiryTxPower().value())); in BluetoothDeviceToApiDevice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc158 if (device.GetInquiryTxPower()) in BluetoothDeviceToApiDevice()
159 out->inquiry_tx_power.reset(new int(device.GetInquiryTxPower().value())); in BluetoothDeviceToApiDevice()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/cast/
H A Dbluetooth_device_cast.cc136 base::Optional<int8_t> BluetoothDeviceCast::GetInquiryTxPower() const { in GetInquiryTxPower() function in device::BluetoothDeviceCast
138 return BluetoothDevice::GetInquiryTxPower(); in GetInquiryTxPower()
H A Dbluetooth_device_cast.h55 base::Optional<int8_t> GetInquiryTxPower() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/cast/
H A Dbluetooth_device_cast.cc142 base::Optional<int8_t> BluetoothDeviceCast::GetInquiryTxPower() const { in GetInquiryTxPower() function in device::BluetoothDeviceCast
144 return BluetoothDevice::GetInquiryTxPower(); in GetInquiryTxPower()
H A Dbluetooth_device_cast.h56 base::Optional<int8_t> GetInquiryTxPower() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/test/
H A Dmock_bluetooth_device.h59 MOCK_CONST_METHOD0(GetInquiryTxPower, base::Optional<int8_t>());
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/bluez/
H A Dbluetooth_device_bluez.h74 base::Optional<int8_t> GetInquiryTxPower() const override;
H A Dbluetooth_device_bluez.cc407 base::Optional<int8_t> BluetoothDeviceBlueZ::GetInquiryTxPower() const { in GetInquiryTxPower() function in bluez::BluetoothDeviceBlueZ
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/bluez/
H A Dbluetooth_device_bluez.h72 base::Optional<int8_t> GetInquiryTxPower() const override;
H A Dbluetooth_device_bluez.cc428 base::Optional<int8_t> BluetoothDeviceBlueZ::GetInquiryTxPower() const { in GetInquiryTxPower() function in bluez::BluetoothDeviceBlueZ

12