Home
last modified time | relevance | path

Searched refs:RemoveScanFilter (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h38 void RemoveScanFilter(int32_t scannerId) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h59 virtual void RemoveScanFilter(int32_t scannerId) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h43 void RemoveScanFilter(int32_t scannerId) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h448 virtual void RemoveScanFilter(int32_t scannerId) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h136 void RemoveScanFilter(int32_t scannerId) override;
H A Dble_central_manager_impl.h85 void RemoveScanFilter(int32_t scannerId);
H A Dble_adapter.cpp1587 void BleAdapter::RemoveScanFilter(int32_t scannerId) in RemoveScanFilter() function in OHOS::bluetooth::BleAdapter
1593 pimpl->bleCentralManager_->RemoveScanFilter(scannerId); in RemoveScanFilter()
H A Dble_central_manager_impl.cpp1378 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 Dbluetooth_ble_central_manager_stub.cpp187 RemoveScanFilter(scannerId); in RemoveScanFilterInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp501 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 Dbluetooth_ble_central_manager_proxy.cpp147 void BluetoothBleCentralManagerProxy::RemoveScanFilter(int32_t scannerId) in RemoveScanFilter() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp392 proxy->RemoveScanFilter(pimpl->scannerId_); in StopScan()