Home
last modified time | relevance | path

Searched refs:OnBleBatchScanResultsEvent (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager_callback.h33 virtual void OnBleBatchScanResultsEvent(std::vector<BluetoothBleScanResult> &results) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_central_manager_callback.h35 void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_central_manager_callback_proxy.h31 void OnBleBatchScanResultsEvent(std::vector<BluetoothBleScanResult> &results) override;
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h73 void OnBleBatchScanResultsEvent(const std::vector<Bluetooth::BleScanResult> &results) in OnBleBatchScanResultsEvent() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_callback_proxy.cpp55 void BluetoothBleCentralManagerCallBackProxy::OnBleBatchScanResultsEvent(std::vector<BluetoothBleSc… in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::BluetoothBleCentralManagerCallBackProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_callback_stub.cpp107 stub->OnBleBatchScanResultsEvent(parcelableInfos); in OnBleBatchScanResultsEventInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h82 virtual void OnBleBatchScanResultsEvent(std::vector<BleScanResultImpl> &results) = 0;
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_required_data_manager.h77 void OnBleBatchScanResultsEvent(const std::vector<Bluetooth::BleScanResult> &results) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h250 virtual void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp90 void OnBleBatchScanResultsEvent(std::vector<BluetoothBleScanResult> &results) override in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::BleCentralManager::impl::BluetoothBleCentralManagerCallbackImp
121 observer->OnBleBatchScanResultsEvent(scanResults); in OnBleBatchScanResultsEvent()
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_required_data_manager_test.cpp253 callback->OnBleBatchScanResultsEvent(results);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp122 void OnBleBatchScanResultsEvent(std::vector<BleScanResultImpl> &results) override in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback
176 observer->OnBleBatchScanResultsEvent(bleScanResults); in OnBleBatchScanResultsEvent()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp233 void NapiBluetoothBleCentralManagerCallback::OnBleBatchScanResultsEvent(const std::vector<BleScanRe… in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::NapiBluetoothBleCentralManagerCallback
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_required_data_manager.cpp207 void LocatorBleCallbackWapper::OnBleBatchScanResultsEvent(const std::vector<Bluetooth::BleScanResul… in OnBleBatchScanResultsEvent() function in OHOS::Location::LocatorBleCallbackWapper
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1788 centralManagerCallbacks_->OnBleBatchScanResultsEvent(pimpl->bleScanResult_); in GapScanDelayReportResultEvt()
1905 centralManagerCallbacks_->OnBleBatchScanResultsEvent(pimpl->bleScanResult_); in GapExScanDelayReportResultEvt()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp139 void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) override {} in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::BleCentralManagerCallbackWapper