/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_central_manager_proxy.h | 38 void RemoveScanFilter(int32_t scannerId) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 59 virtual void RemoveScanFilter(int32_t scannerId) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 43 void RemoveScanFilter(int32_t scannerId) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 448 virtual void RemoveScanFilter(int32_t scannerId) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 136 void RemoveScanFilter(int32_t scannerId) override;
|
H A D | ble_central_manager_impl.h | 85 void RemoveScanFilter(int32_t scannerId);
|
H A D | ble_adapter.cpp | 1587 void BleAdapter::RemoveScanFilter(int32_t scannerId) in RemoveScanFilter() function in OHOS::bluetooth::BleAdapter 1593 pimpl->bleCentralManager_->RemoveScanFilter(scannerId); in RemoveScanFilter()
|
H A D | ble_central_manager_impl.cpp | 1378 void BleCentralManagerImpl::RemoveScanFilter(int32_t scannerId) in RemoveScanFilter() function in OHOS::bluetooth::BleCentralManagerImpl
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_central_manager_stub.cpp | 187 RemoveScanFilter(scannerId); in RemoveScanFilterInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 501 void BluetoothBleCentralManagerServer::RemoveScanFilter(int32_t scannerId) in RemoveScanFilter() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer 507 bleService->RemoveScanFilter(scannerId); in RemoveScanFilter()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 147 void BluetoothBleCentralManagerProxy::RemoveScanFilter(int32_t scannerId) in RemoveScanFilter() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 392 proxy->RemoveScanFilter(pimpl->scannerId_); in StopScan()
|