/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_central_manager_stub.cpp | 119 int32_t scannerId = 0; in RegisterBleCentralManagerCallbackInner() local 131 int32_t scannerId = data.ReadInt32(); in DeregisterBleCentralManagerCallbackInner() local 141 int32_t scannerId = data.ReadInt32(); in StartScanInner() local 174 int32_t scannerId = data.ReadInt32(); in StopScanInner() local 185 int32_t scannerId in RemoveScanFilterInner() local [all...] |
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 31 void BluetoothBleCentralManagerProxy::RegisterBleCentralManagerCallback(int32_t &scannerId, bool enableRandomAddrMode, in RegisterBleCentralManagerCallback() argument 58 void BluetoothBleCentralManagerProxy::DeregisterBleCentralManagerCallback(int32_t scannerId, in DeregisterBleCentralManagerCallback() argument 84 int BluetoothBleCentralManagerProxy::StartScan(int32_t scannerId, const BluetoothBleScanSettings &settings, in StartScan() argument 123 int BluetoothBleCentralManagerProxy::StopScan(int32_t scannerId) in StopScan() argument 144 RemoveScanFilter(int32_t scannerId) RemoveScanFilter() argument 247 SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) SetScanReportChannelToLpDevice() argument [all...] |
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_ble_mock.cpp | 174 static int32_t MockSetScanReportChannelToLpDevice(int32_t scannerId, bool enable) in MockSetScanReportChannelToLpDevice() argument
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | softbus_ble_gatt_test.cpp | 76 static void StubOnScanResult(int32_t scannerId, const SoftBusBcScanResult *reportData) in StubOnScanResult() argument 123 static testing::AssertionResult PrepareScanListener(int32_t *scannerId) in PrepareScanListener() argument 1125 int32_t scannerId = -1; in HWTEST_F() local 1151 int32_t scannerId in HWTEST_F() local 1168 int32_t scannerId = -1; HWTEST_F() local 1200 int32_t scannerId = -1; HWTEST_F() local [all...] |
H A D | bluetooth_mock.cpp | 38 static int32_t ActionBleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in ActionBleRegisterScanCallbacks() argument 44 static int32_t ActionBleDeregisterScanCallbacks(int32_t scannerId) in ActionBleDeregisterScanCallbacks() argument 123 int32_t BleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in BleRegisterScanCallbacks() argument 128 int32_t BleDeregisterScanCallbacks(int32_t scannerId) in BleDeregisterScanCallbacks() argument 133 int32_t BleStartScanEx(int32_t scannerId, const BleScanConfigs *configs, const BleScanNativeFilter *filter, in BleStartScanEx() argument 139 int32_t BleStopScan(int32_t scannerId) in BleStopScan() argument [all...] |
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 104 int32_t BleStartScanEx(int32_t scannerId, BleScanConfigs *configs, BleScanNativeFilter *filter, unsigned int filterSize) in BleStartScanEx() argument 109 int32_t BleStopScan(int32_t scannerId) in BleStopScan() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 371 int BluetoothBleCentralManagerServer::StartScan(int32_t scannerId, const BluetoothBleScanSettings &settings, in StartScan() argument 422 int BluetoothBleCentralManagerServer::StopScan(int32_t scannerId) in StopScan() argument 462 ConfigScanFilterInner( int32_t scannerId, const std::vector<BluetoothBleScanFilter> &filters) ConfigScanFilterInner() argument 501 RemoveScanFilter(int32_t scannerId) RemoveScanFilter() argument 514 RegisterBleCentralManagerCallback(int32_t &scannerId, bool enableRandomAddrMode, const sptr<IBluetoothBleCentralManagerCallback> &callback) RegisterBleCentralManagerCallback() argument 554 DeregisterBleCentralManagerCallbackInner( const sptr<IBluetoothBleCentralManagerCallback> &callback, int32_t scannerId) DeregisterBleCentralManagerCallbackInner() argument 560 DeregisterBleCentralManagerCallback(int32_t scannerId, const sptr<IBluetoothBleCentralManagerCallback> &callback) DeregisterBleCentralManagerCallback() argument 745 SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) SetScanReportChannelToLpDevice() argument [all...] |
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.cpp | 220 int32_t BluetoothMock::ActionBleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in ActionBleRegisterScanCallbacks() argument 233 int32_t BluetoothMock::ActionBleDeregisterScanCallbacks(int32_t scannerId) in ActionBleDeregisterScanCallbacks() argument 437 int32_t BleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in BleRegisterScanCallbacks() argument 443 int32_t BleDeregisterScanCallbacks(int32_t scannerId) in BleDeregisterScanCallbacks() argument 449 BleStartScanEx(int32_t scannerId, const BleScanConfigs *configs, const BleScanNativeFilter *filter, uint32_t filterSize) BleStartScanEx() argument 456 BleStopScan(int32_t scannerId) BleStopScan() argument 500 SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) SetScanReportChannelToLpDevice() argument [all...] |
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 52 int32_t scannerId; member 395 SoftbusRegisterScanCb(int32_t *scannerId, const SoftbusScanCallback *cb) SoftbusRegisterScanCb() argument 429 SoftbusUnRegisterScanCb(int32_t scannerId) SoftbusUnRegisterScanCb() argument 622 CheckScanChannelInUsed(int32_t scannerId) CheckScanChannelInUsed() argument 636 SoftbusStartScan(int32_t scannerId, const SoftBusBcScanParams *param, const SoftBusBcScanFilter *scanFilter, int32_t filterSize) SoftbusStartScan() argument 644 "lock failed, scannerId=%{public}d", scannerId); SoftbusStartScan() local 688 SoftbusStopScan(int32_t scannerId) SoftbusStopScan() argument 845 SoftbusSetScanReportChanToLp(int32_t scannerId, bool enable) SoftbusSetScanReportChanToLp() argument [all...] |
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 506 int BleStopScan(int32_t scannerId) in BleStopScan() argument 547 int BleRegisterScanCallbacks(BleScanCallbacks *func, int32_t *scannerId) in BleRegisterScanCallbacks() argument 576 BleDeregisterScanCallbacks(int32_t scannerId) BleDeregisterScanCallbacks() argument 897 SetConfigScanFilter(int32_t scannerId, const BleScanNativeFilter *filter, uint32_t filterSize, vector<BleScanFilter> &outScanFilters) SetConfigScanFilter() argument 930 BleStartScanEx(int32_t scannerId, const BleScanConfigs *configs, const BleScanNativeFilter *filter, uint32_t filterSize) BleStartScanEx() argument 1042 SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) SetScanReportChannelToLpDevice() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 1548 int BleAdapter::ConfigScanFilter(int32_t scannerId, const std::vector<BleScanFilterImpl> &filters) in ConfigScanFilter() argument 1559 void BleAdapter::RemoveScanFilter(int32_t scannerId) in RemoveScanFilter() argument 1579 void BleAdapter::RemoveScannerId(int32_t scannerId) in RemoveScannerId() argument
|
H A D | ble_central_manager_impl.cpp | 1229 int BleCentralManagerImpl::ConfigScanFilter(int32_t scannerId, const std::vector<BleScanFilterImpl> &filters) in ConfigScanFilter() argument 1295 void BleCentralManagerImpl::PushFilterToWaitList(BleScanFilterImpl filter, int scannerId, uint8_t action) in PushFilterToWaitList() argument 1315 void BleCentralManagerImpl::PushStartOrStopAction(const int scannerId, uint8_t action) in PushStartOrStopAction() argument 1355 void BleCentralManagerImpl::TryConfigScanFilter(int scannerId) in TryConfigScanFilter() argument 1375 RemoveScanFilter(int32_t scannerId) RemoveScanFilter() argument 1403 int32_t scannerId = 0; AllocScannerId() local 1415 RemoveScannerId(int32_t scannerId) RemoveScannerId() argument [all...] |