Home | History | Annotate | Download | only in test

Lines Matching defs:TestData

46 bool TestData(IN& in) {
62 TestData<AdvertiseData, android::bluetooth::AdvertiseData>(adv0);
69 TestData<AdvertiseSettings, android::bluetooth::AdvertiseSettings>(
80 TestData<AdvertiseSettings, android::bluetooth::AdvertiseSettings>(
89 TestData<UUID, android::bluetooth::UUID>(uuid);
102 TestData<ScanSettings, android::bluetooth::ScanSettings>(settings0);
105 result = TestData<ScanSettings, android::bluetooth::ScanSettings>(settings0);
115 bool result = TestData<ScanFilter, android::bluetooth::ScanFilter>(filter);
121 result = TestData<ScanFilter, android::bluetooth::ScanFilter>(filter);
126 result = TestData<ScanFilter, android::bluetooth::ScanFilter>(filter);
141 bool result = TestData<ScanResult, android::bluetooth::ScanResult>(result0);
144 result = TestData<ScanResult, android::bluetooth::ScanResult>(result1);
158 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s);
162 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s2);
166 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s3);
177 TestData<Characteristic, android::bluetooth::BluetoothGattCharacteristic>(
206 bool result = TestData<Service, android::bluetooth::BluetoothGattService>(s);