Home
last modified time | relevance | path

Searched refs:scanerId (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/gatt_c/
H A Dgatt_c_test.cpp33 int scanerId; member in OHOS::Bluetooth::GattCTest
43 BleRegisterScanCallbacks(&callbacks, &scanerId); in SetUp()
59 int res = BleStartScanEx(scanerId, &configs, filter, filterSize); in HWTEST_F()
64 res = BleStartScanEx(scanerId, nullptr, filter, filterSize); in HWTEST_F()
84 int res = BleStartScanEx(scanerId, &configs, nullptr, filterSize); in HWTEST_F()
87 res = BleStartScanEx(scanerId, &configs, filter, 0); in HWTEST_F()
127 int res = BleStartScanEx(scanerId, &configs, filter, filterSize); in HWTEST_F()
135 res = BleStartScanEx(scanerId, &configs, filter, filterSize); in HWTEST_F()
143 res = BleStartScanEx(scanerId, &configs, filter, filterSize); in HWTEST_F()
170 int res = BleStartScanEx(scanerId, in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_ble_mock.cpp97 static int32_t MockRegisterScanListener(int32_t *scanerId, const SoftbusScanCallback *cb) in MockRegisterScanListener() argument
100 *scanerId = g_listenerId; in MockRegisterScanListener()
105 static int32_t MockUnRegisterScanListener(int32_t scanerId) in MockUnRegisterScanListener() argument
137 static int32_t MockStartScan(int32_t scanerId, const SoftBusBcScanParams *param, const SoftBusBcScanFilter *scanFilter, in MockStartScan() argument
143 static int32_t MockStopScan(int32_t scanerId) in MockStopScan() argument

Completed in 3 milliseconds